| 意味 | 例文 |
Null pointerの部分一致の例文一覧と使い方
該当件数 : 124件
This function was previously declared to return a signed integer [a pointer, NULL]. 例文帳に追加
この関数は符号付き整数[ポインター, ヌル]を返すものとして以前に宣言されています - 研究社 英和コンピューター用語辞典
A substitution field entry ofNULL is equivalent to a pointer to an empty string. 例文帳に追加
\\fIsubstitution\\fP フィールドに NULL を指定することは、空文字列へのポインタを指定することと等価である。 - XFree86
In all of the above cases, if ps is a NULL pointer, a static anonymous state only known to the mbrtowc function is used instead. 例文帳に追加
上記の全ての場合において、ps が NULL ポインターならば代わりにmbrtowc 関数のみが使用する静的で名前のない状態が使用される。 - JM
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
In both of the above cases, if ps is a NULL pointer, a static anonymous state only known to the wcsrtombs function is used instead. 例文帳に追加
上記のいずれの場合も、ps が NULL ポインタならば、wcsnrtombs 関数だけが知っている静的な匿名の状態がシフト状態の代わりに用いられる。 - JM
The ServerVendor macro returns a pointer to a null-terminatedstring that provides some identification of the owner of the X server implementation.The VendorRelease macro returns a number related to a vendor's release of the X server.例文帳に追加
マクロServerVendorは、X サーバの実装者を識別できるような文字列へのポインタを返す。 - XFree86
returns a pointer to a matching item in the tree, or to the newly added item, or NULL if there was insufficient memory to add the item. 例文帳に追加
は、木構造に見つかったアイテムか、新しく追加したアイテムへのポインタを返す。 メモリの不足のためアイテムを追加できなかった場合は NULL を返す。 - JM
The XListProperties function returns a pointer to an array of atom properties that are defined for the specified window or returns NULL if no properties were found.例文帳に追加
関数XListPropertiesは指定されたウィンドウに対して定義されているアトムプロパティの配列へのポインタを返す。 プロパティが見つからなかった場合には NULL を返す。 - XFree86
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
function returns a pointer to the character in s that matches one of the characters in accept, or NULL if no such character is found. 例文帳に追加
関数は、 s に含まれる文字のうち、accept に含まれる文字のどれかに一致したものへのポインタを返す。 - JM
returns a pointer to an internal buffer area containing the null-terminated message string. 例文帳に追加
は内部のバッファ領域へのポインタを返す。 ここにはヌル文字で終端されたメッセージ文字列が格納されている。 - JM
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
Description: When working with two Visual Web JSF projects, and when closing the second project and returning to the first, may yield an Null Pointer Exception for the first drag and drop.例文帳に追加
説明: 2 つの Visual Web JSF プロジェクトを操作しているときに、2 番目のプロジェクトを閉じて最初のプロジェクトに戻ると、最初のドラッグ&ドロップで Null ポインタ例外が発生することがあります。 - NetBeans
Description The XQueryTree function returns the root ID, the parent window ID, a pointer to the list of children windows(NULL when there are no children), and the number of children in the list for the specified window.例文帳に追加
説明関数XQueryTreeは指定したウィンドウに対して、ルートウィンドウのID, 親ウィンドウのID,子ウィンドウのリストへのポインタ(子ウィンドウが無い場合には NULL)、このリスト中の子ウィンドウの数を返す。 - XFree86
Description If XtGetActionKeysym is called after an action procedure has been invoked by the Intrinsics and before that action procedure returns, and if the event pointer has the same value as the event pointer passed to that action routine, and if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym returns the KeySym that matched the final event specification in the translation table and, if/fImodifiers_return/fP is non-NULL, the modifier state actually used to generate this KeySym; otherwise, if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym calls XtTranslateKeycode and returns the results; else it returns NoSymbol and does not examine modifiers_return.例文帳に追加
そうでない場合、イベントがKeyPressイベントまたはKeyReleaseイベントならば、XtGetActionKeysym はXtTranslateKeycodeを呼び出し、その結果を返す。 - XFree86
If the argumentvisual is NULL, then information for all visuals of all screens is returned.Otherwise, it's a pointer to a list of visuals for which extended visual information is desired.例文帳に追加
引き数visualが NULL の場合、この関数は全てのスクリーンの全てのビジュアルに関する情報を返す。 そうでない場合は、拡張ビジュアル情報を調べたいビジュアルのリストへのポインタを指定すること。 - XFree86
Call the function named name in the referenced shared object.The arguments must be either Python integers, which will be passed as is, Python strings, to which a pointer will be passed, or None, which will be passed as NULL. 例文帳に追加
参照された共有オブジェクトのnameという名前の関数を呼出します。 引数は、Python整数(そのまま渡される)、Python文字列(ポインターが渡される)、None (NULLとして渡される) のどれかでなければいけません。 - Python
An important convention throughout the Python interpreter is the following: when a function fails, it should set an exception condition and return an error value (usually a NULL pointer).例文帳に追加
Python インタプリタ全体を通して、一つの重要な取り決めがあります:それは、関数が処理に失敗した場合、例外状態をセットして、エラーを示す値 (通常は NULL ポインタ) を返さねばならない、ということです。 - Python
An optional pointer to an instance creation function.If this function is NULL for a particular type, that type cannot be called to create new instances; presumably there is some other way to create instances, like a factory function. The function signature is例文帳に追加
このフィールドが NULL を指している型では、型を呼び出して新たなインスタンスを生成できません; こうした型では、おそらくファクトリ関数のように、インスタンスを生成する他の方法があるはずです。 関数のシグネチャは - Python
function converts number to a null-terminated string of ndigits digits (where ndigits is reduced to a system-specific limit determined by the precision of a double ), and returns a pointer to the string. 例文帳に追加
は number を NUL 文字で終端されたndigits 文字 (ndigits はdoubleの精度によって決定されるシステム依存の制限値にまで減らされる)の文字列へ変換し、その文字列へのポインタを返す。 - JM
If invalid values are given for one or more modifier categories supported by the locale,a NULL pointer is returned, and none of the current modifiers are changed.At program startup, the modifiers that are in effect are unspecified until the first successful call to set them.例文帳に追加
ロケールがサポートしている1つ以上のモディファイアカテゴリーに対して不正な値が与えられた場合には NULL ポインタが返され、現在のモディファイアはいずれも変更されない。 プログラムの起動時有効にされるモディファイアは、これをセットする最初の関数呼び出しの成功までは不定である。 - XFree86
under ``Built-inExceptions.''Note also that the SpamError variable retains a reference to the newly created exception class; this is intentional!例文帳に追加
の ``組み込み例外'' の節に述べられているException クラスを基底クラスに持つ例外クラスも作成できます (NULLの代わりに他のクラスを渡した場合は別です)。 SpamError 変数は、新たに生成された例外クラスへの参照を維持することにも注意してください; これは意図的な仕様です!外部のコードが例外オブジェクトをモジュールから除去できるため、モジュールから新たに作成した例外クラスが見えなくなり、SpamError がぶら下がりポインタ (dangling pointer)になってしまわないようにするために、クラスに対する参照を所有しておかねばなりません。 - Python
| 意味 | 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|