| 例文 |
null functionの部分一致の例文一覧と使い方
該当件数 : 88件
function returns NULL and does nothing else. 例文帳に追加
関数は何もせずに NULL を返す。 - JM
The function always returns NULL, so a wrapper function around a system call can write"return PyErr_SetFromErrno(type);" when the system call returns an error.例文帳に追加
関数は常にNULLを返します。 - Python
The main case for this function is when s is not NULL and pwc is not NULL. 例文帳に追加
この関数が用いられる場合、通常 s が NULL でなく pwc も NULL でない。 - JM
If filename is NULL, this function uses "???" as the filename.例文帳に追加
filenameがNULLならば、この関数はファイル名として"???"を使います。 - Python
Function name (NULL to return the first protocol of the type requested)例文帳に追加
関数名 (NULLの場合は、指定した型の最初のプロトコルを返します)。 - PEAR
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
Thedestr function will be called when the object is reclaimed,unless it is NULL. 例文帳に追加
関数 destr が NULL でない場合、オブジェクトを再利用する際に呼び出します。 - Python
Upon return of the function, pValue is either NULL or it contains a reference to the return value of the function.例文帳に追加
関数が処理を戻す際、pValue は NULL になるか、関数の戻り値への参照が入っています。 - Python
function returns a pointer to the next token, or NULL if no further token was found. 例文帳に追加
関数は次のトークンへのポインタを返す。 - JM
TELEPHONE SYSTEM WITH NULL DATA SUPPRESSION/INSERTION FUNCTION例文帳に追加
ナルデータ抑圧・挿入機能を有する電話システム - 特許庁
If the end of the file is reached, the function will return null. 例文帳に追加
ファイルの終端ファイルの終端に達した場合は、この関数はnull を返します。 - PEAR
function returns a pointer to the value in the environment, or NULL if there is no match. 例文帳に追加
は、環境における値 value へのポインタを返す。 - JM
function converts number to a minimal length null-terminated ASCII string and stores the result in buf. 例文帳に追加
は、 number を、最短の長さの NULL 終端された ASCII文字列へ変換し、それを buf に保持する。 - JM
This function takes a null-terminated character string as argument and returns an integer.例文帳に追加
この関数は null で終端されたキャラクタ文字列を引数にとり、整数を返します。 - Python
It returns NULL if a database has not yet been set. The XrmSetDatabase function associates the specified resource database(or NULL) with the specified display.例文帳に追加
データベースがまだ設定されていない場合は、この関数は NULL を返す。 .LP関数XrmSetDatabaseは、指定したデータベース(あるいは NULL)を指定したディスプレイに関連づける。 - XFree86
function returns the address of the substring if a match is found and NULL otherwise. 例文帳に追加
関数は、マッチした場合は部分文字列へのアドレスを返し、マッチしなければ NULL を返す。 - JM
If null, Mail::factory('mail') will be used (and the email will be sent using the PHP mail function). 例文帳に追加
null の場合は Mail::factory('mail')を使用します (そして、PHP の mail 関数を用いてメールを送信します)。 - PEAR
In the example, self will always be a NULL pointer, since we are defining a function, not a method.例文帳に追加
この例ではメソッドではなく関数を定義しているので、 self は常に NULL ポインタになります。 - Python
The XGetErrorText function copies a null-terminated string describing the specified errorcode into the specified buffer. 例文帳に追加
XGetErrorTextは指定したエラーコードを説明する NULL で終わる文字列を指定したバッファにコピーする。 - XFree86
function returns a pointer to the matched character, or a pointer to the null byte at the end of s (i. 例文帳に追加
関数は一致した文字へのポインタを返す。 - JM
PyObject_HEAD_INIT(NULL) and add the following to the module initialization function: 例文帳に追加
また、以下の行をモジュール初期化関数に加えます: - Python
function returns the number of characters placed in the array s, not including the terminating null byte, provided the string, including the terminating null byte, fits. 例文帳に追加
関数は、結果の文字列が終端の NULL バイトを含めて配列sに収まった場合には、sに書きこまれた文字数を返す。 NULL バイトは文字数に入らない。 - JM
If prefix is NULL (no prefix function is specified), and no comparison function is specified, a default lexical comparison routine is used. 例文帳に追加
prefixが NULL (prefix 関数が指定されていない) で、かつ比較関数が指定されていないと、デフォルトの辞書比較ルーチンが使われる。 - JM
In this case the function returns the first element of the result array (the element with the zero numbered).If the array is empty the function returns null. 例文帳に追加
この場合、関数は result 配列の最初の要素を返します (番号が 0 の要素)。 配列が空の場合、null を返します。 - NetBeans
fails to match all of the format string and therefore an error occurred the function returns NULL. 例文帳に追加
がフォーマット文字列のすべての比較に失敗し、エラーが起こった場合、関数は NULL ポインタを返す。 - JM
function returns a pointer to the new wide-character string, or NULL if sufficient memory was not available. 例文帳に追加
関数は、新しいワイド文字文字列へのポインタを返す。 十分なメモリがなければ NULL を返す。 - JM
Note that this function will return a non-zero number, as zero is the NULL pointer例文帳に追加
0はNULLポインターであるので、この関数は0でない数を返すだろうということに注意してください - Python
The obj parameter is passed to the function as its first parameter, and may be any Python object, or NULL.例文帳に追加
obj パラメタは関数の第一パラメタとして渡され、何らかの Python オブジェクトかまたはNULLになります。 - Python
function returns a pointer to a matching member of the array, or NULL if no match is found. 例文帳に追加
関数は、配列のメンバーのうち、一致したものへのポインタを返す。 見つからなかったときは NULL を返す。 - JM
function clears the environment of all name-value pairs and sets the value of the external variable environ to NULL. 例文帳に追加
関数は、名前と値が組になった全ての環境をクリアする。 さらに外部変数environの値を NULL にする。 - JM
function returns a pointer to a group structure, or NULL if there are no more entries or an error occurs. 例文帳に追加
関数はgroup構造体へのポインタを返す。 これ以上エントリが無いか、エラーが発生した場合は NULL を返す。 - JM
function returns a pointer to a passwd structure, or NULL if there are no more entries or an error occurs. 例文帳に追加
関数は、passwd構造体へのポインタを返す。 これ以上エントリが無いか、エラーが発生した場合は NULL を返す。 - JM
function returns a pointer to the beginning of the substring, or NULL if the substring is not found. 例文帳に追加
関数は、部分文字列の開始を指すポインタを返し、もし部分文字列が見つからない場合は NULL を返す。 - JM
function returns a pointer to the duplicated string, or NULL if insufficient memory was available. 例文帳に追加
関数は複製された文字列へのポインタ、または十分なメモリが確保できなかった場合にはNULLを返す。 - JM
function returns a stream descriptor, or NULL if a unique filename cannot be generated or the unique file cannot be opened. 例文帳に追加
関数はファイルポインタを返すか、ユニークなファイルが作れなかったかオープンできなかった場合は NULL を返す。 - JM
function returns the number of bytes that make up the converted part of multibyte sequence, not including the terminating null byte. 例文帳に追加
関数は、変換して得られたマルチバイト列のバイト数を返す。 これには終端の null バイトは含まない。 - JM
If not NULL, the return value is interpreted as the return value of the function as exposed in Python.例文帳に追加
NULLでない値を返す場合、戻り値は Python に関数の戻り値として公開される値として解釈されます。 - Python
If the reference count reaches zero, theobject's type's deallocation function (which must not be NULL) is invoked.例文帳に追加
参照カウントがゼロになったら、オブジェクトの型のメモリ解放関数(NULLであってはならない)が呼ばれます。 - Python
The XrmStringToQuarkList function converts the null-terminated string (generally a fully qualified name) to a list of quarks.例文帳に追加
.LP関数XrmStringToQuarkListは NULL で終わる文字列(一般的には完全に限定された名前)をクォークのリストに変換する。 - XFree86
function returns a pointer to the modified template string on success, and NULL on failure, in which case errno is set appropriately. 例文帳に追加
関数は変更された template 文字列へのポインタを返す。 失敗した場合は、NULL を返して、errnoを適切に設定する。 - JM
function returns a pointer to a dirent structure, or NULL if an error occurs or end of the directory stream is reached. 例文帳に追加
関数はdirent構造体へのポインタを返す。 エラーが発生するか、ディレクトリストリームの末尾に達した場合、 NULL を返す。 - JM
function returns a pointer to a unique temporary filename, or NULL if a unique name cannot be generated. 例文帳に追加
関数は他と重ならないテンポラリファイル名へのポインタを返す。 他と重ならない名前が生成できなければ 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
The XTextPropertyToStringList function returns a list of strings representing the null-separated elements of the specified XTextProperty structure.例文帳に追加
関数XTextPropertyToStringListは指定したXTextProperty構造体が持つ要素群(NULL で区切られている)の内容を表す文字列のリストを返す。 - XFree86
If compare is NULL (no comparison function is specified), the keys are compared lexically, with shorter keys considered less than longer keys. 例文帳に追加
compareが NULL (比較関数が指定されていない) の場合、辞書的に比較される。 短いキーは長いキーより小さいことになる。 - JM
| 例文 |
| Copyright © Japan Patent office. 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. |
| © 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 © 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/ ). |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|