1016万例文収録!

「定義名」に関連した英語例文の一覧と使い方(5ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 定義名の意味・解説 > 定義名に関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

定義名の部分一致の例文一覧と使い方

該当件数 : 531



例文

これに対処するためにchapterやsectionにid属性を使って前を定義する事ができ、次のようにしてその属性を指します:例文帳に追加

In order to cope with this, you can define a name for a chapter, section or a tr by using the id attribute, and then point to that attribute, like this: - Gentoo Linux

ローカル部分 ("eric") は普通はユーザーの前であるが、その意味はローカルなソフトウェアによって定義される。例文帳に追加

The local part ("eric") is often a username, but its meaning is defined by the local software.  - JM

全てのサイトは、メール・システムの問題を知らせる宛て先として、"postmaster" というユーザか別定義 (alias) を用意しなければならない。例文帳に追加

Every site is required to have a user or user alias designated "postmaster" to which problems with the mail system may be addressed.  - JM

次のバージョンのファイルに示すように、マネージャーロールを定義し、これに対してユーザーとパスワードを割り当てておく必要があります。例文帳に追加

The manager role should be defined and it should have a username and password assigned to it, as in the following version of the file.  - NetBeans

例文

サーバーの種類を選択し、サーバーインスタンスに前を付けて「次へ」をクリックします。 サーバーインスタンスのプロパティーを定義し、「完了」をクリックします。例文帳に追加

To create a sample application:  - NetBeans


例文

WSDL エディタを使用して WSDL ファイルに 複数のプロパティー別定義するか、またはWSDL ファイルにプロパティーを 1 つ追加します。例文帳に追加

Define property aliases in the WSDL file using the WSDL Editor or To add a property to a WSDL file:. - NetBeans

WSDL エディタを使用したプロパティーとプロパティー別定義については、『WSDL エディタ開発者ガイド』を参照してください。例文帳に追加

For more information on defining properties and property aliases with the WSDL Editor,refer to the Developer Guide to the WSDL Editor.  - NetBeans

Sun Java System Application Server (GlassFish) には、管理コンソールへのアクセスに使用される、admin という前の事前定義されたユーザーが 1 つあります。例文帳に追加

The Sun Java System Application Server (GlassFish) has one pre-defined user named admin, which is used for accessing the Admin Console.  - NetBeans

ソースファイルの作者リストに、コード提供者の前を追加するべきかどうかを定義する明確な規則はありません。例文帳に追加

There's no hard rule to determine when a new code contributor should be added to the list of authors for a given source file.  - PEAR

例文

パッケージ定義ファイル package.xml は、そのが示す通り、ある PEAR パッケージについての情報が記載された整形式の XML ファイルです。例文帳に追加

The package definition file package.xml is, as the name already implies, a well-formed XML file that contains all information about a PEAR package.  - PEAR

例文

指定したクラスが定義されていない場合は、PEARファイル命規約にもとづいてファイルの読み込みを試みます。例文帳に追加

If the specified class is not defined, loading it will be attempted following PEAR's file naming scheme.  - PEAR

channel.xml で定義されているチャネル検証パッケージの前を取得します。 例外・エラー 例外はスローされません。例文帳に追加

Retrieve the name of the channel's validation package as defined in channel.xml Throws throwsno exceptions thrown  - PEAR

2 番目のパラメータにはチャネル検証パッケージの前を指定します。 これは、現在のチャネルについては channel.xml で定義されています。例文帳に追加

The second parameter should be the name of the channel validation package, as defined by channel.xml for the current channel.  - PEAR

$col プロパティは連想配列で、各キーがカラムを表します。 キーに対応する値も連想配列で、ここにカラムの定義を指定します。例文帳に追加

The $col property is an associative array in which each key is a column name, and each value is an associative array containing a column definition.  - PEAR

関数のグローバル変数の入った辞書 (への参照) です -- この辞書は、関数が定義されているモジュールのグローバルな前空間を決定します。例文帳に追加

A reference to the dictionary that holds thefunction's global variables -- the global namespace of the module in which the function was defined. - Python

(通常、スイートには関数定義のみが含まれます) クラスのスイートを実行し終えると、実行フレームは無視されますが、ローカルな前空間は保存されます。例文帳に追加

When theclass's suite finishes execution, its execution frame is discarded but its local namespace is saved. - Python

declaremodule がモジュールとは異なるモジュールキーを定義している場合、refmodule マクロ内でも key として指定せねばなりません。例文帳に追加

If the declaremodule defines a module key different from the module name, it must also be provided as key to therefmodule macro. - Python

type 用に定義されている値はnote とwarning です; これらは、同のインラインマークアップと同じ目的に使います。 types を省略すると、note を使います。例文帳に追加

The only values defined for type are note and warning; these are equivalent in intent to the inline markup of the same name.If type is omitted, note is used. - Python

各ノードのタイプはクラスとして表現され、そのクラスは抽象基底クラス compiler.ast.Node を継承し子ノードの前属性を定義しています。例文帳に追加

Each node type is represented as a class that inherits from the abstract base classcompiler.ast.Node and defines a set of named attributes for child nodes. - Python

import 文でモジュール定義を見つけられなかった場合や、from ... import 文で指定した前をインポートすることができなかった場合に送出されます。例文帳に追加

Raised when an import statement fails to find the module definition or when a from ... import fails to find aname that is to be imported. - Python

言語の文法のコンテキストにおける前の定義については、PythonディストリビューションのファイルGrammar/Grammarを参照してください。例文帳に追加

Refer to the file Grammar/Grammar in the Python distribution for the definitions of the names in the context of the language grammar. - Python

ディクショナリはこのモジュールで定義されている定数の数値を前の文字列へマップし、より人が読みやすいように解析木を表現します。例文帳に追加

Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing more human-readablerepresentation of parse trees to be generated. See Also: - Python

このモジュールで定義されているほとんどの関数は、プラットフォーム上の同の C ライブラリ関数を呼び出します。例文帳に追加

Most of the functions defined in this module call platform C library functions with the same name. - Python

辞書はこのモジュールで定義されている定数の数値を前の文字列へマップし、より人が読みやすいように解析木を表現します。例文帳に追加

Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing more human-readablerepresentation of parse trees to be generated. - Python

前が定義されていない場合には default が返されますが、この引数が与えられていなければ ValueError を発生させます。例文帳に追加

If no name is defined,default is returned, or, if not given,ValueError is raised.  - Python

この辞書はシステムでどの設定定義されているかを決定するために利用できます。 利用できる環境: Unix。例文帳に追加

This can be used to determine the set of names known to the system.Availability: Unix. - Python

標準出力は、組み込みモジュール sys 内で stdout という前のファイルオブジェクトとして定義されています。例文帳に追加

Standard output is defined as the file object named stdout in the built-in module sys. - Python

記述を容易にするために、X ツールキットでは全てのイベント型の論理和であるシンボルXtIMAllが定義されている。例文帳に追加

Asa convenience, the X Toolkit defines the symbolic name XtIMAll to be the bitwise inclusive OR of all event types. Description - XFree86

簡単のためにツールキットは、全てのイベント型のビットごとの論理和であるシンボルXtIMAllを定義している。例文帳に追加

The mask is the bitwise inclusive OR of any combination of XtIMXEvent, XtIMTimer, XtIMAlternateInput, and XtIMSignal.As a convenience, the X Toolkit defines the symbolic name XtIMAll to be the bitwise inclusive OR of all event types. - XFree86

ユーザ定義関数は、f.functionの呼び出しで参照される前と、実行する他の関数群のリストからなる。例文帳に追加

User-defined functions contain the name by which they are referenced in calls to f.function and a list of other functions to execute. - XFree86

土岐定義(ときさだよし、1580年(天正8年)-1619年2月22日(元和(日本)5年1月8日(旧暦)))は、安土桃山時代、江戸時代前期の武将、大例文帳に追加

Sadayoshi TOKI (1580 - February 22, 1619) was a busho (Japanese military commander) and a daimyo (Japanese territorial lord) from the Azuchi-Momoyama to the early Edo periods.  - Wikipedia日英京都関連文書対訳コーパス

当該博覧会とは,1928年11月22日に署され,その後に改正された国際博覧会に関する条約において定義されている博覧会のことである。例文帳に追加

The exhibitions referred to are such exhibitions as are defined in the Convention on International Exhibitions signed on 22 November 1928, as subsequently revised.  - 特許庁

第L623条 1の条件を満たす植物新品種は,説明書及び保管されている標本に対応する称によって定義される。例文帳に追加

Any new plant variety fulfilling the conditions stated in Article L623-1 above shall be defined by a denomination to which shall correspond a description and a sample kept in a collection.  - 特許庁

一般単語に関るデータベースは簡単な会話文で、固有詞に関るデータベースはその言葉の定義など説明を中心とした項目である。例文帳に追加

The database relating to common words includes simple conversational sentences, and the database relating to proper nouns includes mainly explanatory items such as definition of a word. - 特許庁

簡単な文言(詞、動詞等)の入力だけで、工学的矛盾の定義を明確にするための支援、検証を容易に行うことができるようにする。例文帳に追加

To easily perform support and verification for defining a definition of engineering inconsistency only by inputting a simple word (noun, verb, etc.). - 特許庁

カテゴリデータセットは、カテゴリと関係データの前を含み、関係データは、カテゴリとコンテンツとの関係を定義する。例文帳に追加

A category dataset includes names of categories and relational data, where the relational data defines a relationship between the categories and content. - 特許庁

RAメッセージ内で、NSPエッジルータのIPv6アドレスおよびNSPを含むNSP情報オプションが定義される。例文帳に追加

An NSP information option containing the IPv6 address of an NSP edge router and an NSP name is defined in RA messages. - 特許庁

符号化対象文書内の各要素、属性に対する符号化テーブルに、同じ要素であるが異なるデータ型を持つ符号化テーブルを定義する。例文帳に追加

An encoding table is defined for the respective elements and properties in the document to be encoded so as to have the same element name and different data types. - 特許庁

各データ記憶装置は、関数および関連付けられたパラメータ仕様のパラメータリストを含む関数シグネチャ定義を含む。例文帳に追加

Each data storage contains function signature definitions which include a function name and an associated parameter list of parameter specifications. - 特許庁

非接触電子タグ読取装置の接続定義及び論理称の編集をコンピュータに実行させるためのプログラム例文帳に追加

PROGRAM FOR MAKING COMPUTER PERFORM CONNECTION DEFINITION OF NON-CONTACT ELECTRONIC TAG READING DEVICE AND EDITING OF LOGICAL APPELLATION - 特許庁

タグ識別は、隣接する形状の近接によるエッジ配置歪みを有するIC設計において、エッジ・フラグメントの特性を定義したものである。例文帳に追加

The tag identifier defines properties for edge fragment in the IC design having edge placement distortion due to the proximity of neighboring features. - 特許庁

また、方法は、第1のユーザ定義パラメータに基づいて第1のデータソース内の第1の基準値への参照を可能にすることも伴う。例文帳に追加

Further this method also involves enabling referencing the first datum value in the first data source based on the first user-defined parameter name. - 特許庁

また、定義情報は、データ項目、データ登録の有無、データの長さ、データ形式、格納先、解析処理の計算式、から構成されるものである。例文帳に追加

The definition information is constituted by name of data item, presence or absence of data registration, data length, data form, storage destination, and calculation expression for analytical processing. - 特許庁

ソースコードで定義されている変数の型と初期値とからなる文字データが、主記憶部10bに展開される。例文帳に追加

Character data including the type name of a variable defined in a source code and the initial value is deployed in a main storage part 10b. - 特許庁

付加情報には、イベント(入学式・運動会・音楽会など)などあらかじめ定義した情報が設定できる。例文帳に追加

Information to which an event name (entrance ceremony, sports meeting, music concert or the like) is defined beforehand can be set to the additional information. - 特許庁

タグ識別によって定義された特性をエッジ・フラグメントが有する場合、そのエッジ・フラグメントにタグが付けられる。例文帳に追加

Edge fragments are tagged if they have the properties defined by the tag identifier. - 特許庁

ユーザが設定した項目称・属性・桁数は、システム内の記憶装置内の項目定義テーブルT1に登録される。例文帳に追加

The names of items, attributes and numbers of places set by the user are registered in an item definition table T1 in a storage device within a system. - 特許庁

そして、利用者端末10は、フォーム定義情報105に基づいて、特定したデータが入力された署対象項目を明示的に表示する。例文帳に追加

Based on form definition information 105, the user terminal 10 clearly displays the specified items to be signed for which the data have been inputted. - 特許庁

マスタ管理テーブル30には、「対象システム」、「定義名」、「コード値」、「有効年月日(開始)」等のデータを登録する。例文帳に追加

In the master management table 30, data such as "objective system", "definition name", "code value", "effective date (start)" are registered. - 特許庁

例文

活動定義情報110に基づき、ユーザ活動の種類を判定し、ユーザ活動を出力する(111)。例文帳に追加

Based on activity definition information 110, the kind of user activity is decided, and a user activity name is output (111). - 特許庁

索引トップ用語の索引



  
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/ をご覧下さい。
  
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.
  
© 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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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) 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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS