nullを含む例文一覧と使い方
該当件数 : 1707件
If s is NULL, the severity class with the numeric value severity is removed. 例文帳に追加
sが NULL の場合、数値severityの重大度が削除される。 - JM
If aiocbp is NULL, all such requests are canceled. 例文帳に追加
aiocbpが NULL の場合、そのような全てのリクエストがキャンセルされる。 - JM
Since Linux 2.6.9, event can be specified as NULL when using EPOLL_CTL_DEL . 例文帳に追加
を使う際にeventに NULL を指定できるようになっている。 - JM
The array of pointers must be terminated by a NULL pointer. 例文帳に追加
ポインタの配列は必ずNULL で終わらなければならない。 - JM
This additional argument is an array of pointers to null-terminated strings and must be terminated by a NULL pointer. 例文帳に追加
追加の引き数は、NULL で終端された文字列へのポインタの配列であり、NULL ポインタで終わらなければならない。 - JM
Both argv and envp must be terminated by a null pointer. 例文帳に追加
argv と envp はいずれもの NULL ポインタで終わっている必要がある。 - JM
if size is equal to zero, and ptr is not NULL, then the call is equivalent to free(ptr) . 例文帳に追加
sizeが 0 でptrが NULL でない場合には、free(ptr)と等価である。 - JM
Data written on a null or zero special file is discarded. 例文帳に追加
null または zero スペシャルファイル(special file)に書かれたデータは捨てられる。 - JM
If name is not NULL, the filename of the slave is returned in name . 例文帳に追加
nameが NULL でない場合、スレーブのファイル名がnameに返される。 - JM
If oldact is non-null, the previous action is saved in oldact . 例文帳に追加
oldactが NULL でなければ、今までの動作がoldactに格納される。 - JM
fields of times respectively. 例文帳に追加
にそれぞれ変更する。 timesがNULL - JM
If wcs contains none of these characters, NULL is returned. 例文帳に追加
このような文字がwcs に含まれない場合は、NULL が返される。 - JM
Normally during command substitution stderr is redirected to /dev/null . 例文帳に追加
通常はコマンド置換のときにstderrが/dev/nullにリダイレクトされる。 - JM
Null values are discussed later under “Null Values" on page 34 例文帳に追加
空白値については,34ページの「空白値」で説明する - コンピューター用語辞典
Null values are discussed later under “Null Values" on page 34. 例文帳に追加
空白値については, 34ページの「空白値」で説明する - コンピューター用語辞典
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
If doc is non-NULL, it will be used to define the docstring for the module.例文帳に追加
doc が NULLでない場合、モジュールの docstring として使われます。 - Python
Convert a null-terminated C string to a Python object. 例文帳に追加
null 終端された C 文字列から Python オブジェクトに変換します。 - Python
The argument must not be NULL, and the type is not checked:例文帳に追加
引数を NULL にしてはならず、型チェックは行いません: - Python
If filename is NULL, this function uses "???" as the filename.例文帳に追加
filenameがNULLならば、この関数はファイル名として"???"を使います。 - Python
If GLwNvisualInfo is not NULL the GLwNattributList and the attribute resources are ignored.例文帳に追加
GLwNvisualInfo が NULL でなければ、GLwNattributList と属性関連リソースは無視される。 - XFree86
XOpenIM returns NULL if no input method could be opened.例文帳に追加
XOpenIMは、入力メソッドを開くことができなければ NULL を返す。 - XFree86
If the specified KeySym is not defined, XKeysymToString returns a NULL.例文帳に追加
指定した KeySym が定義されていない場合、XKeysymToStringは NULL を返す。 - XFree86
If proc is NULL a default language procedureis registered. 例文帳に追加
\\fIproc\\fP が NULL の場合には、デフォルトの言語手続きが登録される。 - XFree86
A null-terminated string. 例文帳に追加
ヌルで終端された文字列。 - Python
The next example shows writing mail to a file, in this case /dev/null. 例文帳に追加
次の例はメールをファイル、この場合 /dev/null に書き込みます。 - FreeBSD
If ovalue is non-NULL, the old value of the timer is stored there. 例文帳に追加
ovalueが NULL 以外の場合、タイマーの古い値がovalueに格納される。 - JM
If the successor context pointer is NULL, the thread exits. 例文帳に追加
後継コンテキストのポインタが 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
To obtain the current disposition of sig without changing it, specify NULL for vec , and a non-NULL pointer for ovec . 例文帳に追加
sigの動作を変更せずに現在の動作を取得するためには、vecに NULL を指定し、ovecに NULL でないポインタを指定すればよい。 - JM
functions return a pointer to the next token, or NULL if there are no more tokens. 例文帳に追加
は次のトークンへのポインタか、トークンがなければ NULL を返す。 - JM
outputs things like `sp' for space, `nl' for newline, and `nul' for a null (zero) byte. 例文帳に追加
形式は空白文字に `sp', 改行文字に `nl', null (ゼロ) バイトに `nul' - JM
reference to parent object or NULL if root object例文帳に追加
親オブジェクトのリファレンスか、ルートオブジェクトの場合はNULLが返ります。 - PEAR
NULL is returned when the end of the result set is reached.例文帳に追加
結果セットの最後に到達した場合には 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
If the Cstring pointer is NULL, the length is ignored and None is returned.例文帳に追加
C 文字列ポインタが NULLの場合、長さは無視され None になります。 - Python
If the Unicode buffer pointer is NULL, the length is ignored and None is returned.例文帳に追加
Unicode バッファポインタが NULLの場合、長さは無視されNone になります。 - Python
Unicode object constructor.Setting encoding to NULL causes the default encoding to be used which is ASCII.例文帳に追加
encoding を NULL にすると、デフォルトエンコーディングである ASCIIを使います。 - Python
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 |
| 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/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
