nonzero if double buffering on
ダブルバッファリングがオンなら非ゼロ - Python
nonzero if form is frozen
フォームが固定されているなら非ゼロ - Python
The value must be nonzero, or a BadValue error results. 0 である場合には、エラーBadValueとなる。 - XFree86
nonzero if form is deactivated
フォームがディアクティベートされているなら非ゼロ - Python
Only use this if daylight is nonzero. daylight がゼロでないときのみ使用してください。 - Python
Otherwise, it returns a nonzero status.
そうでない場合には 0 でないステータスを返す。 - XFree86
Otherwise, the functions return a nonzero value. それ以外の場合、関数は 0 でない値を返す。 - XFree86
(The exit status will still be nonzero, however.)
0 以外の終了ステータスを返す動作は変らない。 - JM
If the slowpaste value is nonzero text is written character by character.
slowpaste の値が 0 でなければ、テキストは 1 文字ずつ書き込まれる。 - JM
The function returns a nonzero value if the character is alphabetic.
キャラクターが英字であれば, 関数は 0 でない値を返す - 研究社 英和コンピューター用語辞典
Nonzero if a DST timezone is defined.
DST タイムゾーンが定義されている場合ゼロでない値になります。 - Python
If the timeout value is nonzero, XSetScreenSaver enables the screen saver. タイムアウト値が 0 でなければ、XSetScreenSaverはスクリーンセーバを有効にする。 - XFree86
You can throw it at the wall, and there's a certain nonzero probability ただ壁に向かって投げれば ゼロではないある確率で - 映画・海外ドラマ英語字幕翻訳辞書
nonzero -- the form input must be greater than or less than zero nopunctuation -- the form input may not contain punctuation
nonzero -- 入力はゼロより大きいかゼロより小さいかのいずれかでなければならない nopunctuation -- 入力に記号を含んではいけない - PEAR
XAllocColorCells returns nonzero if it succeeded or zero if it failed. XAllocColorCellsは成功時には 0 でない値を返し、失敗時には 0 を返す。 - XFree86
XAllocColorPlanesreturns nonzero if it succeeded or zero if it failed.
XAllocColorPlanesは成功時には 0 でない値を返し、失敗時には 0 を返す。 - XFree86
In addition, XAllocColor returns nonzero if it succeeded or zero if it failed. また、XAllocColorは成功時には 0 でない値を返し、失敗時には 0 を返す。 - XFree86
All of the elements must be nonzero, or a BadValue error results. 全ての要素は 0 であってはならず、そうでない場合はエラーBadValueとなる。 - XFree86
If there is an error it exits with nonzero status.
は終了ステータスとして 0 を返し、エラーがあると 0 以外のステータスを返す。 - JM
XParseColor returns nonzero if the name is resolved; otherwise, it returns zero. XParseColorは色の解決ができれば 0 でない値を返し、できなければ 0 を返す。 - XFree86
If the file cannot be read, a zero status is returned;otherwise, a nonzero status is returned.
ファイルを読み込むことができない場合、ステータスとして 0 が返される。 - XFree86
This function returns a nonzero status if initialization of the structure is successful. この関数は構造体の初期化に成功すれば 0 でないステータスを返す。 - XFree86
This function returns a nonzero status if initialization was successful; otherwise, it returns zero. この関数は初期化に成功すれば 0 でない値を返し、失敗すれば 0 を返す。 - XFree86
XLookupColor returns nonzero if the name is resolved; otherwise, it returns zero. XLookupColorは色の名前が解決できれば 0 でない値を返し、そうでない場合は 0 を返す。 - XFree86
Call this method with a nonzero parameter to enableasynchronous event handling.
非同期でイベント操作をしたい場合は、非ゼロの引数でこのメソッドを呼んでください。 - Python
XAllocNamedColor returns nonzero if a cell is allocated; otherwise, it returns zero. XAllocNamedColorはセルが割り当てられていた場合には 0 でない値を返し、そうでなければ 0 を返す。 - XFree86
Only nonzero KeyCodes have meaning in each set, and zero KeyCodes are ignored. それぞれの集合のうち、0 でない KeyCode だけが意味を持ち、KeyCode が 0 であるものは無視される。 - XFree86
XQueryTree returns zero if it fails and nonzero if it succeeds. XQueryTreeは問い合わせに失敗した場合に 0 を返し、成功の場合には 0 でない値を返す。 - XFree86
XAddConnectionWatch returns a nonzero status if the procedure is successfully registered; otherwise, it returns zero. XAddConnectionWatchは手続きの登録に成功すれば 0 でないステータスを返し、そうでない場合には 0 を返す。 - XFree86
If you attempt to set the border-width attribute of an InputOnly window nonzero, a BadMatch error results. InputOnlyのウィンドウの border-width 属性値に 0 でない値をセットしようとした場合には、エラーBadMatchとなる。 - XFree86
If mode is QueuedAfterReading, XEventsQueued returns the number of events already in the queue if the number is nonzero. mode がQueuedAfterReadingの場合、XEventsQueuedは、既にキューに入っているイベントの数が 0 個でなければその数を返す。 - XFree86
The XSaveContextfunction returns a nonzero error code if an error has occurred and zero otherwise. 関数XSaveContextはエラーが起きた場合には 0 でないエラーコードを返し、そうでなければ 0 を返す。 - XFree86
The XFindContext function returns a nonzero error code if an error has occurred and zero otherwise. 関数XFindContextはエラーが起きた場合には 0 でないエラーコードを返し、そうでなければ 0 を返す。 - XFree86
It returns a nonzero status on success;otherwise, it returns a zero status.
この関数は成功時には 0 でないステータスを返し、そうでない場合はステータスとして 0 を返す。 - XFree86
It returns a nonzero status on success; otherwise,it returns a zero status.
この関数は成功時に 0 でないステーテスを返し、そうでない場合にはステータスとして 0 を返す。 - XFree86
If the input is an event, XtAppPeekEvent fills in the event and returns a nonzero value. 入力がイベントの場合、XtAppPeekEventはこの event 情報構造体に情報をセットし、0 でない値を返す。 - XFree86
Return true (nonzero) when the Python interpreter has been initialized, false (zero) if not. Python インタプリタがすでに初期化済みの場合に真 (非ゼロ) を返し、そうでない場合には偽 (ゼロ) を返します。 - Python
Return true (nonzero) if the standard I/O file fp with name filename is deemed interactive. filename という名前の標準 I/O ファイル fp が対話的(interactive) であると考えられる場合に真 (非ゼロ) を返します。 - Python
If mode is QueuedAfterFlush, XEventsQueued returns the number of events already in the queue if the number is nonzero. mode がQueuedAfterFlushの場合には、XEventsQueuedは既にキューに入っているイベントの数が 0 個でなければ、その数を返す。 - XFree86
This function returns nonzero status if the format for the new white point is valid; otherwise, it returns zero. .LP新しい白色点に対するフォーマットが正しければ、この関数は 0 でないステータスを返す。 - XFree86
A zero duration sends a break for 0.25-0.5 seconds; a nonzero duration has a system dependent meaning. duration をゼロにすると、 0.25-0.5 秒間のブレークを送信します; duration の値がゼロでない場合、その意味はシステム依存です。 - Python
However, if count is nonzero, at least that number of Expose events (and possibly more) follow for this window.
しかし、count が 0 でなければ少なくともこの数(それ以上のこともある)のExpose イベントがこのウィンドウで起きる。 - XFree86
XSendEvent returns zero if the conversion to wire protocol format failed and returns nonzero otherwise. XSendEventは伝送プロトコルフォーマットへの変換に失敗した場合は 0 を返し、そうでなければ 0 以外の値を返す。 - XFree86
XSendExtensionEventreturns zero if the conversion to wire protocol format failed and returns nonzero otherwise. XSendExtensionEventは通信プロトコルフォーマットへの変換が失敗した場合には 0 を返し、そうでない場合には 0 でない値を返す。 - XFree86
To create a complex number with a nonzero real part, add a floating point number to it, e.g., (3+4j). 実数部がゼロでない浮動小数点を生成するには、(3+4j)のように虚数リテラルに浮動小数点数を加算します。 - Python
The XGetIconSizes function returns zero if a window manager has not set icon sizes; otherwise, it return nonzero. 関数XGetIconSizesは、ウィンドウマネージャがアイコンのサイズをまだ設定していなければ 0 を返し、すでに設定していれば 0 でない値を返す。 - XFree86
The width and height members are set to the inside size of the created window (not including the border) and are always nonzero. width, height メンバは、生成されたウィンドウの内側(境界を含まない)のサイズが設定される。 これらの値は 0 にはなることはない。 - 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.