1153万例文収録!

「null」に関連した英語例文の一覧と使い方(9ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

nullを含む例文一覧と使い方

該当件数 : 1707



例文

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

On error, sets the appropriate exception(EOFError or TypeError) and returns NULL. 例文帳に追加

エラーが生じた場合、適切な例外 (EOFError またはTypeError) を送出して NULLを返します。 - Python

It is a severe error to ever let a NULL pointer ``escape'' to the Python user.例文帳に追加

NULL ポインタを Python ユーザレベルに ``逃がし'' てしまうと、深刻なエラーを引き起こします。 - Python

例文

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

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


例文

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

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

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

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

Returns the remainder of dividing o1 by o2, or NULL on failure.例文帳に追加

成功すると o1 を o2 で除算した剰余を返し、失敗すると NULL を返します。 - Python

Return the result of repeating sequence object o counttimes, or NULL on failure. 例文帳に追加

成功するとオブジェクトo の count 回繰り返しを返し、失敗すると NULL を返します。 - Python

例文

Any of the values may be NULL, in which case the None will be used for the corresponding attribute.例文帳に追加

これらの値はいずれもNULL にでき、対応する値には None が使われます。 - Python

例文

Reset the current thread state to NULL and release the global interpreter lock.例文帳に追加

現在のスレッド状態をリセットして NULL にし、グローバルインタプリタロックを解放します。 - Python

For statically allocated objects,these fields always remain NULL. 例文帳に追加

静的にメモリ確保されているオブジェクトでは、これらのフィールドは常に NULLのままです。 - Python

If this resource is NULL, it is calculated based on the attribute resources.例文帳に追加

このリソースが NULL の場合、これは属性関連リソースに基づいて計算される。 - XFree86

An absent or null value for either action indicates that no action should be taken at the PHP layer upon delete or update of a referenced row.(Note that a PHP null value is different from the 'set null' action string.) 例文帳に追加

それぞれのアクションを省略したり null 値を指定したりした場合は、参照される行の削除時あるいは更新時に PHP 側では何の処理もしないことを意味します(PHP の null 値は、アクション文字列 'set null' ではないことに注意しましょう)。 - PEAR

produce the null-string. 例文帳に追加

より右のフィールド) を参照した結果は - JM

and addr is NULL, or flags did not specify MPOL_F_ADDR 例文帳に追加

このマニュアルページは完全ではない。 - JM

a pointer to the null-terminated string and cflags , 例文帳に追加

ヌル文字で終端された文字列regex 、 - JM

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

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

Arguments Description 例文帳に追加

この関数に NULL ポインタを渡してはならない。 - XFree86

You will need either a null-modem cable or a standard serial cable and a null-modem adapter. 例文帳に追加

ヌルモデムケーブル、もしくは標準シリアルケーブルとヌルモデムアダプタが必要となります。 - FreeBSD

null character. This allows file names that contain newlines to be 例文帳に追加

各ファイル名にヌル文字を付加する。 - JM

break a null-terminated pathname string into directory and filename components. 例文帳に追加

は、NULL で終端されたパス名の文字列を、ディレクトリ部分・ファイル名部分に分割する。 - JM

If it is unavailable the assignment environ = NULL; will probably do. 例文帳に追加

この関数が使用できない場合は、 environ = NULL;というように変数 environ を設定すればよい。 - JM

On failure, these functions return NULL, and errno is set to indicate the error. 例文帳に追加

失敗した場合、これらの関数は NULL を返し、errnoにエラーを示す値を設定する。 - JM

This value can be used to handle embedded null bytes in the line read. 例文帳に追加

この値によって、読み込んだ行に含まれる NULL バイトを操作することができる。 - JM

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

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

and writes the remaining time into the structure pointed to by rem unless rem is NULL. 例文帳に追加

を設定し、remが NULL でなければ残りの時間をremが指す構造体に格納する。 - JM

The command argument is a pointer to a null-terminated string containing a shell command line. 例文帳に追加

command引き数は、シェルのコマンドラインを含むNULL 終端された文字列へのポインタである。 - JM

It returns NULL on reaching the end of the directory stream or if an error occurred. 例文帳に追加

ディレクトリストリームの末尾に達した場合や、エラーが発生した場合は、 NULL を返す。 - JM

Again, a NULL pointer is a wildcard and matches any string. 例文帳に追加

もう一度書いておくが、NULL ポインタはワイルドカードであり、あらゆる文字列と一致する。 - JM

Either ss or oss is not NULL and points to an area outside of the process's address space. 例文帳に追加

ss または oss のどちらが、NULL 以外で、かつプロセスのアドレス空間の外を指している。 - JM

If t is non-NULL, the return value is also stored in the memory pointed to by t . 例文帳に追加

もしtが NULL でなかったら返り値はtの指しているメモリにも格納される。 - JM

The agreement is now invalidnullnull and voidof no effectof no legal effect. 例文帳に追加

この契約はもう効力が無い - 斎藤和英大辞典

Package name to retrieve information about string field = null specific field to retrieve information about. 例文帳に追加

情報を取得するパッケージの名前。 string field = null 情報を取得するフィールドの名前。 - PEAR

If the end of the file is reached, the function will return null. 例文帳に追加

ファイルの終端ファイルの終端に達した場合は、この関数はnull を返します。 - PEAR

By default, the timeout is set to NULL, which means that the handler is deactivated. 例文帳に追加

デフォルトではタイムアウトは NULL となっており、この場合は、ハンドラが無効となります。 - PEAR

Remember that they return NULL if the location can't be determined. 例文帳に追加

場所が取得できなかった場合は NULLが返されることを覚えておきましょう。 - PEAR

Convert a null-terminated buffer of Unicode (UCS-2 or UCS-4)data to a Python Unicode object. 例文帳に追加

null 終端された Unicode (UCS-2 または UCS-4) データのバッファからPython オブジェクトに変換します。 - Python

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

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

Returns a new PyLongObject object from v, or NULL on failure.例文帳に追加

v から新たな PyLongObject オブジェクトを生成して返します。 失敗のときには NULL を返します。 - Python

ASCII string giving a description of the audio file (padded with null bytes).例文帳に追加

オーディオファイルについての説明をASCII文字列で示したもの(null バイトで埋められます)。 - Python

Return the floor of o1 divided by o2, or NULL on failure.例文帳に追加

成功するとo1 を o2 で除算した切捨て値を返し、失敗すると 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 right shifting o1 by o2 onsuccess, or NULL on failure. 例文帳に追加

成功すると o1 を o2 だけ右シフトした結果を返し、失敗すると NULL を返します。 - 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

RaisesTypeError and returns NULL if the object cannot be iterated.例文帳に追加

オブジェクトが反復処理不可能であった場合にはTypeError を送出して 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 XAllocClassHintfunction allocates and returns a pointer to a XClassHint structure.Note that the pointer fields in the XClassHint structure are initially set to NULL.例文帳に追加

XClassHint構造体の pointer フィールドは NULL で初期化される点に注意すること。 - XFree86




  
斎藤和英大辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 1994-2010 The FreeBSD Project. All rights reserved. license
  
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
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS