Parse a DICOM file and get all of its header members.
DICOM ファイルをパースし、そのヘッダメンバをすべて取得します。 - PEAR
The regular expression, thats used to parse template variable names.
テンプレート変数名のパースに使用する正規表現です。 - PEAR
Basic detection--parse data source with default options
基本的な検出--デフォルトのオプションによるデータソースのパース - PEAR
Advanced detection--parse data source with additional options
高度な検出--追加オプションの指定によるデータソースのパース - PEAR
Parse a data source with auto detect ability.
データソースをパースします。 自動検出機能を持っています。 - PEAR
Returns a tuple of that information, unless the parse fails, in which case a 2-tuple of('', '') is returned. 失敗した場合は 2要素のタプル ('', '') を返します。 - Python
It's not possible to parse empty strings, even if quoted.
引用符に囲んであっても、空文字列を解析しない - Python
The specified table is used to parse the command line. .LP指定されたテーブルはコマンド行の展開に使われる。 - XFree86
Return true if the netlink message is not truncated and ok to parse.
Netlink メッセージが途切れておらず、パーズ可能であれば真を返す。 - JM
Parse data sources, file(s) or string(s), that contains CSS information Parameter
CSS 情報を含むファイルや文字列のデータソースをパースします。 - PEAR
Path of folder to parse array $options An array of options where:
パースするフォルダのパス。 array$options 以下のオプションを指定する配列。 - PEAR
Parse a file for its compatibility info Parameter
単一のファイルをパースして互換性情報を取得します。 - PEAR
Path of File to parse array $options An array of options where:
パースするファイルのパス。 array$options 以下のオプションを指定する配列。 - PEAR
Only as much of an SGML parser as needed to parse HTML.
HTML を解析するのに必要な機能だけを備えた SGML パーザ。 - Python
Specifies a rfc822.Message-like class to parse HTTP headers. HTTP ヘッダを解釈するための rfc822.Message 類似のクラスを指定します。 - Python
Parse and execute single line of a readline init file.
readline 初期化ファイルの行を一行解釈して実行します。 - Python
Withxml.dom.minidom, this is done through the parse functions:
xml.dom.minidom では、以下のような解析用の関数を介して行います: - Python
But even those radio signals are not something we can parse out and understand. しかし、その電波でさえ、 外部から解析し、分析できない。 - 映画・海外ドラマ英語字幕翻訳辞書
some more content ...Sigma will parse the template for these placeholders and will allow you to define a callback function for them via
Sigma はこれらのプレースホルダを含むテンプレートをパースし、 - PEAR
Parse a directory recursively for its compatibility info Parameter
ディレクトリを再帰的にパースして互換性情報を取得します。 - PEAR
A common method to parse all data sources.
すべてのデータソースをパースするための共通メソッドが追加されました。 - PEAR
Subclass of SAXException raised on parse errors.Instances of this class are passed to the methods of the SAXErrorHandler interface to provide information about the parse error. パースエラー時に発生する SAXException のサブクラスです。 パースエラーに関する情報として、このクラスのインスタンスが SAXErrorHandler インターフェースのメソッドに渡されます。 - Python
Applications may request a locale change in the middle of a parse. アプリケーションはパースの途中でロカールを変更することもできます。 - Python
getopts optstring name [args] getopts is used by shell procedures to parse positional parameters.
getopts optstring name [args]getoptsはシェルの手続きが位置パラメータを解釈するために使います。 - JM
One approach is to parse the XML file and pass the URL to a JSP page.
この方法の 1 つは、XML ファイルを解析し、URL を JSP ページに渡すことです。 - NetBeans
You have to set and parse the deepest inner block first and then set and parse from inner to outer.
最も深い内部のブロックを最初にセットし解析しなければならず、次に、内側から外側に着手し、解析するようにしなければなりません。 - PEAR
packet sockets make no attempt to create or parse the IEEE 802.2 LLC header for a IEEE 802.3 frame.
packet ソケットは、IEEE 802.3 フレームの IEEE 802.2 LLC ヘッダの生成や解析を行おうとしない。 - JM
In each subsequent call that should parse the same string, str should be NULL.
同じ文字列の解析を行うその後の呼び出しでは、str には NULL を指定する。 - JM
The new generatorhas support for Base64 type and is able to parse documentation from methods. 新しいジェネレータでは、Base64 がサポートされ、メソッドからドキュメントを解析できます。 - NetBeans
name of packaged .tgz or .tar to extract and parse package.xml from
パッケージの .tgz ファイルあるいは .tar ファイルの名前。 ここから package.xml を取り出し、パースします。 - PEAR
parse multiple css data sources at once. output to inline stylesheet declarations.
複数の css データの一括パースインラインのスタイルシート宣言形式での出力 - PEAR
Parse and compile the Python source code in str, returning the resulting code object. str内のPythonソースコードをパースしてコンパイルし、作られたコードオブジェクトを返します。 - Python
This module provides constants which represent the numeric values of internal nodes of the parse tree. このモジュールは解析木の内部ノードの数値を表す定数を提供します。 - Python
Parse flat text email messages to produce a message object structure. 電子メールメッセージのフラットなテキストを解析し、メッセージオブジェクト構造体を生成する。 - Python
When the BIOS tries to parse the FreeBSD partition it hangs.
そのため、BIOS が FreeBSD のパーティションを 検出したところでシステムがハング (停止)してしまいます。 - FreeBSD
Exception raised when attempting to parse a file which has no section headers. セクションヘッダを持たないファイルを構文解析しようとした時に起きる例外です。 - Python
The most important purposes are to create AST objects and to convert AST objects to other representations such as parse trees and compiled code objects, but there are also functions which serve to query the type of parse tree represented by an AST object. もっとも重要な目的はASTオブジェクトを作ることと、ASTオブジェクトを解析木とコンパイルされたコードオブジェクトのような他の表現に変換することです。 - Python
Useful constants representing leaf nodes of the parse tree and functions for testing node values. 便利な解析木の葉のノードを表す定数とノード値をテストするための関数。 - Python
Now let's make up a fake command line and ask optparse to parse it:
のように指定しておき、偽のコマンドラインを作成して optparse に解析させてみましょう: - Python
Parse Python source code from str using the start tokenstart according to the flags argument.
開始トークンstartを使ってstrに含まれる Python ソースコードをflags 引数に従ってパースします。 - Python
This attempts to parse debugging information stored in the file and print it out using a C like syntax.
ファイル中のデバッグ情報を解析して、 C のような文法で表示しようと試みる。 - JM
compilers must parse source code in order to translate it into object code
コンパイラは、ソースコードをオブジェクトコードに変換するために、ソースコードを解析しなければならない - 日本語WordNet
The initialization argument, if present, specifies the file to parse. 初期化の際の引数が存在する場合、解析対象となるファイルの指定になります。 - Python
Parse a readline initialization file.The default filename is the last filename used.
readline 初期化ファイルを解釈します。 標準のファイル名設定は最後に使われたファイル名です。 - Python
This module provides constants which represent the numeric values of leaf nodes of the parse tree (terminal tokens). このモジュールは解析木の葉ノード(終端記号)の数値を表す定数を提供します。 - Python
cannot parse this option and will issue a warning.
の多くのバージョンは、このオプションを解釈することができず、警告を出力することに注意せよ。 - JM
The caller may specify different strings in delim in successive calls that parse the same string.
同じ文字列を解析する一連の呼び出しにおいて、delim に違う文字列を指定してもよい。 - JM
Yeah. i've been helping agent rigsby parse the sub modalities ええ 僕 リグスビー捜査官が 先生達の言語様式の主な種類を解析するのを 手伝ってるんです - 映画・海外ドラマ英語字幕翻訳辞書
Parse different configuration formats.Manipulate sections, directives, comments, blanks the way you want.
さまざまな書式の設定項目のパースセクション、ディレクティブ、コメント、空白などのお好みに応じた操作 - PEAR
It also features the hability to parse database schemas and database data in separated files.
また、データベースのスキーマを解析してデータベースのデータを複数ファイルに分割する機能もあります。 - PEAR
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.