| 意味 | 例文 |
null listの部分一致の例文一覧と使い方
該当件数 : 41件
specification_list Specifies a NULL-terminated list of resource specifications to pre-load the database,or NULL.例文帳に追加
このリストは NULL で終わる。 - XFree86
Parameter string [$dir = null]- The directory to list. 例文帳に追加
パラメータ string [$dir = null]-一覧を取得したいディレクトリ。 - PEAR
The list of group members must be NULL terminated or NULL initialized. 例文帳に追加
グループメンバのリストは、NULL で終端されるか、NULL で初期化されなければならない。 - JM
The first pointer points to the beginning of the message and the list ends with NULL. 例文帳に追加
最初のポインターはメッセージの冒頭を指し、そのリストは NULL で終わる。 - JM
This argument is a pointer to a NULL-terminated list of XtCacheRef values.例文帳に追加
この引き数は、XtCacheRef 値のリストへのポインタである。 このリストは NULL で終わる。 - XFree86
Returns a new list of length len on success, or NULL on failure.例文帳に追加
サイズが len 新たなリストオブジェクトを返します。 失敗すると NULL を返します。 - Python
The type constructor is responsible for initializing the weak reference list to NULL:例文帳に追加
型コンストラクタは弱参照リストをNULLに初期化する責任があります: - Python
The list is the set of (null-terminated) names, one after the other. 例文帳に追加
リストは名前の集合で、 NULL 終端された文字列が連続して並んでいる。 - JM
The blocks indicate either tables and the type of field with binary addition (1=integer,2=string,128=not null, so 129=integer and not null), or a list of keys for each table. 例文帳に追加
このブロックは、表と2進加算 (1=integer,2=string,128=not null,129=integer かつ not null) によるフィールドの型、または各表のキーの一覧を示しています。 - PEAR
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
functions provide an array of pointers to null-terminated strings that represent the argument list available to the new program. 例文帳に追加
は、利用可能な引き数リスト (NULL で終端された文字列へのポインタの配列) を新しいプログラムに渡す。 - JM
The XrmStringToQuarkList function converts the null-terminated string (generally a fully qualified name) to a list of quarks.例文帳に追加
.LP関数XrmStringToQuarkListは NULL で終わる文字列(一般的には完全に限定された名前)をクォークのリストに変換する。 - XFree86
The XTextPropertyToStringList function returns a list of strings representing the null-separated elements of the specified XTextProperty structure.例文帳に追加
関数XTextPropertyToStringListは指定したXTextProperty構造体が持つ要素群(NULL で区切られている)の内容を表す文字列のリストを返す。 - XFree86
Together they describe a list of one or more pointers to null-terminated strings that represent the argument list available to the executed program. 例文帳に追加
これらには、実行されるプログラムで利用可能な引き数のリストを指定する(引き数のリストは NULL で終端された文字列へのポインタから構成される)。 - JM
The XmbTextPropertyToTextList,XwcTextPropertyToTextList and Xutf8TextPropertyToTextList functions return a list of text strings representing the null-separated elements of the specified XTextProperty structure.例文帳に追加
.LP関数XmbTextPropertyToTextList ,XwcTextPropertyToTextList ,Xutf8TextPropertyToTextListは、与えられたXTextProperty構造体が持つ要素(NULL 文字で区切られている)を表すテキスト文字列のリストを返す。 - XFree86
The authentication agency server 4 updates the null-and-void list upon receipt of notification from the inspection server 3.例文帳に追加
また、この失効リストを、検査体サーバ3からの通知により更新する。 - 特許庁
.The itemlist may be NULL, indicating the assignment of an empty list (slice deletion).Returns 0 on success, -1 on failure.例文帳に追加
itemlist は NULL でもよく、空リストの代入 (指定スライスの削除) になります。 成功した場合には 0 を、失敗した場合には -1 を返します。 - Python
A newline alone acts as a null command list. 例文帳に追加
改行のみの場合は、コマンド実行をしない( ヌルコマンドリストを指定した ) ものとみなされます。 - JM
function also specifies the environment of the executed process by following the NULL pointer that terminates the list of arguments in the argument list or the pointer to the argv array with an additional argument. 例文帳に追加
では新しいプロセスの環境も指定する。 環境は引き数リスト (引き数リストもしくは追加の引き数を持ったargv配列へのポインタ) の最後の NULL ポインタに続けて指定する。 - JM
A null-terminated string containing a list of comma-separated font names is returned as the value of the function.例文帳に追加
コンマ区切りのフォント名のリストを含む文字列が関数の値として返される。 - XFree86
Description The XQueryTree function returns the root ID, the parent window ID, a pointer to the list of children windows(NULL when there are no children), and the number of children in the list for the specified window.例文帳に追加
説明関数XQueryTreeは指定したウィンドウに対して、ルートウィンドウのID, 親ウィンドウのID,子ウィンドウのリストへのポインタ(子ウィンドウが無い場合には NULL)、このリスト中の子ウィンドウの数を返す。 - XFree86
For example, if the entity class is called,Customer.java, the list object would be generated as customerList. 例文帳に追加
たとえば、エンティティークラスの名前が Customer.java の場合、list オブジェクトは customerList として生成されます。 「式をバインド」の値は Null のままにしてください。 - NetBeans
A single `&' repeats the last non-null command list. 例文帳に追加
`&' 文字のみを入力した場合には、直前に実行した ( ヌルコマンドリストではない ) コマンドを再実行します。 - JM
This is equivalent to the Python expression "dir(o)",returning a (possibly empty) list of strings appropriate for theobject argument, or NULL if there was an error. 例文帳に追加
この関数は Python の式 "dir(o)" と同じで、オブジェクトの変数名に割り当てている文字列からなるリスト(空の場合もあります) を返します。 エラーの場合には NULLを返します。 - Python
This should be done before any other parts of the destruction have occurred, but is only required if the weak reference list is non-NULL:例文帳に追加
オブジェクトの破壊のどんな他の部分が起きる前にこれを行うべきですが、弱参照リストが非NULLである場合はこれが要求されるだけです: - Python
The extensions string is null-terminated and contains a space-separated list of extension names. (The extension namesnever contain spaces.)例文帳に追加
.P機能拡張を表す文字列は NULL で終端し、機能拡張の名称を空白区切りで含んでいる(機能拡張の名称が空白を含むことはない)。 - XFree86
The peer X1 transmits an address list L1 of a group G1 and address range information [null, null] to the peer Y1, and the peer Y1 transmits the address range information newly generated by the address list transfer processing and the address list L1 to the peer Y2.例文帳に追加
一方、ピアX1は、グループG1のアドレスリストL1をピアY1と、アドレス範囲情報[null,null]とを、ピアY1に送信し、ピアY1は、アドレスリスト転送処理により新たに生成されたアドレス範囲情報と、アドレスリストL1とをピアY2に送信する。 - 特許庁
A peer Y1 which has acquired the address of a peer X1 transmits address range information [null, null] and an address list L2 of a group G2 to the peer X1, and the peer X1 transmits the address range information newly generated by address list transfer processing and the address list L2 to peers X2 and X3.例文帳に追加
ピアX1のアドレスを取得したピアY1は、アドレス範囲情報[null,null]と、グループG2のアドレスリストL2を、ピアX1に送信し、ピアX1は、アドレスリスト転送処理により新たに生成されたアドレス範囲情報とアドレスリストL2とをピアX2,X3に送信する。 - 特許庁
The list of ports consists of lines with two or more space separated words: the category and the port, optionally followed by an installation command that will compile and install the port (default: make install BATCH=yes /dev/null). 例文帳に追加
ports リストは、空白で区切られた 2 個以上のキーワードからなっています。 カテゴリ、port名に始まり、オプションとして port をコンパイルしてインストールするためのコマンド(デフォルトは make install BATCH=yes /dev/null)が続きます。 - FreeBSD
If the argumentvisual is NULL, then information for all visuals of all screens is returned.Otherwise, it's a pointer to a list of visuals for which extended visual information is desired.例文帳に追加
引き数visualが NULL の場合、この関数は全てのスクリーンの全てのビジュアルに関する情報を返す。 そうでない場合は、拡張ビジュアル情報を調べたいビジュアルのリストへのポインタを指定すること。 - XFree86
The authentication agency server 4 issues a public key certificate for a user and a public key certificate for content distribution server authentication as well as a null-and-void list, which lists only null-and-void certificates among existing certificates.例文帳に追加
認証機関サーバ4は、利用者及びコンテンツ配付サーバ認証用の公開鍵証明書と、公開鍵証明書のうち、失効しているもののみを記載した失効リストとを発行する。 - 特許庁
In copy-out and copy-pass modes, read a list of filenames terminated by a null character instead of a newline, so that files whose names contain newlines can be archived. 例文帳に追加
オプション"\\-0, \\-\\-null"コピーアウトおよびコピーパスモードにおいて、改行のかわりにヌル文字で終了するファイル名のリストを、読み込みます。 これは、改行を含むファイル名を持つファイルをアーカイブできるようにするためです。 - JM
function suspends the calling process until at least one of the asynchronous I/O requests in the list cblist of length n have completed, a signal is delivered, or timeout is not NULL and the time interval it indicates has passed. 例文帳に追加
関数は、長さnのリストcblistに含まれる非同期 I/O リクエストのうち少なくとも 1 つが完了するか、シグナルが配送されるか、timeoutが NULL でなく、かつその時間が過ぎるまで、呼び出したプロセスを停止 (suspend) する。 - JM
There are no variants with NULLchecking.The C function calling mechanism guarantees that the argument list passed to C functions (args in the examples) is neverNULL -- in fact it guarantees that it is always a tuple.例文帳に追加
型を調べるマクロには、NULL チェックを行う変化形はありません。 Python から C 関数を呼び出す機構は、 C 関数に渡される引数リスト(例でいうところの args) が決して NULL にならないよう保証しています -- 実際には、常にタプル型になるよう保証しています。 - Python
The system includes a RAID subsystem having a pool of storage (a page pool of storage that maintains a free list of RAIDs and the like) or a matrix of disk storage blocks that maintain a null list of RAIDs and a disk manager having a disk storage system control device.例文帳に追加
システムは、ストレージのプール(RAIDのフリーリストを維持するストレージのページプール等)又はRAIDのヌルリストを維持するディスクストレージブロックのマトリックスを持つRAIDサブシステムと、ディスク記憶システム制御装置を持つディスクマネジャとを含む。 - 特許庁
The system includes: a RAID subsystem having a pool of storage (for example, a page pool of storage that maintains a free list of RAIDs) or a matrix of disk storage blocks that maintain a null list of RAIDs; and a disk manager having a disk storage system controller.例文帳に追加
システムは、ストレージのプール(RAIDのフリーリストを維持するストレージのページプール等)又はRAIDのヌルリストを維持するディスクストレージブロックのマトリックスを持つRAIDサブシステムと、ディスク記憶システム制御装置を持つディスクマネジャとを含む。 - 特許庁
Where the reason of nullity under subsection (1), paragraph 2 affects a part only of the list of goods, the design may be declared partially null and void, if its identity is held. 例文帳に追加
(1)2.の規定による無効理由が商品一覧の一部のみに係わるものであるときは,意匠の同一性が保持されることを条件として,意匠について一部無効の宣言をすることができる。 - 特許庁
In the keyword list, at first, regarding effects of OD/DT (over drive/distortion) in which priority is the highest, "NULL" is written, when an effect switch is set to Off, as a first keyword, and a keyword corresponding to a type of a selected effect is written as the first keyword, when the effect switch is set to On, as the first keyword.例文帳に追加
キーワードリストは、まず、優先順位が最も高いOD/DTの効果について、効果スイッチがオフに設定されている場合は、第1のキーワードとして「NULL」が書込まれ、効果スイッチがオンに設定されている場合は、第1のキーワードとして、選択された効果のタイプに対応するキーワードが書込まれる。 - 特許庁
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright © Japan Patent office. 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/ ). |
| © 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-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. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|