1153万例文収録!

「on null」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > on nullに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

on nullの部分一致の例文一覧と使い方

該当件数 : 228



例文

also return NULL if rootp was NULL on entry. 例文帳に追加

は NULL を返す。 - JM

on failure, it returns NULL. 例文帳に追加

失敗すると NULL を返す。 - JM

by the call; on error, NULL is returned. 例文帳に追加

エラーの場合、 NULL を返す。 - JM

On failure, returns NULL. 例文帳に追加

失敗するとNULL を返します。 - Python

例文

Returns NULL on failure. 例文帳に追加

失敗するとNULLを返します。 - Python


例文

On failure, return NULL.例文帳に追加

失敗すると NULLを返します。 - Python

On error, NULL is returned. 例文帳に追加

エラーの場合には NULL が返される。 - JM

On failure, a NULL pointer is returned. 例文帳に追加

エラーの場合は NULL ポインタを返す。 - JM

On error, these functions return NULL. 例文帳に追加

エラーの場合、これらの関数は NULL を返す。 - JM

例文

On failure, raisesSystemError and returns NULL. 例文帳に追加

失敗すると SystemError を送出して NULLを返します。 - Python

例文

Returns o on success, or NULL on failure. 例文帳に追加

成功すると o を返し、失敗すると NULL を返します。 - Python

int $port = null- The port to connect to on the server. 例文帳に追加

int $port = null-サーバへの接続のためのポート番号。 - PEAR

The FreeBSD implementation sets strp to NULL on error. 例文帳に追加

FreeBSD の実装では、エラーの際にはstrpを NULL にセットする。 - JM

function returns a NULL pointer on end-of-file. 例文帳に追加

関数はファイルの終端ではNULL ポインタを返す。 - JM

A NULL pointer is returned on EOF or error. 例文帳に追加

EOF か エラーに遭遇した場合には NULL ポインタを返す。 - JM

Returns the string representation on success, NULL on failure.例文帳に追加

成功すると文字列表現を返し、失敗すると NULL を返します。 - Python

Data written on a null or zero special file is discarded. 例文帳に追加

null または zero スペシャルファイル(special file)に書かれたデータは捨てられる。 - JM

On error, NULL is returned, and errno is set appropriately. 例文帳に追加

エラーの場合は、NULL が返されて、errnoが適切に設定される。 - JM

Null values are discussed later under “Null Values" on page 34 例文帳に追加

空白値については,34ページの「空白値」で説明する - コンピューター用語辞典

Null values are discussed later under “Null Values" on page 34. 例文帳に追加

空白値については, 34ページの「空白値」で説明する - コンピューター用語辞典

returns a pointer to a DB structure on success and NULL on error. 例文帳に追加

は、成功した場合DB構造体へのポインタを、エラーの場合 NULL を返す。 - JM

Returns the value of the comparison on success, or NULL on failure.例文帳に追加

成功すると比較結果の値を返し失敗すると NULL を返します。 - Python

Return the concatenation of o1 and o2 on success, and NULL on failure.例文帳に追加

成功するとo1 と o2 の連結 (concatenation) を返し、失敗すると NULL を返します。 - Python

Returns the resized object or NULL on failure.例文帳に追加

リサイズされたオブジェクトを返します。 失敗すると NULL を返します。 - Python

Returns a new list of length len on success, or NULL on failure.例文帳に追加

サイズが len 新たなリストオブジェクトを返します。 失敗すると NULL を返します。 - Python

Returns the bitwise negation of o on success, or NULL on failure.例文帳に追加

成功すると o のビット単位反転 (bitwise negation) を返し、失敗すると NULL を返します。 - Python

Returns a new string object with the value v on success, and NULL on failure.例文帳に追加

v を値に持つ文字列オブジェクトを返します。 失敗すると NULLを返します。 - Python

functions return a pointer to the previous state array, or NULL on error. 例文帳に追加

関数は直前の状態配列へのポインタまたは NULL を返す。 - JM

Returns the absolute value of o, or NULL on failure. 例文帳に追加

成功すると o の絶対値を返し、失敗すると NULL を返します。 - Python

On end of file, NULL is returned. 例文帳に追加

ファイルの終端では, ヌルが返される - 研究社 英和コンピューター用語辞典

Issue #125965: Null Pointer Exception on drag and drop after closing a Visual Web project close. 例文帳に追加

課題 125965: Visual Web プロジェクトを閉じたあとの、ドラッグ&ドロップでの Null ポインタ例外。 - NetBeans

The printer 50 discriminates the print data from the following print data based on the NULL data row.例文帳に追加

プリンタ50は、NULLデータ列により、後の印刷データと区別する。 - 特許庁

Creates a PyFloatObject object from v, or NULL on failure.例文帳に追加

v から PyFloatObject オブジェクトを生成して返します。 失敗すると NULL を返します。 - Python

Return a new tuple object of size len, or NULL on failure. 例文帳に追加

サイズが len 新たなタプルオブジェクトを返します。 失敗すると NULL を返します。 - Python

functions return a pointer to the mntent structure or NULL on failure. 例文帳に追加

はmntent構造体へのポインタを返す。 - JM

Creates a PyFloatObject object based on the string value instr, or NULL on failure. 例文帳に追加

str の文字列値をもとに PyFloatObject オブジェクトを生成します。 失敗すると NULL を返します。 - Python

Returns the negation of o on success, or NULL on failure.This is the equivalent of the Python expression "-o 例文帳に追加

成功するとo の符号反転を返し、失敗すると NULL を返します。 Python の式 "-o - Python

Returns the result of left shifting o1 by o2 on success,or NULL on failure. 例文帳に追加

成功すると o1 を o2 だけ左シフトした結果を返し、失敗すると NULL を返します。 - Python

Returns the o converted to an integer object on success, or NULL on failure.例文帳に追加

成功するとo を整数に変換したものを返し、失敗すると NULL を返します。 - Python

Returns the result of adding o1 and o2, or NULL on failure.例文帳に追加

成功するとo1 と o2 を加算した結果を返し、失敗すると NULL を返します。 - Python

On some systems (but not on Linux), a NULL pointer may be returned instead for an invalid signal number. 例文帳に追加

(Linux はそうではないが)不正なシグナル番号に対して、 NULL ポインタを返すシステムもある。 - JM

Returns the o converted to a long integer object on success,or NULL on failure. 例文帳に追加

成功するとo を長整数に変換したものを返し、失敗すると NULL を返します。 - Python

On Linux, argv can be specified as NULL, which has the same effect as specifying this argument as a pointer to a list containing a single NULL pointer. 例文帳に追加

Linux では、argvに NULL を指定することができる。 これは、この引き数に NULL ポインタ1個だけを含むリストへのポインタを指定したのと同じ効果を持つ。 - JM

Returns the o converted to a float object on success, or NULL on failure.例文帳に追加

成功するとo を浮動小数点数に変換したものを返し、失敗すると NULL を返します。 - Python

Returns the Unicode string representation on success, NULL on failure.This is the equivalent of the Python expression"unicode(o)".例文帳に追加

成功するとUnicode 文字列表現を返し失敗すると NULL を返します。 Python 式"unicode(o)" と同じです。 - Python

Returns the result of the call on success,or NULL on failure. 例文帳に追加

成功すると呼び出し結果として得られたオブジェクトを返し、失敗すると NULL を返します。 - Python

Returns a new string object with the value v and length len on success, and NULL on failure.例文帳に追加

値が v で長さが len の新たな文字列オブジェクトを返します。 失敗すると NULL を返します。 - Python

returns a pointer to the username when successful, and NULL on failure. 例文帳に追加

は成功した場合はユーザ名へのポインタを返し、失敗した場合は NULL を返す。 - JM

The string functions perform string operations on null-terminated strings. 例文帳に追加

文字列関数は、NULL 終端された文字列に対して、文字列操作を実行する。 - JM

例文

Return element of o corresponding to the object key or NULL on failure.例文帳に追加

オブジェクト key に対応するo の要素を返します。 失敗すると NULLを返します。 - Python




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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.
  
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 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS