Parserを含む例文一覧と使い方
該当件数 : 310件
Further, the XML parser 16 converts the management information stored in the management area to a format which is other than the XML and suitable to a download processing part 14 and an application processing part 17.例文帳に追加
また、XMLパーサ16は、管理領域に記憶された管理情報をXML以外の、ダウンロード処理部14やアプリケーション処理部17に適した形式に変換する。 - 特許庁
Based on this information, a PDF parser on the client parsers the PDF data and transfers to the printer controller only multiple pages of data specified by the page printing order.例文帳に追加
この情報に基づいて、クライアント側のPDF解析部は、PDFデータを解析して、ページ印刷順序によって指定された複数のページのデータのみをプリンタコントローラに伝送する。 - 特許庁
A message parser separates the attached file from the message, and inserts a hypertext link or an executable file leading a receiver to a copy of the attached file stored in the file server.例文帳に追加
メッセージ・パーサが添付ファイルをメッセージから分離し、受信者をファイルサーバに保存されている添付ファイルのコピーに導くハイパーテキストリンクあるいは実行可能ファイルを挿入する。 - 特許庁
A meaning inspection code generating means 160 generates a meaning inspection code based on results parsed by the paper 150 and results parsed by the parser 155.例文帳に追加
意味検査コード生成手段160は、抽象構文定義パーザ150が構文解析した結果と意味検査パーザ155が構文解析した結果を基に、意味検査コードを生成する。 - 特許庁
The MUX 53 multiplexes the 2nd or 3rd packet from the input PID parser 51 with the TS packet read from the HDD and the multiplexed packet is fed to a CPU that controls the descrambler or the like via a switch 31.例文帳に追加
MUX53では、入力PIDパーサ51からの第2または第3のパケットと、HDDから読み出されたTSパケットとが多重化され、スイッチ31を経由して、デスクランブラ等の制御を行うCPUに供給される。 - 特許庁
A storage part 111 stores current URL corresponding to the WEB page displayed by the layout 98 and positional information showing the position designated by the parser 94 in response to the operation.例文帳に追加
保存部111は、その操作に応じて、レイアウト98により表示されているWEBページに対応するカレントURLと、パーザ94により指定される位置を表す位置情報とを記憶させる。 - 特許庁
To perform rate control for sustaining good subjective image quality without using nonlinear quantization of frequency coefficient in an encoder or a parser (transcoder) of JPEG2000, or the like.例文帳に追加
JPEG2000などのエンコーダ又はパーサー(トランスコーダ)において、周波数係数の非線形量子化を用いることなく、良好な主観画質等を維持するレート制御を行う。 - 特許庁
a lexical analyzer generator 例文帳に追加
字句解析プログラムジェネレーター《ユーザーが与えた規則にしたがって字句解析プログラムを生成するツール; Unix の標準ツール lex が有名; これに対し, parser は分析ではなく, 分解したものを文法に則って解釈するもの》 - 研究社 英和コンピューター用語辞典
Known issuesKnown issues-- Problems you might encounter Description When I wrote this parser, my primary goal was to be able to read vCard files produced by the Mac OS X Address Book application. 例文帳に追加
既知の問題既知の問題--遭遇するであろう問題説明 このパーサを書き始めたときの最初の目標は、Mac OS Xのアドレスブックが作成する vCard ファイルを読めるようにすることでした。 - PEAR
Note that a (top-level) compound statement must be followed by a blankline in interactive mode; this is needed to help the parser detect the end of the input.例文帳に追加
対話モードでは、(トップレベルの) 複合文の最後に空白行を入れなくてはならないことに注意してください; これは、複合文の終端をパーザが検出するための手がかりとして必要です。 - Python
This class can contain basicerror or warning information from either the XML parser or the application: it can be subclassed to provide additional functionality or to add localization.例文帳に追加
このクラスには XML パーサとアプリケーションで発生するエラーおよび警告の基本的な情報を持たせることができます。 また機能追加や地域化のためにサブクラス化することも可能です。 - Python
On error, unlikesxpm, cxpm prints out an error message indicating where the parser choked.This should help finding out what's wrong with an XPM file but do not expecttoo much from it though. 例文帳に追加
エラーが起きた場合の動作は sxpm と異なり、cxpm はパーザが止まった場所を示すエラーメッセージを出力する。 これは XPM ファイルの問題箇所の発見に役立つはずであるが、過大な期待しないこと。 - XFree86
In a PDF direct printing method, an intelligent parser is provided to parse a plurality of data blocks of PDF and transfer the data blocks to a printer in the order in which they are used by the PDF rendering process of the printer.例文帳に追加
PDFの複数のデータブロックを解析して、プリンタのPDFレンダリング処理によってデータが使用される順番でプリンタへ転送するためにインテリジェント解析部を設ける。 - 特許庁
To provide a destination description generation device and a destination description interpretation device capable of improving the flexibility of a description content for a user description and reducing the complicatedness of a parser.例文帳に追加
ユーザ記述に関する記述内容の柔軟性の向上、及びパーザの複雑度の軽減が可能な目的地記述生成装置及び目的地記述解釈装置を提供する。 - 特許庁
The XML parsing system 60 includes: an element analysis part (SOAP parser 62) which analyzes construction of XML data (SOAP data SD) input from the outside to acquire a pointer of each element constituting the XML data (SOAP data SD); and a sequential information acquisition part (event drive parser 63) which sequentially acquires information about elements of the XML data pointed by the pointer for every pointer.例文帳に追加
外部から入力されたXMLデータ(SOAPデータSD)の構文を解析し、XMLデータ(SOAPデータSD)を構成する各要素のポインタを取得する要素解析部(SOAPパーサ62)と、ポインタ毎に逐次、ポインタが指し示すXMLデータの要素の情報を取得する逐次情報取得部(イベント駆動パーサ63)と、を含むXML構文解析システム60。 - 特許庁
How this is accomplished is not covered at all by DOM Level1, and Level2provides only limited improvements: There is aDOMImplementation object class which provides access to Document creation methods, but no way to access an XMLreader/parser/Document builder in an implementation-independent way.There is also no well-defined way to access these methods without an existing Document object.例文帳に追加
どのようにして解析を行うかについては DOM レベル1 では全くカバーしておらず、レベル2 では限定的な改良だけが行われました:レベル2 ではDocument を生成するメソッドを提供するDOMImplementation オブジェクトクラスがありますが、実装に依存しない方法で XML リーダ(reader)/パーザ(parser)/文書ビルダ(Document builder) にアクセスする方法はありません。 また、既存の Document オブジェクトなしにこれらのメソッドにアクセスするような、よく定義された方法もありません。 - Python
The adviser 12 uses the result of parsing the document with a parser 18 and the tag suggestion rules to derive a set of candidate tags for the selected content element from the set of tag suggestions.例文帳に追加
アドバイザ12は、構文解析系18で文書を解析した結果とタグ提案ルールとを用い、この一組のタグ提案から、上記選択した内容要素のための一組の候補タグを抽出する。 - 特許庁
At the time of restoration, a parser syntactically analyzes values from the tags, and the configuration managers restore the contents of an internal data structure in the memory of the router to syntactically analyzed values in accordance with the corresponding tags.例文帳に追加
リストア時に、パーサを使用してタグからの値を構文解析し、構成マネージャが、ルータのメモリの中の内部データ構造のコンテンツを対応するタグに従って構文解析された値にリストアする。 - 特許庁
A tuner unit 1 generates a transport stream and a PID parser and packet insert demultiplexer 2 generates a partial transport stream from the transport stream an supplies the partial transport stream to a data storage unit 3.例文帳に追加
チューナユニット1は、トランスポートストリームを生成し、PID解析及びパケット挿入デマルチプレクサ2は、このトランスポートストリームからパーシャルトランスポートストリームを生成して、データストレージユニット3に供給する。 - 特許庁
Information about the notations and entities declared by a document(including the external subset if the parser uses it and can provide the information) is available from a DocumentType object.例文帳に追加
文書で宣言されている記法 (notation) やエンティティ (entity) に関する (外部サブセット(external subset) がパーザから利用でき、情報を提供できる場合にはそれも含めた) 情報は、 DocumentType オブジェクトから手に入れることができます。 - Python
Actually, the first three errors are detected by the parser; only the last error is found by the lexical analyzer -- the indentation of return r does not match a level popped off the stack.例文帳に追加
実際は、最初の 3 つのエラーはパーザによって検出されます; 最後のエラーのみが字句解析器で見つかります -- return r のインデントは、スタックから逐次除去されていくどのインデントレベル値とも一致しません - Python
The ConfigParser class implements a basic configuration file parser language which provides a structure similar to what you would find on Microsoft Windows INI files. You can use this to write Python programs which can be customized by end users easily.例文帳に追加
ConfigParser クラスは,Microsoft Windows の INI ファイルに見られるような構造をもつ,基礎的な設定ファイルを実装しています.このモジュールを使って,エンドユーザーが簡単にカスタマイズできるようなPython プログラムを書くことができます。 - Python
, this parser does not check that end tags match start tags or call the end-tag handler for elements which are closed implicitly by closing an outer element.例文帳に追加
のパーザと違い、このパーザは終了タグが開始タグと一致しているか調べたり、外側のタグ要素が閉じるときに内側で明示的に閉じられていないタグ要素のタグ終了ハンドラを呼び出したりはしません。 - Python
Data from the CD is passed to the parser, which parses the frames, and calls any call back functions that have previously been added.An audio CD is divided into tracks or programs (the terms are used interchangeably).例文帳に追加
CDから得たデータはパーザに渡され、パーザはフレームをパースし、あらかじめ加えられたコールバック関数を呼び出します。 オーディオCDはトラックtracksあるいはプログラムprograms(同じ意味で、どちらかの用語が使われます)に分けられます。 - Python
Caveat:It is possible (but not likely) that the parser stops parsing with a successful outcome before reaching the end of the source;in this case, trailing symbols may be ignored instead of causing an error.例文帳に追加
警告:ソースの終わりに達する前に、成功した結果をもってパーサは構文解析を止めることが(できそうではなく)できます。 このような場合、後ろに続く記号はエラーとならずに無視されます。 - Python
There is no magical connection between the email package's bundledparser and the Message class, so your custom parser can create message object trees any way it finds necessary.例文帳に追加
email パッケージについているパーザと Message クラスの間に隠された秘密の関係はなにもありませんので、ご自分で実装されたパーザも、それが必要とするやりかたでメッセージオブジェクトツリーを作成することができます。 - Python
A voice UI definition control section 32 obtains voice UI definition information and stores a voice recognition dictionary in a voice UI definition information storage section 41 through an XML parser 22a and a voice recognition dictionary generating section 22b.例文帳に追加
音声UI定義管理部32は、音声UI定義情報を取得し、XMLパーサ22aおよび音声認識辞書生成部22bを介して、音声UI定義情報記憶部41に音声認識辞書を記憶させる。 - 特許庁
The parser is operated in cooperation with a command module, which is a medium for conversations with the user, and gives advice on a screen or a question by a synthesized voice in order to derive further input from the user if necessary.例文帳に追加
上記パーサは、ユーザとの対話の媒介となるコマンドモジュールと共働して動作し、必要であれば、ユーザからの更なる入力を導き出すために、画面上の注意又は合成された音声の質問をもたらす。 - 特許庁
A parser 33a multi-casts a request 36 to a WWW server that is not cached onto a cache server 35 and a next hop and the cache priority is calculated based on a product between an access frequency and a path length (a).例文帳に追加
キャッシュされていないWWWサーバへのリクエスト36はパーサ33aにより、キャッシュサーバ35とネクストホップにマルチキャストされ、アクセス頻度と経路長の積によりキャッシュ優先度が計算される(a)。 - 特許庁
The reception terminal 200 includes a compile-finished XML parser 210 of elucidating the compile-finished XML document 11 received via the network 300, and of acquiring a data included in the compile-finished XML document 11.例文帳に追加
受信端末200は、ネットワーク300を介して受信したコンパイル済XML文書11を解釈してコンパイル済XML文書11に含まれるデータを取得するコンパイル済XMLパーサ210を含む。 - 特許庁
This device comprises an XML parser 10 for inputting an XML event string constituting the XML document of a processing object, an XPath evaluation part 20 for executing the evaluation of XPath by streaming.例文帳に追加
処理対象のXML文書を構成するXMLイベント列を入力するXMLパーサ10と、ストリーミング処理によるXPathの評価を実行するXPath評価部20とを備える。 - 特許庁
An input PID parser 51 records a 1st packet to be only recorded from TS packets being components of a TS from a descrambler and extracts a 2nd packet used for control and a 3rd packet used for only control.例文帳に追加
入力PIDパーサ51では、デスクランブラからのTSを構成するTSパケットから、記録のみすべき第1のパケット、記録するとともに、制御に用いる第2のパケット、および制御にのみ用いる第3のパケットが抽出される。 - 特許庁
The parsing of the document will be completed before these functions return; it's simply that these functions do not provide a parser implementation themselves.You can also create a Document by calling a method on a ``DOMImplementation'' object.例文帳に追加
文書の解析はこれらの関数が戻るより前に完結します; 要するに、これらの関数自体はパーザ実装を提供しないということです。 ``DOM 実装'' オブジェクトのメソッドを呼び出して Document を生成することもできます。 - Python
Next, a selector 8 is switched to the side of a TS converter 6, the video frame of input 2 in specified encoding mode (such as I picture, for example,) is detected by the data from a TS/PES parser 2 and reading is started from the head of this video frame.例文帳に追加
次いで、選択器8をTS変換器6の方に切替えて、TS/PESパーサ2からのデータにより、入力2の特定の符号化モード(例えば、Iピクチャ)のビデオフレームを検出し、該ビデオフレームの先頭から読出しを開始する。 - 特許庁
This system 10 is provided with a message parser 20 for accessing an electronic mail message 16 received from a transmitter, extracting scheduling information therefrom and storing the extracted scheduling information into a global accessible record 22 in a prescribed format.例文帳に追加
このシステム10は、送信者から受信した電子メールメッセージ16にアクセスしそこからスケジューリング情報を取り出して、取り出されたスケジューリング情報を所定のフォーマットで大域アクセス可能レコード22に格納するメッセージパーサ20を含む。 - 特許庁
The encoding means 12 allocates respective images to a foreground, a background, and a mask page by page on the picture mixed document delivered from the input file parser means 11, and encodes the images respectively by a predetermined encoding system.例文帳に追加
符号化手段12は、入力ファイルパーサ手段11から引き渡された絵柄混在文書についてページ毎に、前景、背景及びマスクに対して各々画像を割り当て、各画像を所定の符号化方式により各々符号化する。 - 特許庁
In the parsing thread, when a callback function is invoked by the SAX parser and the target content is detected, the parsing thread sends the detected content to the main thread with a wakeup signal, and enters a sleep mode.例文帳に追加
構文解析スレッドにおいて、コールバックファンクションがSAXパーサにより呼び出され、目標コンテンツが検出された場合、構文解析スレッドは、検出されたコンテンツをウェイクアップ信号と共にメインスレッドに送信してスリープモードに入る。 - 特許庁
(I won'tdwell on how to call the Python parser with a particular string as input -- if you're interested, have a look at the implementation of the -c command line option in Python/pythonmain.cfrom the Python source code.)Calling a Python function is easy.例文帳に追加
(Python パーザを特定の入力文字を使って呼び出す方法について詳説するつもりはありません -- この方法に興味があるなら、Python ソースコードの Python/pythonmain.c にある、コマンドラインオプション-c の実装を見てください)Python 関数の呼び出しは簡単です。 - Python
A command parser of the system simultaneously parses and process the data transfer command and the rendering command of the command queue, and a synchronization mechanism synchronizes the processing with the parsing of the data transfer command and the rendering command, simultaneously executed.例文帳に追加
そのシステムのコマンドパーサは、そのコマンドキューのデータ転送コマンドとレンダリングコマンドとを同時に構文解析し、かつ処理し、同期機構を用いて、同時に行われるデータ転送コマンドおよびレンダリングコマンドの構文解析および処理を同期させる。 - 特許庁
When a break position in a video frame of input 1 is detected from data from a TS/PES parser 1 by a controller 7 on the assumption that a request to switch the input 1 to into 2 is generated, the read of data from a switch buffer 3 is stopped.例文帳に追加
入力1から入力2に切替える要求が発生したとすると、制御装置7はTS/PESパーサ1からのデータにより、入力1のビデオフレームの切れ目位置を検出すると、スイッチバッファ3からのデータの読出しを中止する。 - 特許庁
By combining a pull-based streaming parser 104 such as StAX with an XML object binding framework such as XMLBeans 105, an XML document 107 of arbitrary size can be processed without being a subject for memory limitations.例文帳に追加
StAXのようなプルベースのストリーミング・パーサ104を、XMLBeans105のようなXMLオブジェクト・バインディング・フレームワークと組み合わせることにより、メモリ制限を被ることなく任意のサイズのXMLドキュメント107を処理することができる。 - 特許庁
The browser device 201 which constitutes part of a client's terminal 202 causes a content kind identifying device 211 to identify the kind of contents and then causes a parser selection/acquisition device 212 to download necessary parsers from a module providing server 204 except built-in parsers.例文帳に追加
クライアント端末202の一部を構成するブラウザ装置201は、コンテンツ種別判別装置211がコンテンツの種別を判別し、パーサ選択・取得装置212が内蔵のパーサ以外についてはモジュール提供用サーバ204から必要なパーサをダウンロードする。 - 特許庁
Then, the MXF parser thread 43 generates video file attribute data VFFD concerning the video based on the parsed system data and metadata META and generates video file data VF including the video file attribute data VFPD and a plurality of the parsed video data PIC (VIDEO).例文帳に追加
そして、上記パースしたシステムデータとメタデータMETAを基にビデオに関するビデオファイル属性データVFPDを生成し、ビデオファイル属性データVFPDと、上記パースした複数のビデオデータPIC(VIDEO)とを含むビデオファイルデータVFを生成する。 - 特許庁
To reduce the "WTF" effect of magically having javascript code that looks like flexy tags completely broken by the template engine, Flexy deliberately turns the parser OFF when dealing with script contents (see Configuration Options for details of PHP in script tags) 例文帳に追加
javascript のコードのせいで "何じゃこりゃ?" というようなことが起こり、まるで flexy タグが壊れてしまったように見えることがあります。 それを防ぐため、Flexy は、script を含むコンテンツを扱う際にパーサを意図的に OFF にします(script タグ内での PHP の詳細については、設定オプションを参照ください)。 - PEAR
The PDL parser processing section 11 analyzes a PDL, discriminates drawing commands, makes a bounding box from the coordinate data of clip commands and the drawing commands in the clipping mode determining section 12, and determines whether or not to execute the clip processing for the effective data processing.例文帳に追加
PDLパーサ処理部11がPDLを解析し、描画コマンドを識別し、クリッピングモード判定部12でクリップコマンドおよび描画コマンドの座標データからバウンディングボックスを作成して、効率良いデータ処理のためにクリップ処理を実行するか否かを判断する。 - 特許庁
When a data reception part 32 of a printer receives an electronic document 20 in an application format, a signature extraction part 52 extracts digital signature information from the electronic document 20, while a signature parser 54 extracts an E-mail address of a subject (a signer) from the digital sign information.例文帳に追加
印刷装置のデータ受信部32がアプリケーション形式の電子文書20を受信した場合、署名抽出部52がその電子文書20中から電子署名情報を抽出し、署名パーサ54がその電子署名情報の中から主体者(署名者)の電子メールアドレスを抽出する。 - 特許庁
The system includes a frame-information parser reading attributes of objects recorded at each frame, an object loader loading the recorded objects among stored objects, and a reproduction unit creating a frame image by applying the attributes corresponding to the loaded objects, and displaying the created frame image.例文帳に追加
フレーム別に記録された客体の属性を読み込むフレーム情報パーザと、保存された客体のうち記録された客体をローディングする客体ローダーと、ローディングされた客体に対応する属性を適用してフレームイメージを生成し、生成されたフレームイメージをディスプレイする再生部を備える。 - 特許庁
In this structured document displaying system 1, a structured document server 10 acquires a class of an XML parser built in a structured document displaying device 20, and converts the contents of an XHTML document as a display object into the specific contents in accordance with the class.例文帳に追加
構造化文書表示システム1では、構造化文書表示装置20に組み込まれたXMLパーサのクラスを構造化文書サーバ10が取得し、そのクラスに応じて、表示対象であるXHTML文書の内容を構造化文書サーバ10が所定内容に変換する。 - 特許庁
The reference information is stored in the external memory when the defining information in the fixed page document is detected, and the XML parser 62 analyzes the defining information read from the external memory when the reference calling of the defining information in the fixed page document is detected.例文帳に追加
FixedPage文書内の定義情報が検出されると、外部メモリに参照情報を記憶され、FixedPage文書内の定義情報の参照呼出を検出すると、XMLパーサ62は、外部メモリから読み出された定義情報の解析を行う。 - 特許庁
The method of this invention includes a step where an object header in the elementary stream is selected, a step where a packet assembled data stream packet header is inserted before the object header, and a step where the inserted packet header, the object header and the packet assembled data stream data in succession to the object header are transferred to a packet assembled data stream parser.例文帳に追加
本発明による方法は、エレメンタリストリーム中のオブジェクトヘッダを選択するステップと、前記オブジェクトヘッダの前に、パケット化データストリームパケットヘッダを挿入するステップと、挿入されるパケットヘッダ、オブジェクトヘッダ、およびオブジェクトヘッダに引き続くパケット化データストリームデータを、パケット化データストリームパーサに転送するステップとを含んでいる。 - 特許庁
| 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 © 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 |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|