「Namespace」を含む例文一覧(145)

<前へ 1 2 3 次へ>
  • 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
<前へ 1 2 3 次へ>

例文データの著作権について

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    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.
  • JM
    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.
  • NetBeans
    © 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.
  • PEAR
    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/ ).