「return null」を含む例文一覧(102)

1 2 3 次へ>
  • also return NULL if rootp was NULL on entry.
    は NULL を返す。 - JM
  • NULL, _IOLBF, 0); "RETURN VALUE"
    返り値 - JM
  • XDefaultStringdoes not return NULL.
    XDefaultStringは NULL を返さない。 - XFree86
  • On failure, return NULL.
    失敗すると NULLを返します。 - Python
  • This routine can return NULL.
    このルーティンが NULL を返す場合もある。 - JM
  • Make sure that you remove return null; because it will be replaced with return Detail;
    return null; が削除され、return Detail; に置き換えられていることを確認します。 - NetBeans
  • isn't positive or numeric, return a null string.
    ナル文字列を返す。 - JM
  • Thus, there is no NULL error return.
    よって NULL エラーが返されることはない。 - JM
  • On error, these functions return NULL.
    エラーの場合、これらの関数は NULL を返す。 - JM
  • If not set, return NULL.
    設定されていない場合はNULLを返します。 - Python
  • Again, make sure that you remove return null; because it will be replaced with return Detail;
    ふたたび、return null; が削除され、return Detail; に置き換えられていることを確認します。 - NetBeans
  • 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
  • It may return NULL when the year does not fit into an integer.
    年が整数型に収まらない場合、NULL を返す。 - JM
  • If the dptr element of the return value is NULL, no data was
    返り値の dptr が NULL の場合、データは見つからなかった。 - JM
  • return pointers to null-terminated strings.
    は、いずれも NULL で終端された文字列へのポインタを返す。 - JM
  • The return value is NULL if the request cannot be honored.
    設定に失敗した場合には、返り値は NULL になる。 - JM
  • For a long option, they return val if flag is NULL, and 0 otherwise.
    長いオプションに対しては、flag が NULL なら val を返し、flag が NULL 以外なら 0 を返す。 - JM
  • functions return a pointer to the next token, or NULL if there are no more tokens.
    は次のトークンへのポインタか、トークンがなければ NULL を返す。 - JM
  • functions return a pointer to the mntent structure or NULL on failure.
    はmntent構造体へのポインタを返す。 - JM
  • functions return a pointer to the previous state array, or NULL on error.
    関数は直前の状態配列へのポインタまたは NULL を返す。 - JM
  • Upon failure or end-of-file, these functions return NULL and 0, respectively.
    失敗するとこれらの関数は NULL を返し、end-of-file になったら 0 を返す。 - JM
  • functions return the hostent structure or a NULL pointer if an error occurs.
    関数はhostent構造体を返す。 エラーが起こったら NULL ポインタを返す。 - JM
  • If null, this should return an array with this indices, although others could be set as well:
    null の場合、この関数は以下の要素を持つ配列を返します。 - PEAR
  • Function name (NULL to return the first protocol of the type requested)
    関数名 (NULLの場合は、指定した型の最初のプロトコルを返します)。 - PEAR
  • Return value mixed - returns int or NULL if root object
    返り値 整数値、あるいはルートオブジェクトである場合に NULLを返します。 - PEAR
  • If the return value is NULL, an exceptionshall have been set.
    戻り値を NULLにする場合、例外をセットしておかなければなりません。 - Python
  • Return the concatenation of o1 and o2 on success, and NULL on failure.
    成功するとo1 と o2 の連結 (concatenation) を返し、失敗すると NULL を返します。 - Python
  • Return a new tuple object of size len, or NULL on failure.
    サイズが len 新たなタプルオブジェクトを返します。 失敗すると NULL を返します。 - Python
  • return submitted element value or NULL if not set
    送信された要素の値、あるいは設定されていない場合に NULLを返します。 - PEAR
  • Return true if ob is a cell object; ob must not be NULL.
    ob がセルオブジェクトの場合に真を返します;ob は NULL であってはなりません。 - Python
  • Drag the getGoogleMap item and drop it into the body of the getGoogleMap method you created in Step 2, just before the return = null; line.
    getGoogleMap 項目をドラッグして、手順 2 で作成した getGoogleMap メソッドの return = null; 行の直前にドロップします。 - NetBeans
  • Upon return of the function, pValue is either NULL or it contains a reference to the return value of the function.
    関数が処理を戻す際、pValue は NULL になるか、関数の戻り値への参照が入っています。 - Python
  • Return true if ob is a generator object; ob must not be NULL.
    ob がジェネレータオブジェクトの場合に真を返します。 obが NULL であってはなりません。 - Python
  • Return element of o corresponding to the object key or NULL on failure.
    オブジェクト key に対応するo の要素を返します。 失敗すると NULLを返します。 - Python
  • Return the result of repeating sequence object o counttimes, or NULL on failure.
    成功するとオブジェクトo の count 回繰り返しを返し、失敗すると NULL を返します。 - Python
  • 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
  • The functions that return a pointer return NULL if no more entries are available or if an error occurs during processing.
    ポインタを返す関数は、これ以上エントリがない場合や処理中にエラーが発生した場合 NULL を返す。 - JM
  • If not NULL, the return value is interpreted as the return value of the function as exposed in Python.
    NULLでない値を返す場合、戻り値は Python に関数の戻り値として公開される値として解釈されます。 - Python
  • Before calling the specified converter,XtDirectConvert sets the return value size to zero and the return value address to NULL.
    .LP指定されたコンバータを呼び出す前に、XtDirectConvertは返り値のサイズに 0 を設定し、返り値のアドレスに NULL を設定する。 - XFree86
  • On failure, these functions return NULL, and errno is set to indicate the error.
    失敗した場合、これらの関数は NULL を返し、errnoにエラーを示す値を設定する。 - JM
  • If t is non-NULL, the return value is also stored in the memory pointed to by t .
    もしtが NULL でなかったら返り値はtの指しているメモリにも格納される。 - JM
  • If the end of the file is reached, the function will return null.
    ファイルの終端ファイルの終端に達した場合は、この関数はnull を返します。 - PEAR
  • Remember that they return NULL if the location can't be determined.
    場所が取得できなかった場合は NULLが返されることを覚えておきましょう。 - PEAR
  • Return the floor of o1 divided by o2, or NULL on failure.
    成功するとo1 を o2 で除算した切捨て値を返し、失敗すると NULL を返します。 - Python
  • Return the ith element of o, or NULL on failure.This is the equivalent of the Python expression"
    成功すると o の i 番目の要素を返し、失敗すると NULL を返します。 Python の式 " - Python
  • If the buffer is not NULL, the return value might be a shared object.
    バッファが NULL でない場合、戻り値は共有されたオブジェクトになることがあります。 - Python
  • The return string is always terminated with a null byte.
    返される文字列は常にヌル文字で終端される。 - JM
  • functions return a pointer to the matched character or NULL if the character is not found.
    関数は、一致した文字へのポインタか、もし文字が見つからない場合は NULL を返す。 - JM
  • return the pointer to the allocated memory, or NULL if the request fails.
    は割り当てられたメモリへのポインタを返す。 割り当てに失敗した場合は NULL を返す。 - JM
  • Return the slice of sequence object o between i1 and i2, or NULL on failure.
    成功するとo の i1 から i2 までの間のスライスを返し、失敗すると NULL を返します。 - Python
1 2 3 次へ>

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • NetBeans
    © 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.
  • PEAR
    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/ ).
  • JM
    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.
  • Python
    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.