| 例文 |
null functionの部分一致の例文一覧と使い方
該当件数 : 88件
function returns the number of bytes parsed from the multibyte sequence starting at s, if a non-null wide character was recognized. 例文帳に追加
関数は sから始まるマルチバイト列から使用したバイト数を返す。 - JM
function returns the number of wide characters that make up the converted part of the wide-character string, not including the terminating null wide character. 例文帳に追加
関数はワイド文字列に変換完了したワイド文字の数を返す。 - JM
If it is, the Python function terminated by raising an exception.例文帳に追加
もし NULLなら、呼び出したPython 関数は例外を送出して終了させられています。 - Python
In both of the above cases, if ps is a NULL pointer, a static anonymous state only known to the mbsnrtowcs function is used instead. 例文帳に追加
上記のどちらの場合でも、ps が NULL ポインターならば、代りにmbsnrtowcs 関数のみが使用する静的で名前のない状態が使用される。 - JM
The XGetICValues function returns NULL if no error occurred;otherwise, it returns the name of the first argument that could not be obtained.例文帳に追加
関数XGetICValuesはエラーが発生しなければ NULL を返す。 そうでない場合には、得ることができなかった最初の引き数の名前を返す。 - XFree86
A null-terminated string containing a list of comma-separated font names is returned as the value of the function.例文帳に追加
コンマ区切りのフォント名のリストを含む文字列が関数の値として返される。 - XFree86
In all of the above cases, if ps is a NULL pointer, a static anonymous state only known to the mbrtowc function is used instead. 例文帳に追加
上記の全ての場合において、ps が NULL ポインターならば代わりにmbrtowc 関数のみが使用する静的で名前のない状態が使用される。 - JM
In both of the above cases, if ps is a NULL pointer, a static anonymous state only known to the wcsnrtombs function is used instead. 例文帳に追加
上記のいずれの場合も、ps が NULL ポインタならば、wcsnrtombs 関数だけが知っている静的な匿名の状態がシフト状態の代わりに用いられる。 - JM
In the latter case it also raises an appropriate exception so the calling function can return NULL immediately (as we saw in the example).例文帳に追加
後者の場合、関数は適切な例外を送出するので、呼び出し側は(例にもあるように) すぐにNULL を返すようにしてください。 - Python
This function returns NULL ifit succeeds; otherwise, it returns the name of the first argument thatcould not be obtained. 例文帳に追加
この関数は成功の場合には NULL を返す。 そうでない場合には、取得に失敗した取得に失敗した最初の引き数の名前を返す。 - XFree86
This function was previously declared to return a signed integer [a pointer, NULL]. 例文帳に追加
この関数は符号付き整数[ポインター, ヌル]を返すものとして以前に宣言されています - 研究社 英和コンピューター用語辞典
The XListProperties function returns a pointer to an array of atom properties that are defined for the specified window or returns NULL if no properties were found.例文帳に追加
関数XListPropertiesは指定されたウィンドウに対して定義されているアトムプロパティの配列へのポインタを返す。 プロパティが見つからなかった場合には NULL を返す。 - XFree86
Note that the previous error handler is returned.The XGetErrorDatabaseText function returns a null-terminated message (or the default message) from the error message database.例文帳に追加
先に挙げたエラーハンドラは復帰することに注意せよ。 関数XGetErrorDatabaseTextは、エラーメッセージのデータベースより NULL で終わるメッセージ(あるいはデフォルトのメッセージ)を返す。 - XFree86
If NULL is specified and a function using this CCC must convert a color specification to a device-dependent format and encounters a color that lies outside the screen's color gamut, that function will return XcmsFailure. screen_number例文帳に追加
NULL が指定され、この CCC を使う関数が色使用をデバイス依存のフォーマットに変更しなければならず、スクリーンの色再現域の外側にある色に出会った場合、この関数はXcmsFailureを返す。 - XFree86
An optional pointer to an instance creation function.If this function is NULL for a particular type, that type cannot be called to create new instances; presumably there is some other way to create instances, like a factory function. The function signature is例文帳に追加
このフィールドが NULL を指している型では、型を呼び出して新たなインスタンスを生成できません; こうした型では、おそらくファクトリ関数のように、インスタンスを生成する他の方法があるはずです。 関数のシグネチャは - Python
function returns a pointer to the first occurrence of c among the n wide characters starting at s, or NULL if c does not occur among these. 例文帳に追加
関数は、s を先頭とする n 個のワイド文字の中において最初に c が現われる場所へのポインタを返す。 c が現われなかった場合には NULL を返す。 - JM
Thedestr function will be called when the object is reclaimed.The desc argument can be used to pass extra callback data for the destructor function.例文帳に追加
関数 destr が NULL でない場合、オブジェクトを再利用する際に呼び出します。 引数 desc を使って、デストラクタ関数に追加のコールバックデータを渡せます。 - Python
The parameterized functions are preferably half-Gaussian functions, and the affine function preferably has a null slope.例文帳に追加
パラメータ化された関数は半ガウス関数であり、アフィン関数は0傾斜を有することが好適である。 - 特許庁
function returns a pointer to the character in s that matches one of the characters in accept, or NULL if no such character is found. 例文帳に追加
関数は、 s に含まれる文字のうち、accept に含まれる文字のどれかに一致したものへのポインタを返す。 - 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
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
If no conforming visual exists, NULL is returned.To free the data returned by this function, use XFree. 例文帳に追加
適合するビジュアルが存在しなければ \\f3NULL\\fP が返される。 この関数が返したデータを解放するには \\f3XFree\\fP を用いること。 - XFree86
If the color argument is NULL, this function sets the format component of the Client White Point specification to XcmsUndefinedFormat,indicating that the Client White Point is assumed to be the same as the Screen White Point.例文帳に追加
引き数 color が NULL ならば、この関数はクライアント白色点の指定の format コンポーネントにXcmsUndefinedFormatをセットする。 これは、クライアント白色点がスクリーン白色点と同じであると想定することを示す。 - XFree86
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
Call the function named name in the referenced shared object.The arguments must be either Python integers, which will be passed as is, Python strings, to which a pointer will be passed, or None, which will be passed as NULL. 例文帳に追加
参照された共有オブジェクトのnameという名前の関数を呼出します。 引数は、Python整数(そのまま渡される)、Python文字列(ポインターが渡される)、None (NULLとして渡される) のどれかでなければいけません。 - Python
An important convention throughout the Python interpreter is the following: when a function fails, it should set an exception condition and return an error value (usually a NULL pointer).例文帳に追加
Python インタプリタ全体を通して、一つの重要な取り決めがあります:それは、関数が処理に失敗した場合、例外状態をセットして、エラーを示す値 (通常は NULL ポインタ) を返さねばならない、ということです。 - Python
In general, when a function encounters an error, it sets an exception, discards any object references that it owns, and returns an error indicator -- usually NULL or -1. 例文帳に追加
一般的な話として、ある関数が何らかのエラーに遭遇すると、関数は例外を送出して、関数内における参照の所有権を全て放棄し、エラー指標 (error indicator) -- 通常は NULL または -1を返します。 - Python
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
This function is unreliable, because it does not permit to deal properly with null wide characters that may be present in the input. 例文帳に追加
この関数は信頼できない。 なぜなら、入力に含まれるかもしれないナルワイド文字を適切に処理することができないからである。 - JM
The file is parsed in the current locale, and the database is created in the current locale.If it cannot open the specified file, XrmGetFileDatabase returns NULL.The XrmPutFileDatabase function stores a copy of the specified database in the specified file.例文帳に追加
指定されたファイルをオープンできない場合、XrmGetFileDatabaseは NULL を返す。 .LP関数XrmPutFileDatabaseは、指定されたデータベースのコピーを指定されたファイルに格納する。 - XFree86
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 tstate argument, which must not be NULL, is only used to check that it represents the current thread state -- if it isn't, a fatal error is reported.This function is not available when thread support is disabled at compile time.例文帳に追加
tstate はNULLであってはなりませんが、その値が現在のスレッド状態を表現しているかどうかを調べるためにだけ使われます -- もしそうでなければ、致命的エラーが報告されます。 この関数はコンパイル時にスレッドサポートを無効化すると利用できません。 - Python
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
At this time, the shift action of the planetary gear type transmission 200 is executed by the shift control device 430 when the relative speed at the shift function part of the planetary gear type transmission 200 becomes almost null.例文帳に追加
駆動輪の回転速度を原動機側の都合によって任意には変えがたい基準速度とし、変速機の入力側の回転速度を調節して変速対象の回転体要素を同期速度で駆動し、同期条件が成立したときに変速動作を実行する。 - 特許庁
To provide a control method of an ESPAR (Electronically Steerable Passive Array Radiator) antenna that can obtain an excellent converged value capable of obtaining an excellent evaluation function value with the smaller number of repetition times than that of a conventional control method when the major beam of an antenna system is directed to a desired wave and the null pattern is directed to an interference wave.例文帳に追加
エスパアンテナの制御方法において、所望波に対して主ビームを向けかつ干渉波に対してヌルを向けるときに、従来例に比較して少ない反復回数で良好な評価関数値を得ることができ良好な収束値を得る。 - 特許庁
To provide an elevator with deodorant function in which any large-scale installation work is not required for odor elimination, any installation space is not required, the manufacturing cost can be considerably reduced, the power consumption for odor elimination is not required, and the running cost is null.例文帳に追加
この発明に係る消臭機能付きエレベータは、消臭用に大掛かりな据付工事を必要としないとともに設置スペースが不用であり、製造コストも大幅に削減でき、さらに消臭のための消費電力が不用であり、ランニングコストがかからない消臭機能付きエレベータを得る。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|