returnsを含む例文一覧と使い方
該当件数 : 6833件
Returns true if p is a module object, but not a subtype ofPyModule_Type.New in version 2.2. 例文帳に追加
o がモジュールオブジェクトで、かつモジュールオブジェクトのサブタイプでないときに真を返します。 - 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 ``bitwise and'' of o1 and o2 on success andNULL on failure. 例文帳に追加
成功すると o1 と o2 の ``ビット単位論理積 (bitwise and)'' を返し、失敗すると NULL を返します。 - Python
Returns the mathematical floor of dividing o1 by o2, orNULL 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
Returns the number of objects in sequence o on success, and-1 on failure. 例文帳に追加
成功するとシーケンス o 中のオブジェクトの数を返し、失敗すると -1 を返します。 - Python
ForUnicode objects it returns the default encoded version of theobject. 例文帳に追加
Unicode オブジェクトの場合、オブジェクトをデフォルトエンコーディングでエンコードしたバージョン(default encoded version) を返します。 - Python
Unpacks and returns (as a list) a fixed length array of homogeneous items.例文帳に追加
一様な項目からなる固定長のアレイをアンパックして(リストとして)返します。 - Python
The AllPlanesmacro returns a value with all bits set to 1 suitable for use in a planeargument to a procedure. 例文帳に追加
これはプレーンを引き数とする関数で、プレーンとして使える値になる。 - XFree86
The DisplayStringmacro returns the string that was passed to XOpenDisplay when the current display was opened.例文帳に追加
マクロDisplayStringは現在のディスプレイがオープンされた時にXOpenDisplayに渡された文字列を返す。 - XFree86
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
Description The XAllocIconSize function allocates and returns a pointer to a XIconSize structure.例文帳に追加
説明関数XAllocIconSizeはXIconSize構造体を割り当て、この構造体を指すポインタを返す。 - XFree86
Description The XAllocSizeHints function allocates and returns a pointer to a XSizeHints structure.例文帳に追加
説明関数XAllocSizeHintsはXSizeHints構造体を割り当て、その構造体を指すポインタを返す。 - XFree86
Description The XAllocStandardColormap function allocates and returns a pointer to a XStandardColormap structure.例文帳に追加
説明関数XAllocStandardColormapはXStandardColormap構造体を割り当て、この構造体を指すポインタを返す。 - XFree86
Description The XGetWindowAttributes function returns the current attributes for the specified window to an XWindowAttributes structure.例文帳に追加
説明関数XGetWindowAttributesは指定したウィンドウの現在の属性値をXWindowAttributes構造体に返す。 - XFree86
The XInternAtoms function returns the atom identifiers associated with the specified names.例文帳に追加
関数XInternAtomsは指定した名前の配列に対応するアトム識別子の配列を返す。 - XFree86
XLoadQueryFont both opens (loads) the specified font and returns a pointer to the appropriate XFontStruct structure.例文帳に追加
XLoadQueryFontは指定したフォントをオープン(ロード)し、適切なXFontStruct構造体へのポインタを返す。 - XFree86
Given the atom for that property, the XGetFontProperty function returns the value of the specified font property.例文帳に追加
プロパティに対するアトムを与えると、XGetFontPropertyは指定したフォントプロパティの値を返す。 - XFree86
XGetFontProperty also returns False if the property was not defined or True if it was defined. 例文帳に追加
XGetFontPropertyはプロパティが定義されていなければFalseを返し、定義されていればTrueを返す。 - XFree86
The XDefaultString function returns the default string used by Xlib for text conversion (for example,in XmbTextPropertyToTextList).例文帳に追加
.LP関数XDefaultStringは Xlib が(例えば、XmbTextPropertyToTextListで)テキスト変換に用いるデフォルト文字列を返す。 - XFree86
Returns non-zero on success and zero if an error occurs.例文帳に追加
成功した場合には 0 でない値が返され、エラーが起きた場合には 0 が返される。 - XFree86
Description The XtAllocateGC function returns a sharable GC that may be modified by the client.例文帳に追加
説明関数XtAllocateGCは、クライアントが変更することができる共有可能な GC を返す。 - XFree86
Description The XtAppGetSelectionTimeoutfunction returns the current selection timeout value, in milliseconds.The selection timeout is the time within which the two communicating applications must respond to one another.例文帳に追加
タイムアウト値の初期値は、アプリケーションのリソースselectionTimeoutによってセットされる。 - XFree86
Otherwise, the input is for an alternate input source, and XtAppPeekEvent returns zero.例文帳に追加
そうでない場合、入力は他の入力ソースからのものであり、XtAppPeekEventは 0 を返す。 - XFree86
If there are no events pending,XtAppPending flushes the output buffer and returns zero. 例文帳に追加
処理されていないイベントがない場合、XtAppPendingは出力バッファをフラッシュして 0 を返す。 - XFree86
Description The XtConfigureWidgetfunction returns immediately if the specified geometry fields are the same as the old values.例文帳に追加
.LPXtMoveWidget関数は指定された数値が現在の値と同じ場合、何もせずに戻る。 - XFree86
The XtResizeWidget function returns immediately if the specified geometry fields are the same as the old values.例文帳に追加
.LPXtResizeWidget関数は指定された数値が現在の値と同じ場合、何もせずに戻る。 - XFree86
The XtCreateApplicationContextfunction returns an application context, which is an opaque type. Everyapplication must have at least one application context. 例文帳に追加
アプリケーションは少なくとも 1 つのアプリケーションコンテクストを持たなければならない。 - XFree86
Description glXGetClientString returns a string describingsome aspect of the client library. 例文帳に追加
説明\\f3glXGetClientString\\fP は、クライアントライブラリのいくつかの点に関する説明となる文字列を返す。 - XFree86
glXGetClientString only returns information aboutGLX extensions supported by the client. 例文帳に追加
.P\\f3glXGetClientString\\fP は、クライアントがサポートしている GLX 機能拡張についての情報しか返さない。 - XFree86
The external device then processes the data and returns the processed data to the document processing device.例文帳に追加
外部装置はデータを処理し、処理済みデータをドキュメント処理装置に返す。 - 特許庁
When an image is formed, the printer 300 returns print completion notification.例文帳に追加
画像形成がされると、プリンタ300からプリント完了通知が返信される。 - 特許庁
The blood flows in from a, flows out b and returns body circulation.例文帳に追加
血液はaより流入しbより流出して体循環に戻ってゆく。 - 特許庁
As a result, Kirk is relieved of command after the Enterprise returns to Earth.例文帳に追加
その結果,エンタープライズが地球に戻った後でカークは指揮権を解かれてしまう。 - 浜島書店 Catch a Wave
When it is reported that the software updating is unallowable, the process returns to the request A.例文帳に追加
このとき、ソフトウェア更新作業が不可と通知された場合は、要求Aに戻る。 - 特許庁
A mail server function processing part 50 delivers the returns mail to each of the clients 10 and 20.例文帳に追加
メールサーバ機能処理部50は、返信メールを各クライアント10,20に配信する。 - 特許庁
Afterwards, a permission returning part 29 returns a connection permission response to the composite unit 40.例文帳に追加
その後、許可返信部29は、複合機40へ接続許可応答を返信する。 - 特許庁
When the button 57 is pressed down again the display returns to the game screen (ST1, 2, 3, 6).例文帳に追加
再度、当該ボタン57を押すと画面が遊技画面に戻る(ST1、2、3、6)。 - 特許庁
The user terminal device returns "reservation information" to reserve as a beyond-capacity participant if the situation is beyond capacity, and returns reservation information to reserve as a within-capacity participant if the situation is within capacity.例文帳に追加
ユーザ端末装置は、オーバーなら定員外参加者とで予約する「予約情報」を、オーバーでなければ、定員内参加者で予約する予約情報を返す。 - 特許庁
When the monitor switch is pressed again in this state, the monitor mode returns to the OFF mode (step S2).例文帳に追加
ここで、再びモニタスイッチが押下された場合には、OFFモードに戻る(ステップS2)。 - 特許庁
It waits for 50 seconds (45), defines COUNT= COUNT+1 (46), sets START=0 (47) and returns to 33.例文帳に追加
50秒を待ち(45)、COUNT=COUNT+1とし(46)、START=0をセットして(47)33に戻る。 - 特許庁
The cold water is thus warmed up and returns to a cold water producing means (H).例文帳に追加
このようにして冷水は温度が上昇して、冷水製造手段に還る(H)。 - 特許庁
The electromagnetic switch 1 has a stopper member 5 for regulating a position where the plunger 3 returns to.例文帳に追加
電磁スイッチ1は、プランジャ3の戻り位置を規制するストッパ部材5を備える。 - 特許庁
The starting image selection part 103 returns the selected starting image to the boot node 200.例文帳に追加
起動イメージ103は選択された起動イメージをブートノード200に送り返す。 - 特許庁
Then the server computer 1 returns the photographed image subjected to this image processing to the electronic camera 2.例文帳に追加
そして、この画像処理を施した撮影画像を電子カメラ2に返送する。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright © 1995-2026 Hamajima Shoten, Publishers. 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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
