| 例文 |
null argumentの部分一致の例文一覧と使い方
該当件数 : 49件
The argument must not be NULL, and the type is not checked:例文帳に追加
引数を NULL にしてはならず、型チェックは行いません: - Python
The visit function must not be called with a NULL object argument.例文帳に追加
visit 関数は NULL オブジェクトを引数に渡して呼び出してはなりません。 - Python
Description The XSetICValues function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be set.例文帳に追加
説明関数XSetICValuesはエラーが発生しなければ NULL を返す。 - XFree86
1 argument The expression is true if and only if the argument is not null. 例文帳に追加
引き数が 1 個引き数が空でない場合に限り真になります。 - JM
This additional argument is an array of pointers to null-terminated strings and must be terminated by a NULL pointer. 例文帳に追加
追加の引き数は、NULL で終端された文字列へのポインタの配列であり、NULL ポインタで終わらなければならない。 - JM
preceded by another colon and space unless the fmt argument is NULL. 例文帳に追加
fmt引き数が NULLでない場合は、一個ずつのコロンとスペースに続けて出力する。 - JM
The command argument is a pointer to a null-terminated string containing a shell command line. 例文帳に追加
command引き数は、シェルのコマンドラインを含むNULL 終端された文字列へのポインタである。 - JM
Yields its first argument if it is neither null nor 0, otherwise its 例文帳に追加
左項がナルでも 0 でもなければ左項を返す。 - JM
Files never intended to be preserved on disk may be created by setting the file argument to NULL. 例文帳に追加
file引き数を NULL にすれば、ディスク上に保存したくないファイルを作ることもできる。 - JM
b) Otherwise, if the dir argument is non-NULL and appropriate, it is used. 例文帳に追加
b)それ以外の場合、dir引き数が NULL でない文字列でかつ適切なら、それを用いる。 - JM
This function takes a null-terminated character string as argument and returns an integer.例文帳に追加
この関数は null で終端されたキャラクタ文字列を引数にとり、整数を返します。 - Python
NULL can be returned for any of the followingreasons: A required argument was not set. 例文帳に追加
NULL が返されるのは以下の原因による。 \\(bu 5必要な引き数がセットされていない。 - XFree86
On Linux, argv can be specified as NULL, which has the same effect as specifying this argument as a pointer to a list containing a single NULL pointer. 例文帳に追加
Linux では、argvに NULL を指定することができる。 これは、この引き数に NULL ポインタ1個だけを含むリストへのポインタを指定したのと同じ効果を持つ。 - JM
If nodemask is not NULL, then the nodemask associated with the policy will be stored in the location pointed to by this argument. 例文帳に追加
nodemaskが NULL 以外の場合、そのポリシーに対応するノードマスクを返すのにnodemaskが使われる。 - JM
The use of the timezone structure is obsolete; the tz argument should normally be specified as NULL. 例文帳に追加
timezone構造体を使うのは時代遅れ (obsolete) である:tz引き数は通常は NULL に指定すべきである。 - JM
The second argument is NULL if no arguments are given, a single object if exactly one argument is given, and a tuple of objects if more than one argument is given.例文帳に追加
第二引数は、引数がない場合には NULL、単一の引数の場合にはその引数オブジェクト、複数個の引数の場合には引数オブジェクトからなるタプルです。 - Python
If we are interested in performing just one of these tasks then the other argument can be specified as NULL. 例文帳に追加
この操作のうち 1 つだけを実行させるには、使用しない引き数を NULL に指定すればよい。 - JM
can be called with a null second argument to query the current signal handler. 例文帳に追加
の二番目の引き数に NULL を指定して呼び出すと、現在のシグナルハンドラを確認することができる。 - JM
2 arguments If the first argument is !, the expression is true if and only if the second argument is null. 例文帳に追加
引き数が 2 個最初の引き数が ! ならば、2 番目の引き数が空の場合に限り真になります。 - JM
functions provide an array of pointers to null-terminated strings that represent the argument list available to the new program. 例文帳に追加
は、利用可能な引き数リスト (NULL で終端された文字列へのポインタの配列) を新しいプログラムに渡す。 - JM
Changed in version 2.3:Older versions of Python did not support NULL as the value for the methods argument.例文帳に追加
バージョン 2.3 で 変更 された仕様:以前のバージョンの Python では、methods 引数の値としてNULL をサポートしていませんでした - Python
The creation of XComposeStatus structures is implementation-dependent;a portable program must pass NULL for this argument. 例文帳に追加
XComposeStatusの生成は実装依存である。 移植性を必要とするプログラムでは、この引き数に NULL を渡すべきである。 - XFree86
If the argument buf is NULL, only the mode is affected; a new buffer will be allocated on the next read or write operation. 例文帳に追加
もし、引数bufが NULL ならば、モードだけが変更される。 新しいバッファは次に読み書きした際に割り当てられる。 - JM
This function returns NULL if it succeeds; otherwise, it returns the name of the first argument that could not be obtained.例文帳に追加
この関数は成功時には NULL を返す。 そうでない場合には、取得に失敗した最初の引き数の名前を返す。 - XFree86
NULL is a valid value for the event argument. In this case, the events will not be reported to the calling process. 例文帳に追加
eventが NULL の場合、これらのエラーが発生すると、上記のリストにある対応するシグナルが呼び出し元のプロセスに配送される。 - JM
function also specifies the environment of the executed process by following the NULL pointer that terminates the list of arguments in the argument list or the pointer to the argv array with an additional argument. 例文帳に追加
では新しいプロセスの環境も指定する。 環境は引き数リスト (引き数リストもしくは追加の引き数を持ったargv配列へのポインタ) の最後の NULL ポインタに続けて指定する。 - JM
If key is non-NULL and matches a file already being mapped, the fd argument is ignored. 例文帳に追加
このファイルデスクリプタはシーク可能でなくてはならない。 keyが NULL でなく、かつ既にマップされているファイルにマッチした場合、fd引数は無視される。 - JM
The XSetOCValues function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be set.例文帳に追加
関数XSetOCValuesはエラーが発生しなかった場合に NULL を返す。 そうでない場合、セットできなかった最初の引き数の名前が返される。 - XFree86
It returns NULL if it succeeds; otherwise, it returns the name of the first argument that could not be set.例文帳に追加
この関数は成功の場合に NULL を返す。 そうでない場合には、セットすることができなかった最初の引き数の名前を返す。 - XFree86
The XGetICValues function returns NULL if no error occurred;otherwise, it returns the name of the first argument that could not be obtained.例文帳に追加
関数XGetICValuesはエラーが発生しなければ NULL を返す。 そうでない場合には、得ることができなかった最初の引き数の名前を返す。 - XFree86
The type argument is a pointer to a null-terminated string which must be either "r" for reading or "w" for writing. 例文帳に追加
type引き数は、NULL 終端さらた文字列へのポインタで、読み込みの場合には "r"、書き込みの場合には "w" を指定する。 これ以外は指定できない。 - JM
This function returns NULL ifit succeeds; otherwise, it returns the name of the first argument thatcould not be obtained. 例文帳に追加
この関数は成功の場合には NULL を返す。 そうでない場合には、取得に失敗した取得に失敗した最初の引き数の名前を返す。 - XFree86
Together they describe a list of one or more pointers to null-terminated strings that represent the argument list available to the executed program. 例文帳に追加
これらには、実行されるプログラムで利用可能な引き数のリストを指定する(引き数のリストは NULL で終端された文字列へのポインタから構成される)。 - JM
This is equivalent to the Python expression "dir(o)",returning a (possibly empty) list of strings appropriate for theobject argument, or NULL if there was an error. 例文帳に追加
この関数は Python の式 "dir(o)" と同じで、オブジェクトの変数名に割り当てている文字列からなるリスト(空の場合もあります) を返します。 エラーの場合には NULLを返します。 - Python
If a parameter with no value is expanded within double quotes, a null argument results and is retained. 例文帳に追加
値を持たないパラメータがダブルクォート内部で展開されると、これは空である引き数となり、消されずに残ります。 - JM
The size argument is less than the length of the absolute pathname of the working directory, including the terminating null byte. 例文帳に追加
size引数の値がワーキングディレクトリの絶対パス名の長さより小さい。 長さには文字列の終端バイトも含まれる。 - JM
Also, if the union contains a pointer type, the corresponding argument can be a null pointer constant or a void pointer expression; 例文帳に追加
また、この合併(ユニオン)がポインタ型を含むとすると、対応する引き数はヌルポインタ定数かボイドポインタ式かである。 - コンピューター用語辞典
except that they allocate a string large enough to hold the output including the terminating null byte, and return a pointer to it via the first argument. 例文帳に追加
関数とに似ているが、出力文字列を (終端の NULL バイトも含めて)保持するのに十分な大きさのメモリを確保し、最初の引数にその文字列へのポインタを返す。 - JM
If the color argument is NULL, this function sets the format component of the Client White Point specification to XcmsUndefinedFormat,indicating that the Client White Point is assumed to be the same as the Screen White Point.例文帳に追加
引き数 color が NULL ならば、この関数はクライアント白色点の指定の format コンポーネントにXcmsUndefinedFormatをセットする。 これは、クライアント白色点がスクリーン白色点と同じであると想定することを示す。 - XFree86
Thedestr function will be called when the object is reclaimed.The desc argument can be used to pass extra callback data for the destructor function.例文帳に追加
関数 destr が NULL でない場合、オブジェクトを再利用する際に呼び出します。 引数 desc を使って、デストラクタ関数に追加のコールバックデータを渡せます。 - Python
There are no variants with NULLchecking.The C function calling mechanism guarantees that the argument list passed to C functions (args in the examples) is neverNULL -- in fact it guarantees that it is always a tuple.例文帳に追加
型を調べるマクロには、NULL チェックを行う変化形はありません。 Python から C 関数を呼び出す機構は、 C 関数に渡される引数リスト(例でいうところの args) が決して NULL にならないよう保証しています -- 実際には、常にタプル型になるよう保証しています。 - Python
The tstate argument, which must not be NULL, is only used to check that it represents the current thread state -- if it isn't, a fatal error is reported.This function is not available when thread support is disabled at compile time.例文帳に追加
tstate はNULLであってはなりませんが、その値が現在のスレッド状態を表現しているかどうかを調べるためにだけ使われます -- もしそうでなければ、致命的エラーが報告されます。 この関数はコンパイル時にスレッドサポートを無効化すると利用できません。 - Python
| 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
