DOMを含む例文一覧と使い方
該当件数 : 158件
Base exception class used for all specific DOM exceptions. 例文帳に追加
全ての特定の DOM 例外で使われている基底例外クラスです。 - Python
When you are finished with a DOM, you should clean it up. 例文帳に追加
DOM を使い終えたら、後片付けを行わなければなりません。 - Python
For rosa and nico. see you soon, uncle dom例文帳に追加
"ローザとニコへ ドムおじさんより" - 映画・海外ドラマ英語字幕翻訳辞書
How could you bring her here, dom?例文帳に追加
どうしてこの子を連れてきたの? - 映画・海外ドラマ英語字幕翻訳辞書
Lightweight Document Object Model (DOM) implementation. 例文帳に追加
軽量な文書オブジェクトモデルの実装。 - Python
DocumentationCode completion shows the API documentation for both the core javascript APIs and the DOM APIs. 例文帳に追加
ドキュメントコード補完では、JavaScript のコア API と DOM API の両方の API ドキュメントが表示されます。 - NetBeans
Hey, dom, what do you remember about your father?例文帳に追加
ドム 親父の事を何か思い出すか? - 映画・海外ドラマ英語字幕翻訳辞書
In this particular case, we do not take much advantage of the flexibility of the DOM.例文帳に追加
特にこの例に関しては、DOM の柔軟性をあまり活用してはいません。 - Python
Dom! tej and roman are out! where you at?例文帳に追加
"ドム テズとローマンが離脱 お前はどこだ?" - 映画・海外ドラマ英語字幕翻訳辞書
object.someValue is not required to work, and may raise an AttributeError.The Python DOM API, however, does require that normal attribute access work.例文帳に追加
しかしながら、Python DOM API では、通常の属性アクセスが動作することが必須です。 - Python
Users that require a full-featured implementation of DOM should use the PyXML package.例文帳に追加
完全な機能をもったDOM 実装を必要とするユーザは PyXML パッケージを利用すべきです。 - Python
Once you have a Document, you can add child nodes to it to populate the DOM:例文帳に追加
Documentを取得したら、DOM を構成するために子ノードを追加していくことができます: - Python
These properties are defined in the DOM specification; this portion of the reference manual describes the interpretation of the specification in Python. The specification provided by the W3C defines the DOM API for Java,ECMAScript, and OMG IDL.例文帳に追加
これらのプロパティはDOM 仕様で定義されています; 本リファレンスマニュアルでは、Python において DOM 仕様がどのように解釈されているかを記述しています。 W3C から提供されている仕様は、 DOM API を Java、ECMAScript、およびOMG IDL で定義しています。 - Python
The order you get the attributes in is arbitrary but will be consistent for the life of a DOM.例文帳に追加
属性の並び方は任意ですが、DOM 文書が生成されている間は一定になります。 - Python
DOM Level2 added the ability to create newDocument and DocumentType objects using theDOMImplementation as well. 例文帳に追加
DOM レベル2 では、DOMImplementation を使って新たなDocument オブジェクトや DocumentType オブジェクトを生成する機能も追加しています。 - Python
A template DOM (document object model) conversion processing part 2 converts a template 1 into the DOM 3 of a template.例文帳に追加
テンプレートDOM変換処理部2は、テンプレート1をテンプレートのDOM3へ変換する。 - 特許庁
If the parser and DOM implementation support the DOM's XML extension,portions of the text enclosed in CDATA marked sections are stored in CDATASection objects.例文帳に追加
パーザおよび DOM 実装が DOM の XML 拡張をサポートしている場合、CDATA でマークされた区域 (section) に入れられている部分テキストは CDATASection オブジェクトに記憶されます。 - Python
Values of type DOMString may also be None where allowed to have the IDL null value by the DOM specification from the W3C.例文帳に追加
DOMString 型の値は、W3C の DOM 仕様で、IDLnull 値になってもよいとされている場所では None になることもあります。 - Python
In these recession times a pink dom perignon is something..例文帳に追加
この不景気なご時世に ピンクのドンペリなんて - 映画・海外ドラマ英語字幕翻訳辞書
Hello. i'm dom kolb. you called about a dream extraction?例文帳に追加
どうもドム・コルブです 夢の事で呼びましたか? - 映画・海外ドラマ英語字幕翻訳辞書
Do you know what dom prignon said after he invented champagne?例文帳に追加
ドンペリニヨンがシャンパンを 発明し なんと言ったか? - 映画・海外ドラマ英語字幕翻訳辞書
Bdsm, kink, raunch, leather, jock straps, cock ring, tit clamps, both dom and submissive.例文帳に追加
sm、レザー、股サポーター、コック・リング、乳首クリップ、攻め、受け・・・ - 映画・海外ドラマ英語字幕翻訳辞書
The exception codes defined in the DOM recommendation map to the exceptions described above according to this table:例文帳に追加
DOM 勧告で定義されている例外コードは、以下のテーブルに従って上記の例外と対応付けられます: - Python
The primitive IDL types used in the DOM specification are mapped to Python types according to the following table.例文帳に追加
DOM 仕様で使われている基本的な IDL 型は、以下のテーブルに従ってPython の型に対応付けられています。 - Python
Raised when a specified range of text does not fit into a string. This is not known to be used in the Python DOM implementations, but may be received from DOM implementations not written in Python.例文帳に追加
指定された範囲のテキストが文字列に収まらない場合に送出されます。 この例外は Python の DOM 実装で使われるかどうかは判っていませんが、Python で書かれていない DOM 実装から送出される場合があります。 - Python
Since the DOM uses only in parameters, the arguments are passed in normal order (from left to right).例文帳に追加
DOM では in パラメタのみを使うので、引数は通常の順番 (左から右へ) で渡されます。 オプション引数はありません。 - Python
Refer to the documentation bundled with that package for information on the current state of DOM Level3 support.例文帳に追加
DOM レベル3 サポートの現在の状態についての情報は、PyXML パッケージに同梱されているドキュメントを参照してください。 - Python
Once you have a DOM document object, you can access the parts of your XML document through its properties and methods.例文帳に追加
DOM 文書オブジェクトを手にしたら、XML 文書のプロパティやメソッドを使って、文書の一部にアクセスすることができます。 - Python
In the case of reading out an HTML document, a client computer reads out the setting file of the XML format, converts the read setting file into a DOM (document object model) tree, analyzes the converted DOM tree, and displays the browser control on the Web browser on the basis of the analysis result.例文帳に追加
クライアントコンピュータは、HTML文書を読み込むとき、該XML形式の設定ファイルを読み込み、読み込んだ設定ファイルをDOM(Document Object Model)ツリーに変換し、変換したDOMツリーを解析し、解析した結果に基づいてブラウザコントロールをWebブラウザに表示する。 - 特許庁
DOM Level3adds a Load/Store specification, which defines an interface to the reader, but this is not yet available in the Python standard library.Once you have a DOM document object, you can access the parts of your XML document through its properties and methods.例文帳に追加
DOM レベル3 ではロード(Load)/ストア(Store) 仕様が追加され、リーダのインタフェースにを定義していますが、Python 標準ライブラリではまだ利用することができません。 DOM 文書オブジェクトを生成したら、そのプロパティとメソッドを使ってXML 文書の一部にアクセスできます。 - Python
TYPE of DOM, INTL, POSTAL, PARCEL, HOME, WORK, PREF, VOICE, FAX, MSG, CELL, PAGER, BBS, MODEM, CAR, ISDN, VIDEO, AOL, APPLELINK, ATTMAIL, CIS, EWORLD, INTERNET, IBMMAIL, MCIMAIL, POWERSHARE, PRODIGY, TLX, X400, GIF, CGM, WMF, BMP, MET, PMB, DIB, PICT, TIFF, PDF, PS, JPEG, QTIME, MPEG, MPEG2, AVI, WAVE, AIFF, PCM, X509, or PGP.例文帳に追加
パラメータ TYPEは DOM, INTL, POSTAL, PARCEL, HOME, WORK,PREF, VOICE, FAX, MSG, CELL, PAGER, BBS, MODEM, CAR, ISDN, VIDEO,AOL, APPLELINK, ATTMAIL, CIS, EWORLD, INTERNET, IBMMAIL, MCIMAIL,POWERSHARE, PRODIGY, TLX, X400, GIF, CGM, WMF, BMP, MET, PMB, DIB,PICT, TIFF, PDF, PS, JPEG, QTIME, MPEG, MPEG2, AVI, WAVE, AIFF,PCM, X509, あるいは PGP。 - PEAR
Empty bottles of mineral water and dom perignon there wasn't even 1 booked.例文帳に追加
ドンペリとミネラルウオーターの 空き瓶は1本もありませんでした。 - 映画・海外ドラマ英語字幕翻訳辞書
Look like a princess when you drink dom perignon, I tell you!例文帳に追加
お姫様みたいな顔して飲むから ドンペリっていうんだ! - 映画・海外ドラマ英語字幕翻訳辞書
All of the node names behind the uucp-dom: keyword must be valid UUCP neighbors, as you can verify using the command uuname. 例文帳に追加
uucp-dom: キーワードの後ろにあるノード名はすべて、 uuname コマンドを使用することで確かめられる正しい UUCP隣接ホストである必要があります。 - FreeBSD
Dom, I did some checking, asked around, got the location of a street race tonight.例文帳に追加
ドム あちこちで 聞いて回って来た 今夜ストリートレースがある - 映画・海外ドラマ英語字幕翻訳辞書
Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic GC.例文帳に追加
DOM との内部的な参照を破壊して、循環参照ガベージコレクションを持たないバージョンの Python でもガベージコレクションされるようにします。 - Python
METHOD AND SYSTEM FOR DISPLAYING BROWSER CONTROL BY UTILIZING DOM TREE例文帳に追加
DOMツリーを利用したブラウザコントロール表示方法およびシステム - 特許庁
Contents of the dom perignon of that shop was a mixture worth about 20 yen a cup.例文帳に追加
あの店のドンペリの中身は 原価1杯20円の混ぜ物でした。 - 映画・海外ドラマ英語字幕翻訳辞書
The DOMImplementation interface provides a way for applications to determine the availability of particular features in the DOM they are using.例文帳に追加
DOMImplementation インタフェースは、利用している DOM 実装において特定の機能が利用可能かどうかを決定するための方法をアプリケーションに提供します。 - Python
A DOM implementation presents an XML document as a tree structure, or allows client code to build such a structure from scratch.例文帳に追加
DOM 実装によって、XML ドキュメントはツリー構造として表現されます。 また、クライアントコード側でツリー構造をゼロから構築できるようになります。 - Python
This means that the typical surrogates generated by Python IDL compilers are not likely to work, and wrapper objects maybe needed on the client if the DOM objects are accessed via CORBA.While this does require some additional consideration for CORBA DOMclients, the implementers with experience using DOM over CORBA from Python do not consider this a problem.例文帳に追加
これは、Python IDL コンパイラによって生成された典型的なサロゲーションはまず動作することはなく、DOM オブジェクトがCORBA を解してアクセスされる場合には、クライアント上でラッパオブジェクトが必要であることを意味します。 CORBA DOM クライアントでは他にもいくつか考慮すべきことがある一方で、CORBA を介して DOM を使った経験を持つ実装者はこのことを問題視していません。 - Python
That is, the document processor reads the binary file and generates the DOM instead of reading the XML file and generating the DOM.例文帳に追加
すなわち、文書処理装置は、XMLファイルを読み込んでDOMを生成する代わりに、バイナリファイルを読み込んでDOMを生成する。 - 特許庁
I was hoping dom was going to be here by now but this one is clean enough we can do it without him.例文帳に追加
ドミニクはここにいると思う だが これは奴なしでも出来る - 映画・海外ドラマ英語字幕翻訳辞書
This is actually something that one of our engineers, dom, built in a weekend.例文帳に追加
元々うちのエンジニアのドムが ある週末に作ったツールなんですが - 映画・海外ドラマ英語字幕翻訳辞書
Most of these reflect information in the XML document that is not of general utility to most DOM users.例文帳に追加
これらの大部分は、ほとんどの DOM のユーザにとって一般的な用途として有用とはならないような XML 文書内の情報を反映しています。 - Python
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| 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-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 © 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 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)