1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 211



例文

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

compilers must parse source code in order to translate it into object code 例文帳に追加

コンパイラは、ソースコードをオブジェクトコードに変換するために、ソースコードを解析しなければならない - 日本語WordNet

This attempts to parse debugging information stored in the file and print it out using a C like syntax. 例文帳に追加

ファイル中のデバッグ情報を解析して、 C のような文法で表示しようと試みる。 - JM

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




  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
© 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/ ).
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS