If the path refers to a directory, the web server will choose what to return; usually if there is a file named "index.
パスがディレクトリを参照しているときは、返される情報は web サーバが選択する。 - JM
Note that on Windows, since there is a current directory foreach drive, os.path.join("c:", "foo") represents a path relative to the current directory on drive C: (c:foo), notc:foo. Windowsでは各ドライブに対してカレントディレクトリがあるので、os.path.join("c:", "foo")によって、c:fooではなく、ドライブC:上のカレントディレクトリからの相対パス(c:foo)が返されます。 - Python
On some other systems the default path (used when the environment does not contain the variable PATH) has the current working directory listed after /bin and /usr/bin ,
Linux 以外のシステムには、(環境変数 PATH が定義されていないときの)デフォルトのパスにおいて、カレント・ディレクトリが/binと/usr/binの後ろに配置されるものもある。 - JM
The command operation history of a user is recorded and executed, and in the case of a directory movement command in a relative path format, the relative path of the operation history is reproduced as a complete path format by acquiring current directory information. 利用者のコマンド操作履歴を記録し、実行して相対パス形式でのディレクトリ移動コマンドの場合には、該当する操作履歴の相対パスをカレントディレクトリ情報を取得して完全パス形式として再生する。 - 特許庁
sourcepath If set, the source (. ) builtin uses the value of PATH to find the directory containing the file supplied as an argument.
sourcepath設定されている場合、組み込みコマンド source (.) はPATHの値を使って、引き数として与えられたファイルを含むディレクトリを見つけます。 - JM
An operator sets the server of the directory mapping table 14, a local home directory and a server home directory, retrieves the information on the links to the image files of the HTML file 121, and sets as a local path an image file which is not in the layers below the local home directory and sets the server directory as its transfer destination when the image file is present. 操作者はディレクトリマッピングテーブル14のサーバとローカルホームディレクトリとサーバホームディレクトリを設定し、HTMLファイル121の画像ファイルへのリンク情報を検索し、ローカルホームディレクトリ以下の階層にない画像ファイルがあればローカルパスに設定し、その転送先をサーバディレクトリに設定する。 - 特許庁
Another alternative is to put the directorypath in the deployment descriptor so that you can change the location dynamically.
ディレクトリパスを配備記述子で指定して、場所を動的に変更する方法もあります。 - NetBeans
For the JavaDB Installation text field, enter the path to the JavaDB root directory (javadb) which you specified in the previous step. 「Java DB インストール」テキストフィールドに、前の手順で指定した JavaDB のルートディレクトリ (javadb) のパスを入力します。 - NetBeans
After changing the path route of the transaction, memory information of the remaining level of the directory cache of the first plane is transferred to a directory cache of the second plane (step S13). トランザクションのパスルートの変更後、第1のプレーンのディレクトリキャッシュの残りのレベルの記憶情報を第2のプレーンのディレクトリキャッシュに転送する(ステップS13)。 - 特許庁
To provide a file system path processing device and a file system path processing method capable of easily retrieving a directory existing in the low level of a prescribed directory or a file. ファイルシステム経路処理装置及び方法に係り、より詳細には、所定ディレクトリの下位に存在するディレクトリまたはファイルを容易に検索できるファイルシステム経路処理装置及び方法を提供する。 - 特許庁
This will be an absolute path that names a potential directory entry in a common location for temporary files. この値は一時ファイルを置くための共通のディレクトリ下の一時的なディレクトリエントリを表す絶対パスです。 - Python
If the file name begins with a '~' character, it refers to a path relative to the home directory of the user. ファイル名が '~' で始まる場合、そのファイル名はユーザのホームディレクトリからの相対パスで参照される。 - XFree86
40768Description: If you import a web module with an empty context path from NetBeans IDE 3.5, the context path will be changed to the name of the directory where the web module resides. 40768問題: NetBeans IDE 3.5 で作成した空のコンテキストパスを持つ Web モジュールをインポートすると、コンテキストパスが Web モジュールがあるディレクトリ名に変更されます。 - NetBeans
If the script directory is not available (e.g. if the interpreter is invoked interactively or if the script is read from standard input), path[0] is the empty string, which directsPython to search modules in the current directory first. スクリプトのディレクトリがない(インタープリタで対話セッションで起動された時や、スクリプトを標準入力から読み込む場合など)場合、path[0]には空文字列となり、Pythonはカレントディレクトリからモジュールの検索を開始します。 - Python
The following program traverses the directory tree under the path named in its first command-line argument, or under the current directory if no argument is supplied.
以下のプログラムは、一つ目のコマンドライン引き数を名前に持つパス以下のディレクトリツリーを探索する。 引き数が指定されなかった場合は、カレントディレクトリ以下を探索する。 - JM
This will be an absolute path that names a potential directory entry in the directory dir or a common location for temporary files if dir is omitted or None. この値は一時的なディレクトリエントリを表す絶対パスで、dir ディレクトリの下か、dir が省略されたり None の場合には一時ファイルを置くための共通のディレクトリの下になります。 - Python
By the Host PC 12, paths of the registered files are automatically changed to a path of the concentrated directory. また、Host PC12は、登録している該ファイルのパスを、集約したディレクトリのパスに自動的に変更する。 - 特許庁
The recording order of the recorded files 17, 18, and 19 is recorded as a directory structure in a path table 6. そして記録したファイル17、18、19の記録順位をディレクトリ構造としてパステーブル6に記録する。 - 特許庁
Then, the recording order of the recorded files 17, 18, 19 is used as a directory structure so as to be recorded in a path table 6. そして記録したファイル17、18、19の記録順位をディレクトリ構造としてパステーブル6に記録する。 - 特許庁
Raise DistutilsFileError if unable to create somedirectory along the way (eg. some sub-path exists, but is a file rather than a directory). ディレクトリを作成できなかった場合(例: ディレクトリと同じ名前のファイルが既に存在していた)、DistutilsFileErrorを起こします。 - Python
When the head of a path name designated by a user does not include a slash mark "/" (S340: NO, S350: YES), the PC 1 acquires a character string, which shows a current directory, from the environment variable (S360) and inserts the character string, which shows the current directory, into the head of the path name (S370). また、利用者が指定したパス名の先頭に「/(スラッシュ)」が付いていない場合(S340:NO、S350:YES)、環境変数からカレントディレクトリを示す文字列を取得して(S360)、カレントディレクトリを示す文字列をパス名の先頭に挿入する(S370)。 - 特許庁
You can specify this with either an absolute path or a path relative to the scripts directory. (Beware: The script directory is determined by the called script, if you use includes!) bool $overwrite = false- Whether to overwrite the local files if they exist, or not.
絶対パス、あるいはスクリプトのディレクトリからの相対パスで指定します(注意:include を利用している場合、スクリプトのディレクトリはインクルード元のファイルがある場所となります!) bool $overwrite = false- ローカルファイルが存在した場合に、それを上書きするかどうか。 - PEAR
An install path is extracted from a program to be distributed to terminal equipment 3 by an install path extracting part 12, and a random directory name is added to the extracted install path by an adding part 13. 端末装置3に配信するプログラムからインストールパスがインストールパス抽出部12によって抽出され、抽出されたインストールパスに無作為なディレクトリ名が追加部13によって追加される。 - 特許庁
If file is not an absolute path and screen is already processing a source command, the parent directory of the running source command file is used to search for the new command file before screen's current directory. ファイルが絶対パスでなく、すでに screen が source コマンドを処理中の場合は、screen のカレントディレクトリよりも先に、実行中の source コマンドファイルの親ディレクトリが、新たなコマンドファイルの検索に用いられる。 - JM
Use this to force the installation of a file into another directory, such as forcing a script to be in the root scripts directory so that it will be in the path.
これは、特定のファイルを強制的に別の場所にインストールさせたい場合に使用します。 例えば、特定のスクリプトをパスの通った場所に配置したい場合などが考えられます。 - PEAR
The file name conversion part analyzes file specification names (directory names, file names) by layers of a full-path file name, character by character. ファイル名変換部は、フルパスファイル名の階層毎のファイル特定名称(ディレクトリ名、ファイル名)を1文字ずつ解析する。 - 特許庁
The path may be absolute or relative; relative paths are resolved with respect to the current working directory. パスは絶対パスでも相対パスでもかまいません; 相対パスにした場合、現在の作業ディレクトリを基準に解決します。 - Python
Add-on Python modules might then belong in /www/python, and in order to import them, this directory must be added to sys. path. そこで、アドオンの Python モジュールが /www/python 置かれることになると、モジュールを import するためにはディレクトリを sys.pathに追加せねばなりません。 - Python
alias", which can be put in any directory of the font-path, is used to map new names to existing fonts, and should be edited by hand. このファイルはフォントパス内の任意のディレクトリに置くことができるが、内容は手で編集しなければならない。 - XFree86
If the name is neither a shell function nor a builtin, and contains no slashes, bash searches each element of the PATH for a directory containing an executable file by that name.
名前がシェル関数も組み込みコマンドでなく、かつスラッシュを含まない場合には、bashはPATHの各要素を検索し、その名前の実行ファイルを含むディレクトリを探します。 - JM
If the path is to a directory, the viewer should display the directory's contents with links to each containee; not all viewers currently do this.
path がディレクトリの場合は、ビューアはディレクトリの内容をリンクを張ったかたちで表示するとよいだろう。 しかし現在は、まだ全てのビューアがこの動作をするわけではない。 - JM
This method includes the steps of loading the install system (130) to the temporary directory (122), setting the path of the install system (130) as the temporary directory, and executing the install system (130) from the temporary directory. 本方法は、MIS(130)のインストール時にコンピュータデバイス(12)のリブートを抑制するものであり、インストールシステム(130)をテンポラリディレクトリにロードし(122)、インストールシステム(130)のパスを該テンポラリディレクトリとして設定し(123)、該テンポラリディレクトリ(123)からインストールシステム(130)を実行する、という各ステップを含む。 - 特許庁
When the head of a path name designated by a user includes a tilde mark for a path name of a broadcast communication file (S310: YES), a PC 1 acquires a character string, which shows a home directory, from an environment variable (S320) and changes the tilde mark to the character string which shows the home directory (S330). PC1は、同報通信ファイルのパス名について、利用者が指定したパス名の先頭に「~(チルダ)」が付いていた場合(S310:YES)、環境変数からホームディレクトリを示す文字列を取得して(S320)、「~」を、ホームディレクトリを示す文字列に変更する(S330)。 - 特許庁
Note the full path to your home directory Create a customized configuration file for both the local and remote host
ホームディレクトリのフルパスを確認する ローカルとリモートの双方について、それぞれの環境に対応した設定ファイルを作成する - PEAR
Assume list is a list of paths relative to head, and append,in place, a "/" to each path which points to a directory.
list を head の相対パスからなるリストとして、各パスがディレクトリを指す場合には "/" をパス名の後ろに追加したものに置き換えます。 - Python
Modules are searched for in each directory specified in the ModulePathsearch path, and in the drivers, input, extensions, fonts, and internalsubdirectories of each of those directories.
.RE モジュールが検索されるのは、検索パスModulePath内で指定された各ディレクトリおよび、これらのディレクトリのdrivers, input, extensions, fonts, internal サブディレクトリである。 - XFree86
To provide a certificate verification device which does not generate access to a directory server required for path construction and path verification generated every time receiving a verification request for an electronic certificate. 電子証明書の検証要求を受け付ける度に発生する、パス構築・パス検証に必要なディレクトリサーバへのアクセスを発生させない証明書検証装置を提供する。 - 特許庁
The install path to which the directory name is added by the adding part 13 is reflected on the program by a reflecting part 14, and the program to which the install path is reflected is distributed by a distribution part 17. 追加部13によってディレクトリ名が追加されたインストールパスが反映部14によってプログラムに反映され、インストールパスが反映されたプログラムが配信部17によって配信される。 - 特許庁
When a session path 12 is established between the communication terminals 10A and 10B, after they confirm the opposite party with each other, they exchange the profile information such as telephone directory data through a secure path 14. 複数の通信端末10Aおよび10B間でセッションパス12が確立し、相互に相手を確認した後、セキュアパス14で電話帳データ等のプロファイル情報を交換する。 - 特許庁
Symbolic links are interpreted at run time as if the contents of the link had been substituted into the path being followed to find a file or directory.
シンボリック・リンクは実行時に解釈され、リンクの内容でパスを置き換えて、そのパスを辿ることで、ファイルやディレクトリに到達する。 - JM
Non-existing items are never added to sys. path, but no check is made that the itemrefers to a directory (rather than a file). 存在しない項目はsys.pathへは決して追加されませんが、項目が(ファイルではなく)ディレクトリを参照しているかどうかはチェックされません。 - Python
When receiving the transfer instruction of an index file from a PC20, a card reader 10 detects a file and a sub-directory existing in the predetermined directory of a memory card 18, and acquires each designation and path (S505). カードリーダ10は、PC20からインデックスファイルの転送命令を受信すると、メモリカード18の所定のディレクトリに存在するファイル及びサブディレクトリを検出して、各々の名称とパスとを取得する(S505)。 - 特許庁
To reduce a drop in access speed due to increased files present on the same path when a file system having a directory system is used. ディレクトリシステムを有するファイルシステムを用いる場合において、同一パスに存在するファイル数の増加に伴うアクセス速度の低下を軽減する。 - 特許庁
In the piping duct directory registration DB, an effective cross-section area of the piping duct arranged at the path is associated with a geometry sign and registered. 配管ダクト台帳登録DBには、経路に配置される配管・ダクトの有効断面積が形状記号と関連付けられて登録される。 - 特許庁
You can find the path to this directory by opening the Runtime window, expanding Server Registry, expandingTomcat 5 Servers, right-clicking the server instance and このディレクトリを確認するには、「実行時」ウィンドウで「サーバーレジストリ」ノードを展開します。 次に「Tomcat 5 サーバー」ノードを展開し、サーバーインスタンスを右クリックして - NetBeans
But if an attempt to read a file leads to a 550 error (meaning the URL cannot be found or is not accessible, often for permission reasons), then the path is treated as a directory in order to handle the case when a directory is specified by a URL but the trailing / has been left off. しかし、ファイルの読み出し操作が 550 エラー (URL が存在しないか、主にパーミッションの理由でアクセスできない) になった場合、URL がディレクトリを指していて、末尾の / を忘れたケースを処理するため、パスをディレクトリとして扱います。 - Python
An address information table 101 holds the IP address of the target communication device and a first path name indicating a relative location from a reference directory in association with each other. アドレス情報テーブル101は、対象通信装置のIPアドレスと基準ディレクトリからの相対位置を表す第1パス名とを対応付けて保持している。 - 特許庁
Furthermore, the server redirects an identifier for identifying the session and virtual URL including a relative path with a content route directory as a reference to terminal equipment. さらに、サーバは、当該セッションを識別する識別子と、コンテンツルートディレクトリを基準とした相対パスとを含んだ仮想URLを端末装置にリダイレクトする。 - 特許庁
The client computer draws network path bookmark information from a prescribed directory and transmits this to a server computer through a first communication network. クライアント・コンピュータは所定のディレクトリからネットワーク・パス・ブックマーク情報を引き出し、これを第1の通信ネットワークを介してサーバ・コンピュータに送信する。 - 特許庁
Rather than parsing file after file of an application, you my give the root of your application path as the main directory to parse.
アプリケーション内のファイルをひとつひとつ個別に調べていくよりは、ルートパスを指定してそのディレクトリ配下を一括して調べさせたいこともあるでしょう。 - PEAR
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.