1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 1707



例文

Applications that need to be portable to kernels before 2.6.9 should specify a non-NULL pointer in event . 例文帳に追加

2.6.9 より前のカーネルへの移植性が必要なアプリケーションでは、eventに NULL でないポインタを指定すべきである。 - JM

return the number of characters read, including the delimiter character, but not including the terminating null byte. 例文帳に追加

は読み込んだ文字数を返す。 文字数には区切り文字を含むが、終端に使う NULL バイトは含まない。 - JM

inserts the element pointed to by elem immediately after the element pointed to by prev, which must not be NULL. 例文帳に追加

は elem で示される要素を prev で示される要素の直後に挿入する。 prev は NULL であってはならない。 - JM

The name can be up to 16 bytes long, and should be null terminated if it contains fewer bytes. 例文帳に追加

名前は最大で 16 バイトであり、それより少ないバイト数の場合は NULL で終端すべきである。 - JM

例文

If we are interested in performing just one of these tasks then the other argument can be specified as NULL. 例文帳に追加

この操作のうち 1 つだけを実行させるには、使用しない引き数を NULL に指定すればよい。 - JM


例文

can be called with a null second argument to query the current signal handler. 例文帳に追加

の二番目の引き数に NULL を指定して呼び出すと、現在のシグナルハンドラを確認することができる。 - JM

e. ,how is ignored), but the current value of the signal mask is nevertheless returned in oldset (it is not NULL). 例文帳に追加

setの値にかかわらず、現在のシグナルマスクの値はoldsetに入れて返される (但し、oldsetが NULL でない場合)。 - JM

In case the whole input string is consumed the return value points to the null byte at the end of the string. 例文帳に追加

すべての入力文字列が処理された場合、返り値は文字列末尾の NULL バイトを指す。 - JM

fails to match all of the format string and therefore an error occurred the function returns NULL. 例文帳に追加

がフォーマット文字列のすべての比較に失敗し、エラーが起こった場合、関数は NULL ポインタを返す。 - JM

例文

returns a pointer to a null-terminated string containing the next token. 例文帳に追加

のそれぞれの呼び出しでは、次のトークンを格納した NULL 終端された文字列へのポインタが返される。 - JM

例文

a Unix domain socket can be bound to a null-terminated file system pathname using bind (2). 例文帳に追加

bind (2) を使って、Unix ドメインソケットを NULL 終端されたファイルシステム上のパス名に結び付けることができる。 - JM

function returns a pointer to the new wide-character string, or NULL if sufficient memory was not available. 例文帳に追加

関数は、新しいワイド文字文字列へのポインタを返す。 十分なメモリがなければ NULL を返す。 - JM

may return NULL (0) if it cannot allocate a contiguous piece of a buffer. 例文帳に追加

はバッファーの連続する断片を割り当てることができなかった場合にはNULL (0)を返すかもしれない。 - JM

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

By periodically inserting a certain packet (e.g., NULL packet), data continuity is kept.例文帳に追加

このように定期的にあるパケット(例えばNULLパケット)を挿入することで、データの連続性を保つ。 - 特許庁

string|null $lastVersion This will be set to the string representing the version of the last installed version of this package. 例文帳に追加

string|null $lastVersion これは、このパッケージを最後にインストールしたときのバージョンを表す文字列を設定します。 - PEAR

Use NULL to set XF without setting height mixed $format- XF format we are giving to the row 例文帳に追加

高さを指定せずに XF のみを設定する場合にはNULL を使用します。 mixed $format-行に設定する XF 書式。 - PEAR

Note that this function will return a non-zero number, as zero is the NULL pointer例文帳に追加

0はNULLポインターであるので、この関数は0でない数を返すだろうということに注意してください - Python

This returns the current exception object,or NULL if no exception has occurred. 例文帳に追加

この関数は現在の例外オブジェクトを返します。 例外が発生していない場合には NULL を返します。 - Python

The module and registry arguments may be set to NULL to get the default effect described there.例文帳に追加

そこに説明されているデフォルトの効果を得るために、moduleとregistry引数はNULLに設定することができます。 - Python

Return a new reference to the imported module, or NULL with an exception set on failure.例文帳に追加

)import されたモジュールへの新たな参照を返します。 失敗した場合には例外をセットし、NULL を返します。 - 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

Upon return of the function, pValue is either NULL or it contains a reference to the return value of the function.例文帳に追加

関数が処理を戻す際、pValue は NULL になるか、関数の戻り値への参照が入っています。 - Python

It should be NULL for statically defined types.This field is not inherited.例文帳に追加

静的に定義されている型の場合には、このフィールドはNULL になります。 このフィールドは継承されません。 - Python

Multiple elements of the property(for example, the strings in a disjoint text selection) are separated by a null byte.例文帳に追加

.LPプロパティの複数の要素(例えば、ばらばらのテキストセレクション文字列)は NULL バイトで区切られる。 - XFree86

ASSESSMENT SYSTEM USING Herp-NULL CELL例文帳に追加

Herp欠損細胞を利用した評価系 - 特許庁

This represents transmission of a null pilot signal.例文帳に追加

このことは、ヌルパイロット信号の送信を表す。 - 特許庁

If the multibyte character is the null wide character, it returns 0. 例文帳に追加

マルチバイト文字がナルワイド文字ならば 0 を返す。 - JM

As such, my contract with them is now null and void.例文帳に追加

そのように彼らとの 契約はもう無効だ - 映画・海外ドラマ英語字幕翻訳辞書

A contract in contravention of the present article shall be null and void. 例文帳に追加

本条に違反した契約は無効とす - 斎藤和英大辞典

Specifies the null-terminated pattern string that can contain wildcard characters.例文帳に追加

これはワイルドカード文字を含んでいてもよい。 - XFree86

NULL indicates that no sharing is to takeplace. direct 例文帳に追加

\\f3NULL\\fP は、全く共有を行わないことを示す。 - XFree86

DIFFRACTIVE NULL CORRECTOR USING SPATIAL LIGHT MODULATOR例文帳に追加

空間光変調器を使用する回折ヌルコレクタ - 特許庁

function returns a pointer to the next token, or NULL if no further token was found. 例文帳に追加

関数は次のトークンへのポインタを返す。 - JM

The deed is now nullnull and voidof no effectof no legal effect―(時効の為なら)―barred by prescription. 例文帳に追加

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

NULLindicates that all groups should be used. 例文帳に追加

NULLはすべてのグループを使用することを意味します。 - PEAR

TELEPHONE SYSTEM WITH NULL DATA SUPPRESSION/INSERTION FUNCTION例文帳に追加

ナルデータ抑圧・挿入機能を有する電話システム - 特許庁

METHOD AND DEVICE FOR CONTROLLING NULL DIRECTION OF ARRAY ANTENNA例文帳に追加

アレーアンテナのヌル方向制御方法及び装置 - 特許庁

契約なら)to invalidate a contractvitiate a contract―(約束なら)―annul a promisemake a promise of no force―(法律なら)―nullify a lawmake a law of no effect―(証文なら)―defeat a deed―(結婚なら)―make a marriage null and void. 例文帳に追加

無効にする - 斎藤和英大辞典

The arguments are provided as a variable number of parameters followed by NULL.Returns the result of the call on success, or NULL on failure.New in version 2.2.例文帳に追加

引数列は末尾に NULLがついた可変数個のパラメタとして与えます。 成功すると呼び出し結果として得られたオブジェクトを返し失敗すると NULL を返します。 - Python

METHOD AND APPARATUS FOR PHASE-SHIFT NULL-BURST-PATTERN例文帳に追加

位相シフトヌルバーストパターンのための方法及び装置 - 特許庁

Since CVSup is written in Modula-3, adding it to the FreeBSD base system would also require adding and maintaining a Modula-3 compiler. This would lead to both an increase in the disk space consumed by the FreeBSD sources and additional maintenance work. 例文帳に追加

open や close の処理は、 socksys から /dev/null (null(4) 参照)へシンボリックリンクを張ることで代用します。 - FreeBSD

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

Its value is an index into the section header string table section, giving the location of a null-terminated string. 例文帳に追加

この値はセクションヘッダ文字列テーブルセクションのインデックスであり、NULL 文字で終端された文字列の場所を示す。 - JM

functions provide an array of pointers to null-terminated strings that represent the argument list available to the new program. 例文帳に追加

は、利用可能な引き数リスト (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

All the other fields in the structure pointed to by hints must contain either 0 or a null pointer, as appropriate. 例文帳に追加

hintsが指し示す構造体の他のすべてのフィールドには0 か NULL ポインタを適切に入れなければならない。 - JM

例文

function returns a pointer to the value in the environment, or NULL if there is no match. 例文帳に追加

は、環境における値 value へのポインタを返す。 - JM




  
Copyright © Japan Patent office. All Rights Reserved.
  
斎藤和英大辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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.
  
© 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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS