constructorを含む例文一覧と使い方
該当件数 : 353件
associative array containing options and their values, like you would pass it to the constructor. 例文帳に追加
オプション群の値を含む連想配列で、それはコンストラクタに渡すものと似ているでしょう。 - PEAR
You can use this method if you do not want to set all options in the constructor. 例文帳に追加
全てのオプションをコンストラクタでセットしたくない場合、このメソッドを使用することができます。 - PEAR
Starts the transformation, if it has not yet been started, for instance by the constructor. 例文帳に追加
まだ変換が始まっていなければ、変換を開始します。 たとえばコンストラクタで使用します。 - PEAR
The constructor arguments are used to initialize the member variables of the same names.例文帳に追加
コンストラクタの引数は、インスタンスの同名のメンバ変数を初期化するために使われます。 - Python
ImmutableSet objects do not have methods for adding or removing elements, so all of the elements must be known when the constructor is called.例文帳に追加
ImmutableSetオブジェクトは要素を加えたり取り除いたりするメソッドを持っていません。 - Python
For now, note that to construct an instance of such a test case, we call its constructor without arguments:例文帳に追加
テストケースインスタンスは、以下のように引数なしでコンストラクタを呼び出して作成します。 - Python
To provide a system tying between building user and a building constructor, by which the building user can easily inquire of the building constructor about the building.例文帳に追加
建物使用者サイドから建物建設者サイドへの建物に関する問い合わせを容易に行えるようにすることができる建物使用者と建物建設者とを結ぶシステムを提供する。 - 特許庁
To make a construction owner able to select a specialty constructor in addition to constructor and able to confirm the cost of each work in ordering a construction work.例文帳に追加
建設工事の発注において、施主が建設業者の他専門工事業者も選定することができ、個別工事費用が施主に対して明らかにされるようにすることを課題とする。 - 特許庁
When element work and a constructor extracted for each construction project are inputted, in an evaluation target decision part 15, the element work to be carried out by the constructor in this construction project is decided by using the number of achievements and the reference value for the constructor in the achievement storage part DB 2.例文帳に追加
工事案件ごとに抽出される要素作業と施工者とが入力されると、評価対象決定部15では、実績記憶部DB2の当該施工者に関する実績回数と基準値とを用いて当該工事案件において当該施工者が実施すべき要素作業を決定する。 - 特許庁
To provide a house charge billing system and a house charge billing method preventing the related bankruptcy of a constructor while securing the safety of an orderer's fund and getting the constructor to concentrate on the work without anxiety and furthermore preventing the scamped work of the constructor.例文帳に追加
発注者の資金の安全を確保しながら、施工業者の関連倒産を防ぎ、施工業者に安心して工事に専念してもらい、ひいては施工業者による手抜き工事を防ぐことができる住宅代金請求システムおよび住宅代金請求方法を提供する。 - 特許庁
A proxy device for analyzing construction information 10 stores construction examples at each constructor into a construction example database 15, stores evaluation values at each constructor into an evaluation database 16 and stores information relevant to criminal cases and civil cases at each constructor into a case database 17.例文帳に追加
施工情報分析代行装置10は、施工事例データベース15に施工業者ごとの施工事例を蓄積し、評価データベース16に施工業者ごとの評価値を蓄積し、事件データベース17に施工業者ごとの刑事訴訟や民事訴訟に係る情報を格納している。 - 特許庁
In this variation,the constructor takes a hash instead of positional arguments, and you obtain the data from a YAML file.例文帳に追加
今回は、コンストラクタは位置引数の代わりにハッシュを取得し、YAML ファイルからデータを取得します。 - NetBeans
In this tutorial, you add a constructor to WishDB that connects to the database whenever WishDB is instantiated. 例文帳に追加
このチュートリアルでは、WishDB がインスタンス化されるたびにデータベースに接続する WishDB にコンストラクタを追加します。 - NetBeans
We only pass the form's name to the constructor, which means that default values will be used for other parameters. 例文帳に追加
ここで、コンストラクタには、フォームの名称のみを渡し、他のパラメータはデフォルト値が使われています。 - PEAR
Its handler should usually call class constructor using the contents of $arg as parameters.例文帳に追加
そのハンドラは、通常は$argの内容をパラメータに使用してクラスのコンストラクタをコールしなければなりません。 - PEAR
On CLI without pci command, use the second parameter (driver specific options) of class constructor. 例文帳に追加
CLI で pci コマンドを使わない場合クラスのコンストラクタの 2 番目のパラメータ(ドライバ固有のオプション) を使用します。 - PEAR
When setting in the constructor the options are given in an associative array. 例文帳に追加
コンストラクタで設定する場合は、連想配列形式で指定します。 以下のようなオプションがあります。 - PEAR
You can use this method if you do not want to set all options in the constructor Parameter例文帳に追加
もし、コンストラクタで全てのオプションをセットしたくない場合、このメソッドを使うことができます。 - PEAR
Useful when the object is created by a call to an object constructor in the argument list.例文帳に追加
オブジェクトが引数リスト内のオブジェクトコンストラクタ呼び出しによって生成されている場合に便利です。 - Python
In addition to the three supplied contexts, new contexts can be created with the Context constructor.例文帳に追加
上に挙げた三つのコンテキストに加え、Context コンストラクタを使って新たなコンテキストを生成できます。 - Python
If object is not callable (and hence not valid as a constructor), raises TypeError.例文帳に追加
objectが呼び出し可能でなければ(そして、それゆえコンストラクタとして有効でないならば)、TypeErrorを発生します。 - Python
The time argument should be a numeric type compatible with the return value of the timefunc function passed to the constructor.例文帳に追加
引数timeは、コンストラクタへ渡されたtimefuncの戻り値と互換な数値型でなければいけません。 - Python
Constructor sentences of HwObject-1 and HwObject-2 are executed and two hardware objects 6 are generated here.例文帳に追加
ここでは、hwObject−1とhwObject−2のコンストラクタ文が実行されて二つのハードウェア・オブジェクト6が生成されている。 - 特許庁
To provide a guarantee system that avoids risks of a constructor and a person to be guaranteed from groundbreaking until before transfer.例文帳に追加
着工から引渡前までの業者及び被保証者のリスクを回避する保証システムを実現する。 - 特許庁
The system comprises an application programming interface for accessing a constructor and an accessor about a query object.例文帳に追加
システムは、クエリオブジェクトについて、コンストラクタおよびアクセッサにアクセスするアプリケーションプログラミングインターフェースを含む。 - 特許庁
Use this parameter if you are using a custom class that does not accept an error message in its constructor. 例文帳に追加
コンストラクタでエラーメッセージを受け付けないカスタムクラスを使用する場合には、このパラメータを使用してください。 - PEAR
Please note that this second parameter is only passed when you specify something in the column constructor. 例文帳に追加
この二番目のパラメータは、カラムのコンストラクタで指定したときにだけ渡されることに注意しましょう。 - PEAR
The object passed as the tzinfo argument to the datetime constructor, or None if none was passed.例文帳に追加
datetime コンストラクタに tzinfo 引数として与えられたオブジェクトになり、何も渡されなかった場合には Noneになります。 - Python
This source code consists of a single Python statement, and always ends with a newline; the constructor adds a newline when necessary.例文帳に追加
ソースコードは単一のPython で、末尾は常に改行です。 コンストラクタは必要に応じて改行を追加します。 - Python
The parameters argand kw are used as the positional and keyword parameters to the object's constructor.例文帳に追加
パラメタ arg および kw はそれぞれオブジェクトのコンストラクタに渡す実引数およびキーワードパラメタとして使われます。 - Python
Constructor for the class. maxsize is an integer that sets theupperbound limit on the number of items that can be placed in the queue.例文帳に追加
クラスのコンストラクタです。 maxsizeはキューに置くことのできる要素数の上限を設定する整数です。 - Python
If local is provided, it is passed to the InteractiveConsole constructor for use as the default namespace for the interpreter loop.例文帳に追加
localが与えられた場合は、インタプリタループのデフォルト名前空間として使うためにInteractiveConsoleコンストラクタへ渡されます。 - Python
Rather, it calls methods of an RHooksinstance that was passed to or created by its constructor. 例文帳に追加
その代わり、あらかじめ RHooks クラスに渡しておいたり、コンストラクタで生成された RHooks インスタンスのメソッドを呼び出します。 - Python
To provide a constructor registration and mediation system by which a constructor registers a expertise field, the acceptability of construction including emergency construction, a construction area and contact information, etc., and a mediator easily introduces the constructor suited to request contents from a client to the client.例文帳に追加
施工可能な分野、緊急施工の可否を含む施工受付の対応度、施工可能なエリア、および連絡先情報等を施工業者が登録でき、且つ、依頼者からの依頼内容に適した施工業者を斡旋業者が容易に依頼者に斡旋することができる施工業者登録斡旋システムの提供。 - 特許庁
A logistics server constituting a housing supply system is connected with the terminal equipment of a constructor, the terminal equipment of a material trader and the terminal equipment of a financial institution, transmits the information of a user to the terminal equipment of the constructor and the financial institution and transmits the information of the constructor and the financial institution to user terminal equipment.例文帳に追加
住宅供給システムを構成するロジスティックスサーバは、施工業者の端末機、資材業者の端末機、金融機関の端末機と接続し、ユーザーの情報を施工業者及び金融機関の端末機に伝達し、施工業者及び金融機関の情報をユーザー端末機に伝達する。 - 特許庁
The information managing institution 100 sends an entry form 12 and a contact place display sticker 11 having a serial number and the constructor 7 printed to the constructor 7; and the constructor 7 passes the contact place display sticker 11 to a user 9 before fitting a lock and sends the entry form back after entering lock construction information.例文帳に追加
情報管理機関100は、記入用紙12、と、シリアル番号及び施工業者7を印刷した連絡先表示ステッカ11、を施工業者7に発送し、その施工業者7は、錠前の取付施工時にユーザ9に連絡先表示ステッカ11を渡し、且つ、錠前施工情報を記入して返送する。 - 特許庁
An information distributor (online system manager) 3 supplies the service of an online system for permitting the constructor to perform suggestion business based on the initiative of the constructor by aiming at the construction work order reception through the user of the Internet 2.例文帳に追加
情報配信者(オンラインシステム運営者)3はインターネット2を利用して、建設業者が建設工事受注を目的とした建設業者主導型の提案営業をする為のオンラインシステムのサービスを提供する。 - 特許庁
To provide a terminal block which enables an on-site constructor to reduce miswiring troubles by preventing the constructor from mistakenly changing inner wire connection and to provide an electrical apparatus accommodation box equipped with this terminal block.例文帳に追加
現場の施工業者が誤って内部電線の接続を変更することを抑制し、誤配線の不具合を低減させることができる端子台およびこの端子台を備えた電気機器収納箱を提供する。 - 特許庁
To support improvement in the level of proficiency in technical knowledge of each constructor by making the constructor of work perform test items following a test instruction and evaluating achievement of element work based on the test items.例文帳に追加
工事の施工者に検査指示書に従う検査項目を実施させ、要素作業の実施実績を検査項目により評価することにより各施工者ごとの技術知の習熟度の向上を支援する。 - 特許庁
If instance is provided,constructor will never be called, and may be None.This entry point is only useful if you plan to either set the BROWSER variable or call get with a nonemptyargument matching the name of a handler you declare.例文帳に追加
instanceが指定されたら、constructorは呼び出されないので、Noneでかまいません。 この登録は、変数BROWSERを設定するか、getを空文字列でなく、宣言したハンドラの名前と一致する引数とともに呼び出すときだけ、役に立ちます。 - Python
A test instruction is created in an instruction output part 16, and the test instruction is presented to the constructor of work.例文帳に追加
指示書出力部16で検査指示書が作成され、この検査指示書が工事の施工者に提示される。 - 特許庁
To obtain wireless communication function and power line communication function, without requiring a licensed constructor.例文帳に追加
資格を有する工事者を必要とせず、ワイヤレス通信機能及び電力線搬送通信機能を実現する。 - 特許庁
This is useful if you want, for example, to generate a constructor, override methods, or implement methods.例文帳に追加
これは、たとえばコンストラクタを生成したり、メソッドをオーバーライドしたり、メソッドを実装したりする場合に便利です。 - NetBeans
Place the cursor on the beginning of the constructor(initializemethod) and press Shift-Enter to add a new line under the current line.例文帳に追加
コンストラクタ (initialize メソッド) の先頭にカーソルを置き、Shift-Enter キーを押して、現在の行の下に新しい行を追加します。 - NetBeans
To use it, just include Gtk/VarDump.php and call the constructor with the variable to be dumped. 例文帳に追加
これを使用するには、単に Gtk/VarDump.phpをインクルードして、出力したい変数を指定したコンストラクタをコールするだけです。 - PEAR
You can use this method as an alternative to passing the parameters in the constructor or calling the setter of each parameter. 例文帳に追加
コンストラクタや各パラメータのセッターでパラメータを処理する代わりとして、このメソッドを使用することができます。 - PEAR
The first argument to the Extension constructor is always thename of the extension, including any package names. 例文帳に追加
Extension クラスのコンストラクタに与える最初の引数は、常に拡張モジュールの名前にします。 これにはパッケージ名も含めます。 - Python
To describe an exception class without describing the parameters to its constructor, use the excdesc environment.例文帳に追加
コンストラクタに与えるパラメタの説明がないような例外クラスを説明する場合には、excdesc 環境を使用してください。 - Python
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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 - 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/ ). |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|