1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

NAMESPACEを含む例文一覧と使い方

該当件数 : 145



例文

The namespace supporting arbitrary function attributes.例文帳に追加

任意の関数属性をサポートするための名前空間が収められています。 - Python

Footnotes ...namespace. 例文帳に追加

...自由変数は最内名前空間ではなく、グローバル名前空間から解決されます。 - Python

where the CLONE_NEWNS flag is not set, the child lives in the same namespace as the parent. 例文帳に追加

が呼ばれると、子プロセスは親プロセスと同じ名前空間に作成される。 - JM

Leave the default setting in the Namespace field and click Finish. 例文帳に追加

「名前空間」フィールドのデフォルト設定は変更しないで、「完了」をクリックします。 - NetBeans

例文

Inserts a child or tree into the tree in the path $path on position $pos and maintains namespace integrity例文帳に追加

位置$posのパス$pathに子かツリーを挿入し、名前空間保全を維持します。 - PEAR


例文

As a default namespace, if globs is not specified. 例文帳に追加

globs を指定していない場合、オブジェクトのモジュールはデフォルトの名前空間になります。 - Python

Thisfunction object contains a reference to the current global namespace as the global namespace to be used when the function is called.例文帳に追加

この関数オブジェクトには、関数が呼び出された際に使われるグローバルな名前空間として、現在のグローバルな名前空間への参照が入っています。 - Python

Part of the execution context, such as the namespace, is shared implicitly when a new process is created using fork (2) 例文帳に追加

実行コンテキストの一部、たとえば名前空間などは、新しいプロセスをfork (2) - JM

create a tag with attributes, namespace and adds 'xmlns' if needed. 例文帳に追加

ネーム空間と属性を備えたタグをもし必要ならば、'xmlns'を加えて作成します。 - PEAR

例文

In a namespace-using document it may have colons in it.例文帳に追加

名前空間使用の文書では、要素型名中にコロンがあるかもしれません。 - Python

例文

An undeclared prefix was found when namespace processing was enabled. 例文帳に追加

名前空間の処理を有効すると宣言されていないプレフィックスが見つかります。 - Python

The document attempted to remove the namespace declaration associated with a prefix.例文帳に追加

XML文書はプレフィックスに対応した名前空間宣言を削除しようとしました。 - Python

false: Do not report attributes used for Namespace declarations, and optionally do not report original prefixed names (default).access: (parsing) read-only; (not parsing) read/write例文帳に追加

false: 名前空間宣言で用いられている属性を通知しない。 - Python

NETWORK STORAGE SYSTEM OF CLUSTER CONFIGURATION SHARING NAMESPACE AND CONTROL METHOD THEREFOR例文帳に追加

名前空間を共有するクラスタ構成のネットワークストレージシステム及びその制御方法 - 特許庁

We will describe the list of rules that form the standards Namespace prefix All classes and functions must have a namespace of at the minimum PEAR2. 例文帳に追加

この標準規約で使用する規則について説明します。 名前空間プレフィックス すべてのクラスや関数は、少なくとも PEAR2 名前空間の配下にある必要があります。 - PEAR

Returns TRUE if the given namespace is overloaded, FALSE otherwise.例文帳に追加

指定した名前空間がオーバーロードされている場合に TRUE、そうでない場合に FALSEを返します。 - PEAR

The class's suite is then executed in a new execution frame (see section4.1), using a newly created local namespace and the original global namespace.(Usually, the suite contains only function definitions.)例文帳に追加

次にクラスのスイートが新たな実行フレーム内で、新たなローカル名前空間と元々のグローバル名前空間を使って実行されます (4.1 節を参照してください)。 - Python

If no namespace is associated with the element, the uri component of name will be None.例文帳に追加

要素に関連付けられた名前空間がないときは、name コンポーネントの uri が None になります。 - Python

If only one namespace is specified,it is used for both. 例文帳に追加

名前空間を一つしか指定しなければ、両方の名前空間として使われます。 - Python

true: Report the original prefixed names and attributes used for Namespace declarations.例文帳に追加

true: 名前空間宣言で用いられているオリジナルのプリフィックス名と属性を通知する。 - Python

This is called once for each namespace declaration on the element in the reverse of the order for which the StartNamespaceDeclHandler was called to indicate the start of each namespace declaration's scope.例文帳に追加

このハンドラは、要素に関する名前空間宣言ごとに、StartNamespaceDeclHandler とは逆の順番で一度だけ呼び出され、各名前空間宣言のスコープが開始されたことを示します。 - Python

Leave UMLPrj in the Namespace field and click Finish.The IDE does the following: 例文帳に追加

「名前空間」フィールドの「 UMLPrj 」は変更しないで、「完了」をクリックします。 IDE が次の処理を行います。 - NetBeans

Specify whether locally declared attributes must be qualified with the namespace prefix. 例文帳に追加

ローカルに宣言した属性を、名前空間の接頭辞で限定すべきかどうかを指定します。 - NetBeans

Specify whether locally declared elements must be qualified with the namespace prefix. 例文帳に追加

ローカルに宣言した要素を、名前空間の接頭辞で限定すべきかどうかを指定します。 - NetBeans

create a start element with attributes, namespace and adds 'xmlns' if needed. 例文帳に追加

ネーム空間と属性を備えた要素の開始をもし必要ならば、'xmlns'を加えて作成します。 - PEAR

xsl:stylsheet) string $defaultNs- default namespace, will be used in return value, if qualified name contains only a local part 例文帳に追加

string $defaultNs-デフォルトネームスペースです。 有修飾がローカルパートのみを含む場合使用されます。 - PEAR

A class instance is created by calling a class object (see above).A class instance has a namespace implemented as a dictionary which is the first place in which attribute references are searched.例文帳に追加

クラスインスタンスはクラスオブジェクト (上記参照) を呼び出して生成します。 - Python

Otherwise: the name is bound to the object in the current global namespace.例文帳に追加

それ以外の場合: 名前は現在のグローバル名前空間内のオブジェクトに束縛されます。 - Python

The class name is bound to this class object in the original local namespace.例文帳に追加

最後に、もとのローカルな名前空間において、クラス名がこのクラスオブジェクトに束縛されます。 - Python

The global namespace is searched first.例文帳に追加

名前がグローバル名前空間中に見つからない場合、組み込み名前空間が検索されます。 - Python

If the name is not found there, the builtin namespace is searched.例文帳に追加

global 文は、その名前が使われている全ての文に先立って記述されていなければなりません。 - Python

The Linux-specific /proc/PID/self file exposes the list of mount points in the namespace of the process with the specified ID; see proc (5) 例文帳に追加

オプション付きでマウントされたファイルシステム上のset-UID や set-GID のプログラムを実行しようとすると、EPERM - JM

and the abstract namespace were introduced with Linux 2.2 and should not be used in portable programs. 例文帳に追加

と抽象名前空間は、Linux 2.2 で導入された。 移植性が必要なプログラムでは使うべきではない。 - JM

The addition of a namespace in the structured document conversion enables like document processing.例文帳に追加

更に、名前空間を付して、構造化文書に変換するため、同様な文書処理が可能となる。 - 特許庁

PROGRAMMABLE OBJECT MODEL FOR NAMESPACE OR SCHEMA LIBRARY SUPPORT IN SOFTWARE APPLICATION例文帳に追加

ソフトウェアアプリケーションにおけるネーム空間あるいはスキーマライブラリ支援のためのプログラム可能なオブジェクトモデル - 特許庁

Expand the By File or By Namespace node to navigate to and select the XML schema file. 例文帳に追加

「ファイル別」または「名前空間別」ノードを展開し、XML スキーマファイルのある場所に移動して選択します。 - NetBeans

Expand the By File or By Namespace node to navigate to and select the WSDL file. 例文帳に追加

「ファイル別」または「名前空間別」ノードを展開し、WSDL ファイルのある場所に移動して選択します。 - NetBeans

Called when the closing tag is reached for an element that contained a namespace declaration. 例文帳に追加

名前空間宣言を含んでいたエレメントの終了タグに到達したときに呼び出されます。 - Python

Leave the default setting in the Namespace field and click Finish.The IDE does the following: 例文帳に追加

「名前空間」フィールドのデフォルト設定は変更しないで、「完了」をクリックします。 IDE が次の処理を行います。 - NetBeans

The method provides for lookups by first generating cryptographic keys associated with a namespace.例文帳に追加

この方法は、まず名前空間に関連する暗号鍵を生成することによってルックアップを提供する。 - 特許庁

The namespace associated with the filter is updated on the basis of a change to the object.例文帳に追加

そのフィルタに関連付けられた名前空間が、そのオブジェクトに対する変更に基づいて更新される。 - 特許庁

The names in the module namespace are updated to point to any new or changed objects.例文帳に追加

モジュール名前空間内の名前は新しいオブジェクト (または更新されたオブジェクト) を指すよう更新されます。 - Python

Run the examples in test (a DocTest object), and display the results using the writer function out. The examples are run in the namespace test.globs.例文帳に追加

test 内の例題 (DocTest オブジェクト) を実行し、その結果を出力用の関数out を使って表示します。 - 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

Namespace declarations are processed before the StartElementHandler is called for the element on which declarations are placed.例文帳に追加

名前空間宣言は、宣言が配置されている要素に対して StartElementHandler が呼び出される前に処理されます。 - Python

Some embodiments include a hardlink comprising a link to a file directly mapping the file into a namespace.例文帳に追加

いくつかの実施例は、ファイルをネームスペースに直接に写像するファイルに対するリンクを有するハードリンクを含む。 - 特許庁

Resources can be identified using nested queries that filter results at multiple levels of a hierarchical namespace.例文帳に追加

階層の名前空間の複数のレベルで結果をフィルタリングするネストされたクエリを使用して、リソースを識別することができる。 - 特許庁

The name includes a namespace prefix; there may be several, disjoint namespaces associated with an individual inode. 例文帳に追加

名前には、名前空間を表す接頭辞 (prefix) が含まれる;個々の inode に対して、互いに独立な名前空間が複数あってもよい。 - JM

Type BankClassDiagram in the Diagram Name field, leaveUMLBankAppSample-Model in the Namespace field and click Finish.The IDE does the following: 例文帳に追加

「図名」フィールドに「BankClassDiagram」と入力し、「名前空間」フィールドは「UMLBankAppSample-Model」のままにして、「完了」をクリックします。 IDE が次の処理を行います。 - NetBeans

例文

Type BankClassDiagram in the Diagram Name field, leave UMLBankAppSample-MyModel in the Namespace field and click Finish.The IDE does the following: 例文帳に追加

「図名」フィールドに「BankClassDiagram」と入力し、「名前空間」フィールドは「UMLBankAppSample-MyModel」のままにして、「完了」をクリックします。 IDE が次の処理を行います。 - NetBeans




  
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.
  
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.
  
© 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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS