If oldact is non-null, the previous action is saved in oldact .
oldactが NULL でなければ、今までの動作がoldactに格納される。 - JM
If doc is non-NULL, it will be used to define the docstring for the module. doc が NULLでない場合、モジュールの docstring として使われます。 - Python
If ovalue is non-NULL, the old value of the timer is stored there.
ovalueが NULL 以外の場合、タイマーの古い値がovalueに格納される。 - 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
If self is non-NULL, it will passed to the functions of the module as their(otherwise NULL) first parameter. self がNULLでない場合、モジュール内の各関数の第一引数として渡されます (NULLの時には第一引数も NULLになります)。 - Python
If oldset is non-null, the previous value of the signal mask is stored in oldset .
oldsetが NULL でなければ、シグナルマスクの今までの値をoldsetに格納する。 - JM
and, if res is non-NULL, stores it in the struct timespec pointed to by res .
resが NULL でない場合、その分解能をresで指される struct timespec に格納する。 - JM
npc is not a valid pointer, or event is non-NULL and an invalid pointer.
npcが有効なポインタでない、またはstatusが NULL でも有効なポインタでもない。 - 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
with non-NULL name may not be secure.
を呼び出すのは安全であるとは言えない。 - JM
If the length is non-zero, the last byte of the buffer must be a null byte.
長さが 0 でない場合、バッファの最後のバイトは NULL バイトでなければならない。 - JM
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
If t is non-NULL, the return value is also stored in the memory pointed to by t .
もしtが NULL でなかったら返り値はtの指しているメモリにも格納される。 - JM
The invocation asked for the previous value by setting oldval non-NULL, but allowed zero room in oldlenp .
oldvalに NULL でない値を設定して、以前の値を要求しているのに、oldlenpに空きがない。 - JM
b) Otherwise, if the dir argument is non-NULL and appropriate, it is used.
b)それ以外の場合、dir引き数が NULL でない文字列でかつ適切なら、それを用いる。 - JM
When o is non-NULL, returns a type object corresponding to the object type of object o. o が NULLでない場合、オブジェクトo のオブジェクト型に相当する型オブジェクトを返します。 - Python
operation required a non-NULL pointer in event ,
操作の際、引き数eventに (たとえ無視される場合であっても) NULL でないポインタを渡す必要があった。 - JM
returns non-NULL there is no guarantee that the memory really is available.
が NULL でない値を返しても、そのメモリが実際に利用可能であることが保証されない。 - JM
Return the contents of the cell cell, but without checking that cell is non-NULL and a cell object. cell の内容を返しますが、cell が非 NULL でかつセルオブジェクトであるかどうかチェックしません。 - Python
One can achieve polling by using a non-NULL timeout that specifies a zero time interval.
時間間隔が 0 であることを指定する NULL ではないtimeoutを使って、ポーリングを行うこともできる。 - JM
Applications that need to be portable to kernels before 2.6.9 should specify a non-NULL pointer in event .
2.6.9 より前のカーネルへの移植性が必要なアプリケーションでは、eventに NULL でないポインタを指定すべきである。 - JM
Note that this function will return a non-zero number, as zero is the NULL pointer 0はNULLポインターであるので、この関数は0でない数を返すだろうということに注意してください - Python
When non-NULL, the return value may point at static data, see the notes below.
返り値が NULL でない場合、静的データをポインタで指していることもある。 以下の「注意」を参照すること。 - JM
If act is non-null, the new action for signal signum is installed from act .
以外の有効なシグナルをどれでも指定できる。 actが NULL 以外であれば、シグナルsignumの新しい動作 (action) としてactが設定される。 - JM
However, POSIX does not specify this behavior, and most other Unix implementations require a non-NULL value for buf .
しかし、POSIX はこの振る舞いは規定されておらず、その他のほとんどの Unix 実装はbufの値として非 NULL の値を要求する。 - JM
function returns the number of bytes parsed from the multibyte sequence starting at s, if a non-null wide character was recognized.
関数は sから始まるマルチバイト列から使用したバイト数を返す。 - JM
Note:These cannot be decoded; passing a non-NULLvalue for encoding will result in a TypeError.
注意:Unicode オブジェクトはデコードできません; encoding に NULL でない値を渡すと、TypeError になります。 - Python
The filename suffix of the pathname generated will start with pfx in case pfx is a non-NULL string of at most five bytes.
pfxが NULL でない 5 バイト以内の文字列であれば、生成されるパス名のうちのファイル名の部分はpfxから始まるものになる。 - JM
It defaults to ``strict''.If byteorder is non-NULL, the decoder starts decoding using the given byte order: デフォルト値は ``strict'' です。 byteorder が NULL でない場合、デコード機構は以下のように指定されたバイト整列 (byte order) に従ってデコードを開始します: - Python
Both parameters must be non-NULL.New in version 2.2.
どちらのパラメタも NULLであってはなりません。 バージョン 2.2 で 新たに追加 された仕様です。 - Python
If key is non-NULL and matches a file already being mapped, the fd argument is ignored.
このファイルデスクリプタはシーク可能でなくてはならない。 keyが NULL でなく、かつ既にマップされているファイルにマッチした場合、fd引数は無視される。 - JM
Decodes length bytes from a UTF-16 encoded buffer string and returns the corresponding Unicode object. errors (if non-NULL) defines the error handling. UTF-16 でエンコードされたバッファ s から size バイトデコードして、結果を Unicode オブジェクトで返します。 errors は (NULL でない場合) エラー処理方法を定義します。 - Python
Return the size of the tuple p, which must be non-NULL and point to a tuple; no error checking is performed. タプル p のサイズを返しますが、p は非 NULL でなくてはならず、タプルオブジェクトを指していなければなりません;エラーチェックを行いません。 - Python
Yahoo News Search does not require an API key, but you still have to pass a non-null value.
Yahoo News Search では API キーは必要ありませんが、空ではない値を渡す必要はあります。 - NetBeans
non-nullable one-to-many; in a Project entity, the value of the client field is part of the Project's primary key
null 可能ではない 1 対多の関係。 Project エンティティーで、client フィールドの値は Project の主キーの一部です - NetBeans
Noreference counts are adjusted, and no checks are made for safety;cell must be non-NULL and must be a cell object.
参照カウントに対する変更はなく、安全のためのチェックは何も行いません; cell は非NULL でなければならず、かつセルオブジェクトでなければなりません。 - Python
Clients should always call XSetLocaleModifiers with a non-NULL modifier_list after setting the locale before they call any locale-dependentXlib routine. クライアントはロケールを設定した後かつロケール依存の Xlib 関数を呼び出す前に、必ずNULLでないモディファイアリストを引き数にしてXSetLocaleModifiersを呼ぶべきである。 - XFree86
For any given quark, if XrmStringToQuark returns a non-NULL value, all future calls will return the same value(identical address). .LP与えられたクォークについて、XrmStringToQuarkが NULL でない値を返した場合、それ以降の全ての関数呼び出しに対して同じ値(同一のアドレス)が返される。 - XFree86
For any given quark, if XrmQuarkToString returns a non-NULL value, all future calls will return the same value(identical address). 与えられたクォークに対してXrmQuarkToStringが NULL でない値を返した場合、それ以降の全ての関数呼び出しに対して同じ値(同一のアドレス)が返される。 - XFree86
To make non-contact communication with an IC card while avoiding a null point present in a communicable area. 通信可能な領域内に存在するヌル点を回避してICカードと非接触通信する。 - 特許庁
A single `&' repeats the last non-null command list.
`&' 文字のみを入力した場合には、直前に実行した ( ヌルコマンドリストではない ) コマンドを再実行します。 - JM
This should be done before any other parts of the destruction have occurred, but is only required if the weak reference list is non-NULL: オブジェクトの破壊のどんな他の部分が起きる前にこれを行うべきですが、弱参照リストが非NULLである場合はこれが要求されるだけです: - Python
If a non-NULL pointer is supplied, each element of the array is set to True if the corresponding color was compressed and False otherwise. NULL でないポインタが与えられた場合、配列の各要素には対し、対応する色が圧縮されていればTrueがセットされ、そうでなければFalseがセットされる。 - XFree86
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.