1016万例文収録!

「null」に関連した英語例文の一覧と使い方(6ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

nullを含む例文一覧と使い方

該当件数 : 1703



例文

A 'require' element with a boolean true value is equivalent to NOT NULL in SQL, and indicates that NULL values are not allowed in that column.例文帳に追加

'require' 要素に trueを指定すると、SQL における NOT NULL と同じ意味になり、このカラムには NULL 値を格納できなくなります。 - PEAR

Needed because Oracle considers empty strings to be null, while most other DBMSs know the difference between empty and null. 例文帳に追加

Oracle は空の文字列を null と判断するため、これが必要になります。 一方、他の大半の DBMS は空の文字列と null を区別します。 - PEAR

A null-terminated string. 例文帳に追加

ヌルで終端された文字列。 - Python

If ob is not a weakly-referencable object, or if callback is not callable, None, or NULL, this will return NULL and raise TypeError.New in version 2.2.例文帳に追加

ob が弱参照できないオブジェクトの場合や、callback が呼び出し可能オブジェクト、None、NULLのいずれでもない場合は、NULL を返してTypeErrorを送出します。 - Python

例文

If there is no visible preedit text, then it is input method implementation-dependentwhether these procedures return a non-NULL string or NULL. 例文帳に追加

可視状態の前編集領域がない場合は、これらの手続きが NULL を返すか、NULL でない文字列を返すかは実装依存である。 - XFree86


例文

The following terms shall be null and void: 例文帳に追加

次の条件は無効とする。 - 特許庁

NULL POINT LEVEL CONTROL ANTENNA例文帳に追加

ヌルポイントレベル制御アンテナ - 特許庁

The next example shows writing mail to a file, in this case /dev/null. 例文帳に追加

次の例はメールをファイル、この場合 /dev/null に書き込みます。 - FreeBSD

and should redirect output to /dev/null instead. 例文帳に追加

を両方とも使わずに、出力を /dev/null へリダイレクトすべきです。 - JM

例文

If aiocbp is NULL, all such requests are canceled. 例文帳に追加

aiocbpが NULL の場合、そのような全てのリクエストがキャンセルされる。 - JM

例文

Argz vectors without a terminating null byte may lead to Segmentation Faults. 例文帳に追加

NULL バイトで終端されていない argz vector を使用した場合、segmentation fault を起こすかもしれない。 - JM

If prefix is NULL and a comparison routine is specified, no prefix comparison is done. 例文帳に追加

prefixが NULL で比較関数が指定されている場合は、前置比較は行われない。 - JM

If it is unavailable the assignment environ = NULL; will probably do. 例文帳に追加

この関数が使用できない場合は、 environ = NULL;というように変数 environ を設定すればよい。 - JM

and, if res is non-NULL, stores it in the struct timespec pointed to by res . 例文帳に追加

resが NULL でない場合、その分解能をresで指される struct timespec に格納する。 - JM

returns a pointer to a DB structure on success and NULL on error. 例文帳に追加

は、成功した場合DB構造体へのポインタを、エラーの場合 NULL を返す。 - JM

If filename is NULL, then the returned handle is for the main program. 例文帳に追加

filenameが NULL の場合、メイン・プログラムへのハンドルが返される。 - JM

and returns the entry if found, or NULL if not. 例文帳に追加

見つかった場合はそのエントリを返し、見つからなかった場合は NULL を返す。 - JM

and returns the value if found, or NULL if not. 例文帳に追加

見つかった場合はエントリの値を返し、見つからなかった場合は NULL を返す。 - JM

Otherwise, NULL is returned and the global variable errno is set to indicate the error. 例文帳に追加

失敗した場合は、 NULL を返し、大域変数errnoにエラーを示す値をセットする。 - JM

On failure, these functions return NULL, and errno is set to indicate the error. 例文帳に追加

失敗した場合、これらの関数は NULL を返し、errnoにエラーを示す値を設定する。 - JM

Upon failure or end-of-file, these functions return NULL and 0, respectively. 例文帳に追加

失敗するとこれらの関数は NULL を返し、end-of-file になったら 0 を返す。 - JM

functions return the hostent structure or a NULL pointer if an error occurs. 例文帳に追加

関数はhostent構造体を返す。 エラーが起こったら NULL ポインタを返す。 - JM

In case of an error or if no entry is found result will be NULL. 例文帳に追加

エラーの場合、またはエントリが見つからなかった場合、resultは NULL になる。 - JM

It is unspecified whether the truncated hostname will be null-terminated. 例文帳に追加

切り詰められたホスト名が NULL 終端されるかどうかは指定されていない。 - JM

This value can be used to handle embedded null bytes in the line read. 例文帳に追加

この値によって、読み込んだ行に含まれる NULL バイトを操作することができる。 - JM

If no option value is to be supplied or returned, optval may be NULL. 例文帳に追加

もしオプション値を与えず、返されもしない場合にはoptvalは NULL でも良い。 - JM

The terminating NULL character is considered to be a part of the strings. 例文帳に追加

文字列を終端する NULL 文字は、文字列の一部とみなされる。 - JM

NULL is returned if there was an error, with errno set to indicate the error. 例文帳に追加

エラーがあった場合は NULL を返し、errnoをエラーを示す値に適切に設定する。 - JM

The list is the set of (null-terminated) names, one after the other. 例文帳に追加

リストは名前の集合で、 NULL 終端された文字列が連続して並んでいる。 - JM

If the successor context pointer is NULL, the thread exits. 例文帳に追加

後継コンテキストのポインタが NULL の場合、そのスレッドが終了する。 - JM

If ptr is NULL, then the call is equivalent to malloc(size) , for all values of size ; 例文帳に追加

sizeがどの値であっても、ptrが NULL の場合にはmalloc(size)と等価である。 - JM

A third case is when s is NULL. In this case, pwc and n are ignored. 例文帳に追加

三番目の場合として s が NULL の場合は pwc と n は無視される。 - JM

If key is NULL, the buffers are mapped into private memory. 例文帳に追加

keyが NULL だと、バッファはプライベートなメモリに割り付けられる。 - JM

If attr is NULL, then the queue is created with implementation-defined default attributes. 例文帳に追加

attrが NULL の場合、キューは実装で定義されたデフォルト属性で作成される。 - JM

and writes the remaining time into the structure pointed to by rem unless rem is NULL. 例文帳に追加

を設定し、remが NULL でなければ残りの時間をremが指す構造体に格納する。 - JM

Data written on a null or zero special file is discarded. 例文帳に追加

null または zero スペシャルファイル(special file)に書かれたデータは捨てられる。 - JM

If termp is not NULL, the terminal parameters of the slave will be set to the values in termp . 例文帳に追加

termpが NULL でない場合、スレーブの端末パラメータはtermpの値に設定される。 - JM

If winp is not NULL, the window size of the slave will be set to the values in winp . 例文帳に追加

winpが NULL でない場合、スレーブのウインドウサイズはwinpに設定される。 - JM

functions return a pointer to the previous state array, or NULL on error. 例文帳に追加

関数は直前の状態配列へのポインタまたは NULL を返す。 - JM

A null string is considered longer than no match at all. 例文帳に追加

null 文字列は、全くマッチしなかった場合よりも長いとみなされる。 - JM

If bfname is non-NULL, it specifies the name of the btree file, as if specified as the filename for a dbopen (3) 例文帳に追加

bfnameが NULL でない場合、これは btree ファイル名(btree ファイルをdbopen (3) - JM

The first pointer points to the beginning of the message and the list ends with NULL. 例文帳に追加

最初のポインターはメッセージの冒頭を指し、そのリストは NULL で終わる。 - JM

If locale is NULL, the current locale is only queried, not modified. 例文帳に追加

localeが NULL ならば、現在のロケールを問い合わせるのみで変更はしない。 - JM

A NULL pointer means that the corresponding entry matches any string. 例文帳に追加

NULL ポインタは、対応するエントリがどんな文字列とも一致することを意味する。 - JM

If oldset is non-null, the previous value of the signal mask is stored in oldset . 例文帳に追加

oldsetが NULL でなければ、シグナルマスクの今までの値をoldsetに格納する。 - JM

If set is NULL, then the signal mask is unchanged (i. 例文帳に追加

setが NULL であれば、シグナルマスクは変更されない (すなわち、howは無視される)。 - JM

npc is not a valid pointer, or event is non-NULL and an invalid pointer. 例文帳に追加

npcが有効なポインタでない、またはstatusが NULL でも有効なポインタでもない。 - JM

The string functions perform string operations on null-terminated strings. 例文帳に追加

文字列関数は、NULL 終端された文字列に対して、文字列操作を実行する。 - JM

In each subsequent call that should parse the same string, str should be NULL. 例文帳に追加

同じ文字列の解析を行うその後の呼び出しでは、str には NULL を指定する。 - JM

例文

functions return a pointer to the next token, or NULL if there are no more tokens. 例文帳に追加

は次のトークンへのポインタか、トークンがなければ NULL を返す。 - JM

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS