functionを含む例文一覧と使い方
該当件数 : 49928件
If it is a function,then it should accept a module name and a class name, and return the corresponding class object.例文帳に追加
属性が関数の場合、この関数はモジュール名またはクラス名を受理し、対応するクラスオブジェクトを返さなくてはなりません。 - Python
All time spent in C code (including built-in functions) will be charged to the Python function that invoked the C code.例文帳に追加
(組込み関数を含む) C のコードに費やされた時間は、その C コードを呼出した Python 関数のものとして計上されることになります。 - Python
Statistics for identically named(re: file, line, name) functions are automatically accumulated into single function statistics.例文帳に追加
関数の名前が区別できない(ファイル名、行番号、関数名が同じ)場合、一つの関数の統計情報として合算されます。 - Python
An optional pointer to an instance deallocation function.The signature of this function has changed slightly: in Python2.2 and 2.2.1, its signature is destructor: 例文帳に追加
ポインタで、インスタンスのメモリ解放関数を指します。 この関数のシグネチャは少し変更されています; Python 2.2 および 2.2.1では、シグネチャはdestructor : - Python
XRemoveHosts can generate BadAccess and BadValue errors. The XSetAccessControl function either enables or disables the use of the access control list at each connection setup.例文帳に追加
XRemoveHostsはエラーBadAccess ,BadValueを起こすことがある。 関数XSetAccessControlは接続の設定の時に、アクセス制御リストの使用を有効あるいは無効にする。 - XFree86
The XSetOCValues function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be set.例文帳に追加
関数XSetOCValuesはエラーが発生しなかった場合に NULL を返す。 そうでない場合、セットできなかった最初の引き数の名前が返される。 - XFree86
The XUngrabKeyboard function releases the keyboard and any queued events if this client has it actively grabbed from either XGrabKeyboard or XGrabKey.例文帳に追加
関数XUngrabKeyboardは、このクライアントがXGrabKeyboardやXGrabKeyによってアクティブなグラブを行っているならば、キーボードとキューに入っているイベントを解放する。 - XFree86
Description The XGrabServer function disables processing of requests and close downs on all other connections than the one this request arrived on.例文帳に追加
説明関数XGrabServerは、このリクエストを送った接続以外の全ての接続からのリクエストの処理や接続のクローズを無効にする。 - XFree86
The XGetIMValues function presents a variable argument list programming interface for querying properties or features of the specified input method.例文帳に追加
The関数XGetIMValuesは指定した入力メソッドのプロパティやフィーチャを問い合わせるために、可変長引き数リストプログラミングインタフェースを与える。 - XFree86
The XGetOMValues function presents a variable argument list programming interface for querying properties or features of the specified output method.例文帳に追加
関数XGetOMValuesは指定した出力メソッドのプロパティやフィーチャを問い合わせるために可変引き数リストプログラミングインタフェースを提供する。 - XFree86
Description The XQueryPointer function returns the root window the pointer is logically on and the pointer coordinates relative to the root window'sorigin.例文帳に追加
説明関数XQueryPointerはポインタが論理的に存在するルートウィンドウおよびポインタのルートウィンドウの原点からの相対座標を返す。 - XFree86
Description The XSendEvent function identifies the destination window,determines which clients should receive the specified events, and ignores any active grabs.例文帳に追加
説明関数XSendEventは対象ウィンドウを識別し、指定したイベントをどのクライアントが受け取るか決定し、アクティブなグラブを無視する。 - XFree86
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
Description The XcmsTekHVCQueryMaxC function,given a Hue and Value, determines the maximum Chroma in TekHVC color space displayable by the screen.例文帳に追加
説明関数XcmsTekHVCQueryMaxCは、与えられた色相と明度を使って、スクリーンで表示可能な TekHVC 色空間における最大彩度を決定する。 - XFree86
A client must call XeviQueryExtension before calling any other EVI function in order to negotiate a compatible protocol version; otherwise the client will get undefined behavior (EVI may or may not work).例文帳に追加
クライアントは他の EVI 関数を呼び出す前にXeviQueryExtensionを呼び出して、プロトコルのバージョンが互換かどうかを確認しなければならない。 - XFree86
If the synchronize resource is True for the specified application, XtDisplayInitialize calls the Xlib XSynchronize function to put Xlib into synchronous mode for this display connection.例文帳に追加
指定されたアプリケーションの同期リソースがTrueならば、XtDisplayInitializeはこのディスプレイの接続において Xlib を同期モードにするためにXSynchronize関数を呼ぶ。 - XFree86
The XtCalloc function allocates space for the specified number of array elements of the specified size and initializes the space to zero.例文帳に追加
.LPXtCalloc 関数は指定された大きさの配列要素を同じく指定された数だけのメモリを割り当て、その領域を 0 で初期化する。 - XFree86
The XtMergeArgLists function allocates enough storage to hold the combined ArgList structures and copies them into it.例文帳に追加
.LPXtMergeArgLists 関数は指定された 2 つの ArgList 構造体を含めることのできる十分な記憶領域を割り当て、その中にこの 2 つをコピーする。 - XFree86
The XtGetValues function starts with the resources specified for the core widget fields and proceeds down the subclass chain to the widget.例文帳に追加
.LP関数XtGetValuesは、コアウィジェットのフィールドに対して指定されたリソースから処理を始め、そのウィジェットまでサブクラスの関係をたどってゆく。 - XFree86
Thisvariable is similar to the f.bottomzoom function but causes the selectedwindow is only resized to the left half of the display. f.lower 例文帳に追加
"f.leftzoom" 8この関数は f.bottomzoom と同様であるが、選択されたウィンドウはディスプレイの左半面を占めるようにサイズ変更される点が異なる。 - XFree86
This applies as well to function key control sequences, unless xtermsees that Meta is used in your key translations. 例文帳に追加
この指定はファンクションキーの制御シーケンスにも適用される。 ただし、ユーザのキートランスレーションに Meta が使われているとxterm が知った場合は除く。 - XFree86
printerExtent (class PrinterExtent) Controls whether aprint page function will print the entire page (true), or only the theportion within the scrolling margins (false). 例文帳に追加
"printerExtent (class PrinterExtent)"ページ印刷機能がページ全体を印刷する(true の場合)か、表示中の範囲のみを印刷する (false の場合)かを制御する。 - XFree86
These halls usually function as places in which monks practice Zazen and take their meals, although meals are sometimes take in a separate shoku-do (dining hall) in Rinzai Sect temples. 例文帳に追加
通常は建物内で坐禅と共に食事も行われるが、臨済宗では食事は食堂で行われる場合もある。 - Wikipedia日英京都関連文書対訳コーパス
To provide a mail function for transmitting that a mail receiver is not in a state immediately respondable to a mail to the mail transmitter.例文帳に追加
メール受信者が、メールに直ちに応答できない状態であることを、メール送信者に送信するメール機能を提供する。 - 特許庁
To provide an image forming apparatus capable of eliminating trouble about unfairness between users when priority is given to a power saving function.例文帳に追加
省電力機能を優先した際に生じるユーザ間の不公平問題を解消した画像形成装置を提供する。 - 特許庁
To provide a digital indication regulator built in with a function capable of repeating bidirectionally RS485 communication and open network communication.例文帳に追加
RS485通信とオープンネットワーク通信とを双方向に中継できる機能を内蔵したデジタル指示調節計を実現する。 - 特許庁
The clamping device 18 can function as a flatting machine applicable to various conditions with little labor.例文帳に追加
本発明に係る把持装置18は、少ない労力で様々な状況に適応可能な展延機として機能することができる。 - 特許庁
A light receiving part directly receives light from a plurality of light emitters having a predetermined function provided in a second moving body.例文帳に追加
また受光部は、第2移動体に設けられた所定の機能を有する複数の発光部から光を直接受光する。 - 特許庁
To provide a fiber integrated optical communication system by providing an optical device which can provide an optical fiber having an optical communication function.例文帳に追加
光通信機能を有する光ファイバーを実現可能な光デバイスを提供し、ファイバー一体型光通信システムを実現する。 - 特許庁
To improve furthermore a method and a device for detecting the function of an automobile tank ventilating device to completely prevent the emission.例文帳に追加
エミッションが完全に回避されるように、自動車タンク通気装置の機能性の検出方法ないし装置をさらに改善する。 - 特許庁
To monitor communications via a host computer placed under the management of a security means such as a fire-wall and a filter function of a router.例文帳に追加
ファイア・ウォールやルータのフィルタ機能等のセキュリティ手段の管理下に置かれているホストコンピュータを経由した通信を監視する。 - 特許庁
To perform ON/OFF operation of a memory function and to provide an inexpensive constitution in a vehicle power seat switch.例文帳に追加
車両パワーシートスイッチにおいて、メモリ機能のオン・オフを果たすとともに、安価な構成を提供することを技術的課題とする。 - 特許庁
To solve the problem that it is difficult to add a collapsible function unless a lens barrel is made large in size, as for a fixed front lens type lens barrel, etc.例文帳に追加
前玉固定タイプのレンズ鏡筒等において、鏡筒を大型化することなく沈胴機能を追加することが難しい。 - 特許庁
To provide a power supply unit having a power-saving function and suppressing generation of a peaky current.例文帳に追加
省電力モードの機能を有する電源装置及びピーク性電流の発生を抑えることができる電源装置を提供する。 - 特許庁
A communication function is provided to the product and information regarding use state of the product is transmitted to a server through a communication line.例文帳に追加
また、製品に通信機能を持たせ、通信回線を通じて、製品の使用状況に関する情報をサーバーへ送信する。 - 特許庁
To provide a heating cooker with a steam generation function capable of recovering surely condensed water generated in a partitioning plate.例文帳に追加
仕切板に発生した結露水を確実に回収することができる蒸気発生機能付き加熱調理器を提供する。 - 特許庁
To provide a separator which has a thermal resistant porous layer improved in wear resistance and superior in thermal resistance and shutdown function.例文帳に追加
耐磨耗性の向上した耐熱性多孔質層を有し、耐熱性やシャットダウン機能等に優れたセパレータを提供すること。 - 特許庁
To allow an input element to surely check the function of a programmable controller (PLC) only by providing a test input to the input element.例文帳に追加
入力要素にテスト入力を与えるだけで、入力要素側でプログラマブルコントローラの機能を確実に確認すること。 - 特許庁
The fitting machine 12A acting as a master machine executes a systematic control function for the whole device and the fitting machines 12A to 12D act as slave machines.例文帳に追加
装着機12Aが親機となって装置全体のシステム的制御機能を取り込み、装着機12A〜Dは子機になる。 - 特許庁
To provide an image forming apparatus capable of eliminating breaks of a thin line and a character when a reduction layout function is used.例文帳に追加
縮小レイアウト機能を使用する際、細線や文字が途切れないようにすることができる画像形成装置を提供する。 - 特許庁
Then, the closed loop response simulating part 20 is made to have a function for creating a map in which an adjustment parameter is associated with control performance evaluation.例文帳に追加
そして閉ループ応答模擬部20に、調整パラメータと制御性能評価を関連付けるマップを作成する機能をもたせる。 - 特許庁
At the time of receiving a request for the function data from the other equipment, the data stored in the self-information memory 313 are transmitted.例文帳に追加
他の機器から機能データ要求を受けたときに、自己情報メモリ313に格納されたデータを送信するようにする。 - 特許庁
Also, the copy unit is configured as a unit with which a user can make only an instruction concerning a usable function at this time.例文帳に追加
また、コピーユニットを、その時点において使用可能な機能に関する指示のみをユーザが出せるユニットとして構成していく。 - 特許庁
The slave station comprises a water mount sensor 7, and is provided with a function for transmitting the information from the water amount sensor 7 to the master station.例文帳に追加
子局には水分量センサ7を備えさせ、水分量センサ7からの情報を親局に送信する機能を付与する。 - 特許庁
To provide technology for allowing use of each function of an information processor without interposing a device driver.例文帳に追加
情報処理装置の備える各機能を、デバイスドライバを介することなく利用できるようにするための技術を提供すること。 - 特許庁
To provide a novel mandrel of which the function is restored reusably using a used mandrel, and its manufacturing method.例文帳に追加
使用済みのマンドレルを利用する、再使用可能に機能回復された新規なマンドレルおよびその製造方法を提供する。 - 特許庁
Thus, the worker can easily replace the liquid crystal panel 3 without damaging the function of the back light 2.例文帳に追加
これにより、作業者は、バックライト2等の光学機能を損なわずに、液晶パネル3の交換を容易に行うことができる。 - 特許庁
The shop terminal 2 acquires and holds the ordered product, the delivery time, and the delivery destination telephone number by an order reception function 22.例文帳に追加
販売店端末2は受注機能22にて注文製品と配送時刻と配送先電話番号とを取得して保持する。 - 特許庁
To provide an indoor dehumidifier comprising a cleaning function for eliminating a foul smell substance adsorbed to a rotating dehumidifying rotor.例文帳に追加
回転除湿ロータに吸着された異臭物質を除去するクリーニング機能を備えた室内用除湿装置を提供する。 - 特許庁
To provide a dry construction method of tiles and a joint filler for tiles used for the method and having a photocatalytic function.例文帳に追加
タイルの乾式施工方法、及び、この方法に使用するタイルの目地材であって光触媒機能を備えたものを提供する。 - 特許庁
Copyright © Japan Patent office. All Rights Reserved. |
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|