| 例文 |
attribute setの部分一致の例文一覧と使い方
該当件数 : 741件
attribute Identifies theport attribute to be set by this request. 例文帳に追加
\\fIattribute\\fR 15このリクエストによって設定するポート属性を決める。 - XFree86
the attribute of a set of articles in a treaty or regulations, being questioned of its number of articles 例文帳に追加
どれほどの条数 - EDR日英対訳辞書
An optional pointer to the set-attribute-string function.This field is deprecated. 例文帳に追加
ポインタで、set-attribute-string を行う関数を指します。 このフィールドは撤廃されています。 - Python
the attribute of an article in a set of articles of a treaty or regulations, being questioned of its order of occurrence in the number of articles 例文帳に追加
何番目の条 - EDR日英対訳辞書
SET ATTRIBUTE CONTENT RECOGNIZING METHOD AND SET ATTRIBUTE CHANGING METHOD OF REGISTERED PRINT ATTRIBUTE COMBINATION例文帳に追加
登録した印刷属性組み合わせの設定属性内容確認方法および設定属性変更方法 - 特許庁
The attribute information is obtained from the video title set attribute by referring to the video title set attribute table.例文帳に追加
ビデオ・タイトル・セット属性テーブルが参照されてビデオ・タイトル・セット属性から属性情報が獲得される。 - 特許庁
Regular attribute dot-notation is used to get and set suchattributes. 例文帳に追加
関数の get や set には、通常のドット表記を使います。 - Python
The attribute graph is generated by using a deformed Delaunay triangle and an attribute set.例文帳に追加
属性グラフは、変形Delaunay triangleと属性集合を用いて生成される。 - 特許庁
ATTRIBUTE PROVIDING DEVICE FOR PROVIDING ATTRIBUTE INFORMATION WITH GRANULARITY SET例文帳に追加
粒度が設定された属性情報を提供する属性提供装置 - 特許庁
An attribute designation instruction is indicated, and an attribute (designated attribute) ZDo corresponding to the attribute designation instruction is set.例文帳に追加
そして、属性指定命令が指示され、この属性指定命令に対応する属性(指定属性)ZDoが、設定される。 - 特許庁
An attribute set frequency calculation part 55 calculates a non-loss case number or an attribute set non-loss case number about each attribute set.例文帳に追加
属性集合頻度算出部55は、各属性集合について非欠損事例数又は属性集合非欠損事例数を算出する。 - 特許庁
The user uses an attribute set ratio button 101 to change ¥ attributes or set public attribute values.例文帳に追加
属性設定ラジオボタン101を用いて¥属性の変更や公開用属性値の設定を行う。 - 特許庁
Thereafter, the new attribute value of the attribute setting information is set as an attribute value of the attribute information (the attribute information wherein the attribute setting information and the attribute identifier accord) stored in the attribute information storage means 21, 31.例文帳に追加
その後、この属性設定情報の新属性値を、属性情報記憶手段21,31に記憶された属性情報(当該属性設定情報と属性識別子が一致する属性情報)の属性値とする。 - 特許庁
An attribute item and attribute value are set in a product configured of a file.例文帳に追加
ファイルで構成される成果物に属性項目,属性値が設定されている。 - 特許庁
It has one implicit attribute, the version attribute, set to "1.0".例文帳に追加
この要素には省略可能な属性versionがあり、暗黙的に "1.0" と設定されます。 - PEAR
Relation between the attribute name and attribute value set up by the user is stored in a user's set attribute master table 21 and the attribute name and attribute value given to the file 11 is stored in a file attribute management table 12.例文帳に追加
ユーザ設定された属性名及び属性値の関係はユーザ設定属性マスターテーブル21に格納され、ファイル11に付与された属性名及び属性値はファイル属性管理テーブル12に格納される。 - 特許庁
The attribute set generation part 14 determines the found attribute set as an attribute set for classifying the messages gathered from the IT system for each series of processes.例文帳に追加
属性集合生成部14は,求められた属性集合を,ITシステムから収集されるメッセージを一連の処理ごとに分類する属性集合とする。 - 特許庁
To flexibly set attribute information for each file.例文帳に追加
各ファイルに対して属性情報を柔軟に設定する。 - 特許庁
A user uses a public set check box 100 to be able to set public attribute values or change attribute values.例文帳に追加
ユーザは公開設定チェックボックス100を用いて公開用属性値の設定や属性値の変更を行える。 - 特許庁
The encoding attribute value will get set from the common "encoding" option. 例文帳に追加
encoding 属性の値は"encoding" オプションから取得して設定します。 - PEAR
An encoder 1006 separates an input image into a set of image data for each attribute, and encodes it for each attribute to generate a set of encoded data for each attribute.例文帳に追加
符号化装置1006は入力画像を属性別画像データの組に分離し、それを属性別に符号化して属性別符号データの組を生成する。 - 特許庁
Attempting to set a method attribute results in a TypeError being raised.例文帳に追加
メソッド属性の設定を試みると TypeError が送出されます。 - Python
The system recognizes entropy of an attribute item in which the attribute information becomes an instance variable and an information quantity of the attribute information on the basis of an attribute set information list table and also recognizes other attribute information related to other attribute items relevant to the attribute information on the basis of the relevant attribute set information list table.例文帳に追加
この属性情報がインスタンス変数となる属性項目のエントロピーおよびその属性情報の情報量を属性組情報一覧テーブルに基づいて認識するとともに、その属性情報に関連する他の属性項目における他の属性情報を関連属性組情報一覧テーブルに基づいて認識する。 - 特許庁
Thereafter, the print attribute is stored when the print attribute is set by the user input device 204.例文帳に追加
その後、ユーザ入力装置204によりプリント属性が設定されたとき、プリント属性をストアする。 - 特許庁
A continuous attribute such as a signature waveform can be also used as an attribute of the set.例文帳に追加
前記セットの属性としてシグニチャ(署名)波形等の連続属性を用いることもできる。 - 特許庁
In order to set a method attribute,you need to explicitly set it on the underlying function object: 例文帳に追加
メソッド属性を設定するためには、その背後の関数オブジェクトで明示的に: - Python
The attribute of the lane mark to be detected is set as attribute information with a valid/invalid flag by a lane mark attribute setting means, and the attribute information of the set lane mark to be detected is stored in a lane mark attribute storing means.例文帳に追加
検出対象レーンマークの属性を有効・無効フラグ付き属性情報としてレーンマーク属性設定手段で設定し、設定された検出対象レーンマークの属性情報をレーンマーク属性格納手段に格納する。 - 特許庁
The number of audio streams of the video title set and the audio stream attribute are described in video title set attribute information.例文帳に追加
ビデオ・タイトル・セット属性情報には、当該ビデオ・タイトル・セットのオーディオ・ストリームの数及びオーディオ・ストリーム属性が記述される。 - 特許庁
As the argument of the command, an attribute of the corresponding document is set.例文帳に追加
コマンドの引数には、対応する文書の属性を設定する。 - 特許庁
A position attribute and an external form attribute of the document object data under editing at present are set to "common", and a descendant attribute is set to "with secondary object descendant" (S407).例文帳に追加
現在編集中の文書オブジェクトデータの位置属性および外形属性を“共通”に設定し、派生属性を“セカンダリオブジェクト派生有り”に設定する(S407)。 - 特許庁
RFC 2109 cookies(ie. cookies received in a Set-Cookie: header with aversion cookie-attribute of 1) are treated according to the RFC 2965rules. 例文帳に追加
RFC 2109 のクッキー(Set-Cookie: の version クッキー属性が 1 で受けとられるもの) はRFC 2965 のルールで扱われます。 - Python
The attribute of each object is preliminarily set so as to follow a common attribute (theme) setting.例文帳に追加
予め、各オブジェクトの属性について、共通する属性(テーマ)設定に従うように設定しておく。 - 特許庁
Attribute, related to all roads such as the kinds of roads is set as attribute data for the polygons.例文帳に追加
ポリゴンに対しては、道路種別など道路全体に関連する属性を属性データとして設定する。 - 特許庁
To easily set much more appropriate preferential treatment conditions according to the attribute of merchandise and the attribute of a user.例文帳に追加
商品の属性およびユーザの属性に応じて、より適切な優遇条件を容易に設定する。 - 特許庁
If the named attribute does not exist, errno is set to ENOATTR . 例文帳に追加
指定された名前の属性が存在しない場合、errnoにENOATTR がセットされる。 - JM
is specified, and the attribute does not exist, errno is set to ENOATTR . 例文帳に追加
が指定され、属性がまだ存在しない場合、errnoにENOATTR がセットされる。 - JM
When the attribute parameter (difficulty set) of either one motion of the vertical attribute attack, the lateral attribute attack and the moving motion is changed, the attribute parameters of the other motions are also changed in interlocking therewith.例文帳に追加
縦属性攻撃、横属性攻撃、移動動作のいずれか1つの動作の属性パラメータ(難易度設定)を変化させた場合には他の動作の属性パラメータも連動して変化させる。 - 特許庁
In a set of documents composed of documents having attribute, when a certain attribute value is specified, the similarity to a document of another set having the same attribute value as that of another existing document in the set is obtained, the similarity of the set is obtained from the above similarity, and from a set having a higher similarity, a document having the specified attribute is retrieved.例文帳に追加
属性を持つドキュメントからなるドキュメント集合において、ある属性値を指定すると、該集合の他の既存ドキュメントと属性値が同じ他集合のドキュメントとの類似度を求め、その類似度から集合の類似度を求め、類似度の高い集合の中から、前記で指定された属性をもつドキュメントを検索する。 - 特許庁
An attribute name and an attribute value allowed to be set up by a user are given to a file 11 by inputting them from the user.例文帳に追加
ユーザからの入力によりファイル11にユーザ設定可能な属性名及び属性値を付与する。 - 特許庁
An off-set to an attribute table is stored in a route searching data.例文帳に追加
ルート探索用データには属性テーブルへのオフセットが格納されている。 - 特許庁
Specifies the color used for a file with the executable attribute set. 例文帳に追加
実行属性が設定されているファイルに使われる色を設定する。 - JM
Specifying pid as 0 will set the attribute for the current thread, and passing the value returned from a call to getpid (2) 例文帳に追加
pidに 0 を指定すると現在のスレッドの属性が設定され、getpid (2) - JM
is specified, and the attribute exists already, errno is set to EEXIST . 例文帳に追加
が指定され、かつ属性がすでに存在する場合、errnoにEEXIST がセットされる。 - JM
Set this to true to convert attribute names to lowercase when writing. 例文帳に追加
これを true にすると、書き込み時に属性の名前を小文字に変換します。 - PEAR
On the other hand, this time attribute data file 37 and a previous time attribute data file 38 are set as attribute data files in which the attributes of each spot information are stored.例文帳に追加
一方、今回属性データファイル37と、前回属性データファイル38は、何れも各地点情報の属性を記憶した属性データファイルである。 - 特許庁
By confirming the attribute icon 14A, whether a printing attribute is set or not and contents of the printing attribute can be intuitively grasped in each document.例文帳に追加
このような属性アイコン14Aを確認することによって、各ドキュメントについての印刷属性の設定の有無やその内容を直感的に把握可能である。 - 特許庁
Finally, the likelihood of the particular business behavior pattern is evaluated by running the model based on the first data set, the second data set, the first confidence attribute, the first temporal attribute, the second confidence attribute and the second temporal attribute.例文帳に追加
最後に、第1データセット、第2データセット、第1信頼属性、第1時間属性、第2信頼属性、及び第2時間属性に基づいてモデルを実行することによって特定のビジネス行動パターンの可能性が評価される。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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会員(無料)になると
|
