1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 211



例文

ability to reduce or extends list of extensions to parse for PHP code ability to give a list of constants to ignore when calculating the version needed. 例文帳に追加

PHP コードとしてパースする拡張子一覧への追加や削除 定数の一覧を指定し、必須バージョンの調査時にそれを無視させる機能(バージョン 1.2.0 以降で使用可能) - PEAR

When called outside of a callback, the position indicated will be just past the last parse event (regardless of whether there was an associated callback).New in version 2.4.例文帳に追加

コールバックの外から参照された時には、(対応するコールバックであるかにかかわらず)直前のパースイベントの位置を示します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python

The XtDisplayInitializefunction builds the resource database, calls the Xlib XrmParseCommandfunction to parse the command line, and performs other per display initialization.After XrmParseCommand has been called, argc and argv contain only those parameters that were not in the standard option table or in the table specified by the options argument.例文帳に追加

XrmParseCommand が呼ばれた後、argc と argv は標準のオプションテーブルにないパラメータや、 options 引数によって指定されたテーブルにもないパラメータだけを含むことになる。 - XFree86

When using the CSV output, please parse this header row to determine the order correctly as the format may change over time or new information may be added. 例文帳に追加

CSV 出力を使用する際は、このヘッダ行の情報をもとにしてデータを取得するようにしましょう。 CSV の書式が替わったり、新たな情報が追加されたりする可能性もあります。 - PEAR

例文

GET or POST).BaseHTTPRequestHandler provides a number of class and instance variables, and methods for use by subclasses.The handler will parse the request and the headers, then call a method specific to the request type.例文帳に追加

BaseHTTPRequestHandler では、サブクラスで使うためのクラスやインスタンス変数、メソッド群を数多く提供しています。 このハンドラはリクエストを解釈し、次いでリクエスト形式ごとに固有のメソッドを呼び出します。 - Python


例文

Here is the DVI conversion filter from earlier in this document, modified to make a header page:Notice how the filter has to parse the argument list in order to determine the user and host name. 例文帳に追加

次に、 このドキュメントの始めのほうで紹介した DVI変換フィルタを、 ヘッダページを印字するように変更したものを示します。 このフィルタがユーザ名やホスト名を決定するために引数リストをどのように解析しなくてはならないかという点に注意してください。 - FreeBSD

This is not a tutorial on editing the parse trees for Python code, but some examples of using the parser module are presented.Most importantly, a good understanding of the Python grammar processed by the internal parser is required.例文帳に追加

この文書はPythonコードの解析木を編集するためのチュートリアルではありませんが、parserモジュールを使った例をいくつか示しています。 もっとも重要なことは、内部パーサが処理するPythonの文法についてよく理解しておく必要があるということです。 - Python

First we'll parse the URLs to remove XML tags and then we'll display them in a JTextArea.Once we have a working application, we will migrate it to the NetBeans Platform, allowing us to inherit the NetBeans Platform'smodular architecture, as well as the GUI features available for rich-client application development in the IDE.例文帳に追加

最初に、URL を構文解析して XML タグを削除し、その結果を JTextArea に表示します。 正常に動作するアプリケーションが完成したら、それを NetBeans Platform に移行し、NetBeans Platform のモジュール方式アーキテクチャーと、IDE でリッチクライアントアプリケーションの開発に利用できる GUI 機能を継承します。 - NetBeans

optparse is a more convenient, flexible, and powerful library for parsing command-line options than getopt. optparse uses a moredeclarative style of command-line parsing: you create an instance of OptionParser, populate it with options, and parse the command line.例文帳に追加

optparse モジュールは、getopt よりも簡便で、柔軟性に富み、かつ強力なコマンドライン解析ライブラリです。 optparse では、より明快なスタイルのコマンドライン解析手法、すなわちOptionParser のインスタンスを作成してオプションを追加してゆき、そのインスタンスでコマンドラインを解析するという手法をとっています。 - Python

例文

However, transportingcode from one Python version to another as source text will always allow correct parse trees to be created in the target version, with the only restriction being that migrating to an older version of the interpreter will not support more recent language constructs.例文帳に追加

しかし、Pythonのあるバージョンから別のバージョンへテキストのソースのままコードを移せば、目的のバージョンで正しい解析木を常に作成できます。 ただし、インタープリタの古いバージョンへ移行する際に、最近の言語コンストラクトをサポートしていないことがあるという制限だけがあります。 - Python

例文

Repeatedly issue a prompt, accept input, parse an initial prefix off the received input, and dispatch to action methods, passing them the remainder of the line as argument.The optional argument is a banner or intro string to be issued before the first prompt (this overrides the intro class member).If the例文帳に追加

プロンプトを繰り返し出し、入力を受け取り、受け取った入力から取り去った先頭の語を解析し、その行の残りを引数としてアクションメソッドへディスパッチします。 オプションの引数は、最初のプロンプトの前に表示されるバナーあるいは紹介用の文字列です(これはクラスメンバintroをオーバーライドします)。 - Python




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 1994-2010 The FreeBSD Project. All rights reserved. license
  
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.
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS