| 意味 | 例文 |
null stringの部分一致の例文一覧と使い方
該当件数 : 136件
If a NULL string is specified, XDisplayName looks in the environment for the display and returns the display name that XOpenDisplay would attempt to use.例文帳に追加
NULL 文字列が指定された場合にはXDisplayNameはディスプレイについての環境変数を調べ、XOpenDisplayが使おうとするディスプレイの名前を返す。 - XFree86
If this login name is the null string, the tilde is replaced with the value of the shell parameter HOME . 例文帳に追加
このログイン名が空文字列ならば、チルダはシェルパラメータHOMEの値に置き換えられます。 - JM
A substitution field entry ofNULL is equivalent to a pointer to an empty string. 例文帳に追加
\\fIsubstitution\\fP フィールドに NULL を指定することは、空文字列へのポインタを指定することと等価である。 - XFree86
If old is null, it is set to the last old substituted, or, if no previous history substitutions took place, the last string in a !?string[?] search. 例文帳に追加
oldが空文字列ならば、これには前回に置換されたoldが設定されます。 以前に履歴置換が全く行われていない場合には、現在に一番近い!?string[?]の検索で使われたstringが設定されます。 - JM
These functions return a null-terminated string containing an absolute pathname that is the current working directory of the calling process. 例文帳に追加
これらの関数は、呼び出したプロセスのカレントワーキングディレクトリの絶対パス名 (absolute pathname) が入った文字列を返す。 返される文字列は NULL で終端される。 - JM
The type argument is a pointer to a null-terminated string which must be either "r" for reading or "w" for writing. 例文帳に追加
type引き数は、NULL 終端さらた文字列へのポインタで、読み込みの場合には "r"、書き込みの場合には "w" を指定する。 これ以外は指定できない。 - JM
The string is null-terminated and is assumed to be in the Host Portable Character Encoding; otherwise, the result isimplementation-dependent.例文帳に追加
また、終端が NULL 文字で、ホストポータブル文字エンコーディングの文字列であると仮定される。 そうでない場合の実行結果は実装依存である。 - XFree86
The string is null-terminated and contains a space-separatedlist of extension names. (The extension names themselves never containspaces.) 例文帳に追加
この文字列はNULL で終端し、機能拡張の名前を空白で区切って並べたリストを含む(機能拡張の名前自身が空白を含むことはない)。 - XFree86
Applications should be able to handle Unicode whenever a string is returned from the DOM.The IDL null value is mapped to None, which may be accepted or provided by the implementation whenever null is allowed by the API.例文帳に追加
アプリケーションでは、DOM から文字列が返される際には常に Unicode を扱えなければなりません。 IDL の null 値は None に対応付けられており、API で null の使用が許されている場所では常に受理されるか、あるいは実装によって提供されるはずです。 - Python
If the second operand is not specified, it is assumed by the assembler to be 0 (for integer operands) or the null string (for string operands). 例文帳に追加
第2オペランドが指定されないとき、それはアセンブラによって(整数オペランドであれば)ゼロに、(文字列オペランドであれば)空列と仮定される。 - コンピューター用語辞典
returns a pointer to a string containing the name of the user logged in on the controlling terminal of the process, or a null pointer if this information cannot be determined. 例文帳に追加
は、現在のプロセスの制御端末にログインしているユーザー名の文字列へのポインタを返す。 ユーザー名が決定できない場合は null ポインタを返す。 - JM
and there must be enough room for all the characters in the string, plus a terminating null byte. 例文帳に追加
次のポインタはcharへのポインタでなければならず、そこには文字列中のすべての文字と終端の NULL バイトを格納するための十分な領域がなければならない。 - JM
This means, if you specify a NULL value for an attribute, this attribute will get deleted! You may specify single values as string too. 例文帳に追加
つまり、仮に NULL を指定したとすると、その属性が削除されてしまうということです!値がひとつだけの場合は文字列で指定することもできます。 - PEAR
The extensions string is null-terminated and contains a space-separated list of extension names. (The extension namesnever contain spaces.)例文帳に追加
.P機能拡張を表す文字列は NULL で終端し、機能拡張の名称を空白区切りで含んでいる(機能拡張の名称が空白を含むことはない)。 - XFree86
It returns the size of the errbuf required to contain the null-terminated error message string. 例文帳に追加
この関数は、ヌル文字で終端されたエラーメッセージ文字列を格納するのに必要なerrbufのサイズを返す。 - JM
So, is there a way you could alter the source, so that the empty string is allowed for NULL entries ? 例文帳に追加
さて, ヌル入力用に空ストリングを見込んでおくように, そのソースを変更できる方法があるだろうか? - コンピューター用語辞典
So, is there a way you could alter the source, so that the empty string is allowed for NULL entries ? 例文帳に追加
さて、ヌル入力用に空ストリングを見込んでおくように、そのソースを変更できる方法があるだろうか? - コンピューター用語辞典
If the string is shorter than count-1, it is padded with null bytes so that exactly count bytes in all are used.例文帳に追加
文字列がcount-1 よりも短い場合、指定した count バイトに達するまでの残りの部分はヌルで埋められます。 - Python
except that they allocate a string large enough to hold the output including the terminating null byte, and return a pointer to it via the first argument. 例文帳に追加
関数とに似ているが、出力文字列を (終端の NULL バイトも含めて)保持するのに十分な大きさのメモリを確保し、最初の引数にその文字列へのポインタを返す。 - JM
Click on splashScreen and, in the Properties Window, change value of property Text from null to the PIMBrowser ExampleClick on alert component and, in the Properties Window, change value of property String to the Contact selected例文帳に追加
splashScreen をクリックし、「プロパティー」ウィンドウで「テキスト」プロパティーの値を「null」から「PIM Browser Example」に変更します。 alert コンポーネントをクリックし、「プロパティー」ウィンドウで「文字列」プロパティーの値を「Contact selected」に変更します。 - NetBeans
The methods return a string of the directory (with trailing slash) if the directory can be determined, and NULL if it fails or isn't available on the system. 例文帳に追加
このクラスのメソッドは、ディレクトリの位置を表す文字列を(最後のスラッシュも含めて) 返します。 ディレクトリが定義されていなかったり存在しない場合は NULL を返します。 - PEAR
Each returned string is null-terminated.If the data returned by the server is in the Latin Portable Character Encoding,then the returned strings are in the Host Portable Character Encoding. 例文帳に追加
返される文字列はそれぞれ NULL で終わる。 サーバが返すデータのエンコーディングが Latin ポータブル文字エンコーディングであれば、関数が返す文字列のエンコーディングはホストポータブル文字エンコーディングとなる。 - XFree86
returns a pointer to an internal buffer area containing the null-terminated message string. 例文帳に追加
は内部のバッファ領域へのポインタを返す。 ここにはヌル文字で終端されたメッセージ文字列が格納されている。 - JM
If arg is the null string the signal specified by each sigspec is ignored by the shell and by the commands it invokes. 例文帳に追加
argが空文字列である場合、それぞれのsigspecで指定されているシグナルは、シェルとシェルが起動したコマンドから無視されます。 - JM
function converts number to a null-terminated string of ndigits digits (where ndigits is reduced to a system-specific limit determined by the precision of a double ), and returns a pointer to the string. 例文帳に追加
は number を NUL 文字で終端されたndigits 文字 (ndigits はdoubleの精度によって決定されるシステム依存の制限値にまで減らされる)の文字列へ変換し、その文字列へのポインタを返す。 - JM
A variable may be assigned to by a statement of the form name=[value] If value is not given, the variable is assigned the null string. 例文帳に追加
変数には、以下の構文で代入できます:name=[value]valueが与えられなかった場合、変数には空文字列が代入されます。 - JM
Conversely, every context-free grammar which does not generate the null string can be transformed into an equivalent grammar in Greibach normal form. 例文帳に追加
逆に、ヌル文字列を生成しないすべての文脈自由文法は、ある等価な文法にグライバック正規形で変換できる。 - コンピューター用語辞典
returns, optionp points to the next suboption, or to the null character at the end of the string if the last suboption was just processed. 例文帳に追加
が返る時、optionpは次のサブオプションを指している。 ちょうど最後のサブオプションが処理された場合は、文字列末尾のヌル文字を指している。 - JM
If the sourcedisplay_accelerator method is non-NULL, XtInstallAccelerators calls it with the source widget and a string representation of the acceleratortable, which indicates that its accelerators have been installed and that it should display them appropriately.例文帳に追加
これは、ウィジェットのアクセラレータがインストールされていて、ウィジェットはアクセラレータを適切に表示すべきであることを指示する。 - XFree86
If length is NULL, the resulting buffer may not contain NUL characters; if it does, the function returns -1and a TypeError is raised. The buffer refers to an internal string buffer of obj, not a copy.例文帳に追加
length が NULL の場合、値を返させるバッファには NUL 文字を入れてはなりません;NUL 文字が入っている場合、関数は -1 を返し、TypeError を送出します。 buffer は obj の内部文字列バッファを参照し、バッファのコピーを参照するわけではありません。 - Python
To accurately transfer character string data including null data between objects without changing the declaration of the type of the character string data of a control object or a service object, or performing any complicated processing.例文帳に追加
コントロールオブジェクトあるいはサービスオブジェクトの文字列データの型の宣言を変更したり、複雑な処理を行わないで、nullデータを含む文字列データを正確にオブジェクト間で転送できるようにする。 - 特許庁
If the string is null (as if set from a shell by "-r ''"), `-' or `off', then man page references will not be HREFs, just set in italics.例文帳に追加
文字列が空(シェルで "-r ''" を指定するなど)や `-', `off' である場合、HREF によるマニュアルページの参照は行われず、単に斜体文字で表示されるだけである。 - XFree86
If the format requires more arguments than are supplied, the extra format specifications behave as if a zero value or null string, as appropriate, had been supplied. 例文帳に追加
与えられたよりも多くの arguments をformat が必要とする場合、余分のフォーマット指定は、0 と空文字列のうち、適切な方が指定されたかのように動作します。 - JM
nullglob If set, bash allows patterns which match no files (see Pathname Expansion above) to expand to a null string, rather than themselves. 例文帳に追加
nullglob設定されている場合、bashはどのファイルにもマッチしないパターン (前述のパス名展開 を参照) を、その文字列自身ではなく、空文字列に展開します。 - JM
then SUSv2 stipulates an unspecified return value less than 1, while C99 allows str to be NULL in this case, and gives the return value (as always) as the number of characters that would have been written in case the output string has been large enough. 例文帳に追加
で呼び出された場合、 1 未満の値を何か返り値とするように規定している。 一方 C99 では、このような場合strを NULL とし、返り値として (通常通り) 出力バッファが十分な大きさがあった場合に出力されるであろう文字数を返す。 - JM
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 © 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
