Fileを含む例文一覧と使い方
該当件数 : 48244件
If you want to add a free-form project to the classpath of a standard project, you have to add the free-form project's JAR file to the standard project's classpath. 例文帳に追加
標準プロジェクトのクラスパスに自由形式プロジェクトを追加する場合は、そのプロジェクトの JAR ファイルを標準プロジェクトのクラスパスに追加する必要があります。 - NetBeans
In the customer.cc file, the green program counter error appears on top of the breakpoint icon on the first line of the GetDiscountfunction.例文帳に追加
関数ブレークポイントは太字で表示されます。 customer.cc ファイル内の GetDiscount 関数の先頭行にあるブレークポイントアイコンの上に緑色のプログラムカウンタエラーが表示されます。 - NetBeans
Right-click the Web Pages node and choose New JSP,name the JavaServer Pages file response, and click Finish.The new response.jspopens in the Source Editor. 例文帳に追加
「Web ページ」ノードを右クリックして、「新規」「JSP」を選択し、「JSP ファイル名」に response という名前を指定して「完了」をクリックします。 ソースエディタに新しい response.jsp が表示されます。 - NetBeans
Click Next and then click Finish in the next panel.When you click Finish, the IDE creates sun-application.xml and opens the file in the multi-view deployment descriptor editor.例文帳に追加
「次へ」をクリックし、次のパネルで「完了」をクリックします。 「完了」をクリックすると、sun-application.xml が作成され、このファイルがマルチビュー配備記述子エディタで開きます。 - NetBeans
The target directory for the generated code, the elements that are generated, and the appropriate templates produce a set of target file paths into which code is generated. 例文帳に追加
生成されたコードのターゲットディレクトリ、生成された要素、および適切なテンプレートによって、コードの生成先のターゲットファイルパスのセットが生成されます。 - NetBeans
Each element has a Source File Artifact property which is checked during the merge process to see if a potential merging candidate exists. 例文帳に追加
各要素には「ソースファイル成果物」プロパティーがあり、マージ候補の見込みがあるかどうかを確認するために、マージ処理中にこのプロパティーが確認されます。 - NetBeans
If you experience any of the above issues or other issues while using the -J-Dapple.awt.graphics.UseQuartz switch, remove the switch from the netbeans.conf file and restart the IDE. 例文帳に追加
-J-Dapple.awt.graphics.UseQuartz スイッチを使用しているときに前述の問題やそのほかの問題が発生するような場合は、スイッチを netbeans.conf から削除して IDE を再起動してください。 - NetBeans
The UploadedFile interface has methods for getting the name and size of the file, getting the file's contents as a String, and writing the contents to disk. 例文帳に追加
UploadedFile インタフェースには、ファイルの名前とサイズを取得するメソッド、ファイルの内容を String として取得するメソッド、および内容をディスクに書き込むメソッドがあります。 - NetBeans
Next, you add a JRXML template for the trip report, and you modify the project's build file to compile the JRXML template into a Jasper binary report template. 例文帳に追加
次に、旅行レポート用の JRXML テンプレートを追加して、その JRXML テンプレートが Jasper バイナリレポートテンプレートにコンパイルされるように、プロジェクトの構築ファイルを変更します。 - NetBeans
The opening form tag that contains the action field for entering the name of the file where the data must be transferred (wishlist.php) and the method to be applied to transferring data (GET). 例文帳に追加
開始の form タグには、ファイルの名前を入力するためのアクションフィールドが含まれています。 ここにデータが転送され (wishlist.php)、データの転送にメソッドが適用されます (GET)。 - NetBeans
Right-click the binding node, point to Add, and choose the desired binding type (for example, File Binding).A node that identifies the binding type appears. 例文帳に追加
結合ノードを右クリックして「追加」を指し、目的の結合型 (ファイル結合など) を選択します。 結合の種類を識別するノードが表示されます。 - NetBeans
In this section, you create a Composite Application project and add the Java Archive (JAR) file of the BPEL Module project.You then deploy the Composite Application project to the Sun Java System Application Server. 例文帳に追加
この節では、複合アプリケーションプロジェクトを作成して、BPEL モジュールプロジェクトの Java Archive (JAR) ファイルを追加します。 そのあと、複合アプリケーションプロジェクトを Sun Java System Application Server に配備します。 - NetBeans
In this section, you perform a test run to verify that the composite application works as expected.The test case that you create invokes the operation1 operation in the PartnerView.wsdl file. 例文帳に追加
この節では、テストを実行して、複合アプリケーションが予想どおりに動作することを検証します。 作成するテストケースは PartnerView.wsdl ファイルの operation1 操作を呼び出します。 - NetBeans
All source code files in the PEAR repository shall contain a "page-level" docblock at the top of each file and a "class-level" docblock immediately above each class. 例文帳に追加
PEAR リポジトリに含まれるすべてのソースコードには、各ファイルの先頭に "ページレベル" のコメントブロックを、各クラスの直前に "クラスレベル" のコメントブロックを記述します。 - PEAR
How does it work? The installer installs the package locally, and then uses ftp streams and uploads a copy of each locally installed file to its equivalent location remotely. 例文帳に追加
動作の詳細 インストーラは、まずパッケージをローカルにインストールし、次いで、ftp ストリームを使ってローカルにインストールされたファイルをリモートの適切な場所にアップロードします。 - PEAR
The purpose of these sections is to allow specification of different file install groups based on the target OS for installation, or other common install conditions. 例文帳に追加
これらのセクションの目的は、対象 OS やその他の一般的なインストール条件に応じて異なるファイルをインストールさせることです。 もう少し明確に言いましょう。 - PEAR
Pretty simple! Defining a customized role for use in a package.xml To define a custom role, you need to create a package containing a single file. 例文帳に追加
単純なことです!package.xml で使用する独自のロールの定義 独自のロールを定義するには、ひとつのファイルからなるパッケージを作成する必要があります。 - PEAR
The locationconfig tag This tag is used for all installable files to determine which configuration variable contains the directory in which the file should be installed. 例文帳に追加
locationconfig タグ このタグは、すべてのインストール可能なファイルで使用します。 これは、ファイルをインストールするディレクトリを含む設定変数がどれであるのかを示します。 - PEAR
These contents will be written to disk, so it is imperative that they be the full, original file contents if no modification is made to them. 例文帳に追加
この内容はディスクに書き込まれるので、たとえファイルの内容に変更がなかったとしても元のファイルの内容をすべて返す必要があります。 - PEAR
This file contains general version-independent information about the package: License, category, summary, description and a link to the release directory. 例文帳に追加
このファイルには、そのパッケージのバージョンに依存しない一般的な情報を記述します。 たとえばライセンス、カテゴリ、サマリ、説明、リリースディレクトリへのリンクなどです。 - PEAR
Due to technical limitations, this container does not parse blank lines or comments when reading from a configuration file, therefore any information contained within PHP comments will be lost. 例文帳に追加
技術的な制限により、このコンテナは、設定ファイルから読み込む際に空行やコメントをパースできません。 そのため、PHP コメント内の情報は失われます。 - PEAR
Create DatabaseCreate Database--Restoring a database from MDB2 XMLCreate Database When having a schema file, it is a breeze to create a database. Simply do the following: 例文帳に追加
データベースの作成データベースの作成--MDB2 XML からのデータベースの復元データベースの作成 スキーマファイルからデータベースを作成するのは簡単で、次のようにするだけです。 - PEAR
So, in our first example, the files will be displayed as if the current directory was 'Path/to/dir': Since by default $symbolic is empty, Path/to/dir will be simply removed from the file. 例文帳に追加
したがって、最初の例では、カレントディレクトリが'Path/to/dir' であるかのようにファイルが表示されます。 デフォルトでは $symbolic は空なので、Path/to/dir がファイル名から取り除かれます。 - PEAR
This function can not be called statically. Note that the user to be added must already exist in the systems password file.例文帳に追加
この関数は、スタティックにコールすることはできません。 追加するユーザーはすでにシステムパスワードファイルに存在していなければならないことに注意してください。 - PEAR
This function can not be called statically. Note that the user to be added must already exist in the system password file.例文帳に追加
この関数は、スタティックにコールすることはできません。 追加するユーザーはすでにシステムパスワードファイルに存在していなければならないことに注意してください。 - PEAR
This function can not be called statically. Note that the machine to be added must already exist in the system password file.例文帳に追加
この関数は、スタティックにコールすることはできません。 追加するマシンはすでにシステムパスワードファイルに存在していなければならないことに注意してください。 - PEAR
Reasons for this may be that your FTP-server does not support the used command or that you gave the function a non existent file as reference. 例文帳に追加
理由として考えられるのは、FTP サーバがそのコマンドをサポートしていないこと、あるいは存在しないファイルの情報を取得しようとしたことです。 - PEAR
Reasons for this might be that your FTP-server does not support the used command or that you gave the function a non existent file as reference. 例文帳に追加
理由として考えられるのは、FTP サーバがそのコマンドをサポートしていないこと、あるいは存在しないファイルの情報を取得しようとしたことです。 - PEAR
if not specified, the class will try to determine the mode from the file extension (from extensions.ini) or fall back to the standard transfer mode (attribute). 例文帳に追加
指定されなかった場合、ファイルの拡張子から(extensions.ini によって)モードを決定します。 それにも失敗した場合は標準転送モード(mode プロパティの値)が用いられます。 - PEAR
This may have several reasons: Maybe the remote file does not exist or the local directory you wanted to download to does not exist or is not writeable. 例文帳に追加
いくつかの原因が考えられます:リモートファイルが存在しない、ダウンロード先ローカルディレクトリが存在しない、あるいはローカルディレクトリへの書き込み権限がないなど。 - PEAR
This may have several reasons: Maybe the local file does not exist or the remote directory you wanted to upload to does not exist or is not writeable. 例文帳に追加
いくつかの原因が考えられます:ローカルファイルが存在しない、アップロード先リモートディレクトリが存在しない、あるいはリモートディレクトリへの書き込み権限がないなど。 - PEAR
if not specified, the class will try to determine the mode from the file extensions (from extensions.ini) or fall back to the standard transfer mode (attribute). 例文帳に追加
指定されなかった場合、ファイルの拡張子から(extensions.ini によって)モードを決定します。 それにも失敗した場合は標準転送モード(mode プロパティの値)が用いられます。 - PEAR
This method will parse a manufacturers' file, such as the one from http://anonsvn.wireshark.org/wireshark/trunk/manuf, containing a list of MAC address prefix-to-vendor relationships. 例文帳に追加
このメソッドは、製造者のファイルをパースします。 これはhttp://anonsvn.wireshark.org/wireshark/trunk/manufのような形式のもので、MAC アドレスのプレフィックスとベンダーとの対応の一覧となっています。 - PEAR
This sets an install-time complex search-and-replace function allowing the setting of platform-specific variables in an installed file. 例文帳に追加
インストール時に実行される複雑な置換関数を設定します。 これは、インストールするファイルに対してプラットフォーム固有の値を設定するために使用することができます。 - PEAR
The other interesting piece of information we get from the output above is that only 2 tokens in the whole file had sniffs executed on them; tokens 0 and 1. 例文帳に追加
もうひとつ、上の出力からわかる興味深いことは、ファイル全体の中で sniff が実行されたトークンがトークン 0、トークン 1 のふたつだけであるということです。 - PEAR
Basic detectionBasic detection--parse data source with default optionsDetection of a single file In most case, the basic detection is enough. 例文帳に追加
基本的な検出基本的な検出--デフォルトのオプションによるデータソースのパース単一のファイルの検出 たいていの場合は基本的な検出で十分です。 - PEAR
If your file implement code condition that is optional and don't break main goal, such as, for example : if function_exists then I do something, else I do something else. 例文帳に追加
あなたのファイルの中で、オプションの条件であってもしそれを満たさなくても動作するという条件があったとしましょう。 たとえばこのようなものです。 - PEAR
Detection of a directory Parsing a full directory, recursively or not, is no more difficult than detect PHP version of a single file. 例文帳に追加
ディレクトリの検出 ディレクトリ全体をパースすることは、それが再帰的であるかどうかにかかわらず、単一のファイルの PHP バージョンを検出するのと同じようなものです。 - PEAR
Imagine you are using a class that reads data from a file but you are creating the data on-the-fly and do not want to save the data before it can be processed by the class. 例文帳に追加
処理が完了するまでデータを保存せずにオン ザ フライでデータを生成しながらファイルからデータを読み込む、というクラスを想像してみてください。 - PEAR
The fstab file is common on Unix/Linux based systems and is used to list the available filesystems and partitions which users can mount into the filesystem hierarchy. 例文帳に追加
fstab ファイルは Unix/Linuxベースのシステムで一般に用いられているもので、ユーザがファイルシステム階層上にマウントできるファイルシステムやパーティションの一覧として使用します。 - PEAR
Each chunk basically contains two top-level element in the source tree: A .php file and a directory that holds the implementation of the chunk. 例文帳に追加
それぞれの部分は、ソースツリー内で 2 つの要素から構成されています。 ひとつは .php ファイルで、もうひとつは実装コードが格納されているディレクトリです。 - PEAR
On encountering end-of-file on the underlying stream object, the method raises Error unlessall boundaries have been popped.例文帳に追加
背後のストリームオブジェクトにおけるファイルの終端に到達した場合、全ての境界がスタックから除去されていない限りこのメソッドは Error を送出します。 - Python
Seek indices are relative to the start of the current section. The pos and whence arguments are interpreted as for a file seek.例文帳に追加
seek する際のインデクスは現在のセクションの開始位置からの相対位置になります。 pis および whence 引数はファイルの seek における引数と同じように解釈されます。 - Python
This example illustrates how to open a URL using your Netscape,Mozilla, or Lynx cookies (assumes Unix/Netscape convention for location of the cookies file):例文帳に追加
以下の例では、 URL を開く際に Netscape や Mozilla または Lynx のクッキーを使う方法を示しています (クッキーファイルの位置は Unix/Netscape の慣例にしたがうものと仮定しています): - Python
If both files exist, the one in the home directory is read first and aliases defined there can be overridden by the local file.例文帳に追加
両方のファイルが存在する場合、ホームディレクトリのものが最初に読まれ、そこに定義されているエイリアスはローカルファイルにより上書きされることがあります。 - Python
If pm has a true value, the script file is run directly, and the debugger gets involved only if the script terminates via raising an unhandled exception.例文帳に追加
pm が真の場合、スクリプトファイルは直接実行され、スクリプトが送出した例外が処理されないまま終了した場合にのみデバッガが立ち入ります。 - Python
In the PDF and PostScriptoutputs, single quotes and a font change are used to indicate the file name, but no quotes are used in the HTML output.例文帳に追加
PDF と PostScript 形式の出力ではファイル名を表現するのに単引用符で囲ってフォントを変更しますが、HTML 出力では引用符囲いを行いません。 - Python
The legacy interface provides for encoding and decoding to and from file-like objects as well as strings, but only using the Base64 standard alphabet.The modern interface provides:例文帳に追加
一方、レガシーなインターフェイスは、文字列とともにファイル風のオブジェクトに対するエンコード / デコードを提供しますが、Base64 標準のアルファベット集合しか使いません。 - Python
For the other arguments, see the documentation for the corresponding attributes.A CookieJar which can load cookies from, and perhaps save cookies to, a file on disk.例文帳に追加
これ以外の引数については、該当する属性の説明を参照してください。 FileCookieJar はディスク上のファイルからのクッキーの読み込み、もしくは書き込みをサポートします。 - Python
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ). |
| © 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会員(無料)になると
|