Pathnameを含む例文一覧と使い方
該当件数 : 276件
creates a file system node (file, device special file or named pipe) named pathname , with attributes specified by mode and dev . 例文帳に追加
はpathnameという名前のファイルシステム・ノード(ファイル、デバイススペシャルファイル、名前付きパイプ) を、属性modeとdevの指定にしたがって作成する。 - JM
A pathname was empty or had a nonexistent component. 例文帳に追加
パス名が空である。 もしくは指定されたパスが存在しない。 - JM
Symbolic links in earlier components of the pathname will still be followed. 例文帳に追加
pathname の前のコンポーネント (earlier component;訳註: 最後のディレクトリセパレータより前の部分) がシンボリック・リンクである場合には、それが指す先が参照される。 - JM
In 4.4BSD and Solaris the limit on the pathname length is MAXPATHLEN (found in <sys/param. 例文帳に追加
4.4BSD と Solaris では、パス名の長さの上限は(<sys/param.h> の中にある)MAXPATHLEN - JM
The file pathname cannot be unlinked because it is being used by the system or another process and the implementation considers this an error. 例文帳に追加
ファイルpathnameがシステムまたは他のプロセスによって使用されていてリンクが削除できなかったので、この実装ではエラーとした。 - JM
Issue #83712: Project with non-ASCII pathname cannot be built on JDK 6. 例文帳に追加
問題 #83712:JDK 6 で ASCII 以外のパス名のプロジェクトを構築できない。 - NetBeans
The braces are required to avoid conflicts with pathname expansion. 例文帳に追加
パス名展開との衝突を避けるためにブレースが必要です。 - JM
changes the permissions of the file specified whose pathname is given in path , 例文帳に追加
は、pathで指定されたパス名を持つファイルの許可を変更する。 - JM
Globbing is applied on each of the components of a pathname separately. 例文帳に追加
glob 動作は、パス名のそれぞれの部分に独立に適用される。 - JM
The requested access to the file is not allowed, or search permission is denied for one of the directories in the path prefix of pathname , 例文帳に追加
ファイルに対する要求されたアクセスが許されていないか、pathnameのディレクトリ部分の何れかのディレクトリに検索許可がなかった。 - JM
path is the pathname of any file within the mounted file system. 例文帳に追加
pathはマウントされたファイルシステム中の任意のファイルのパス名である。 - JM
includes more than one pathname component, remove it, then strip 例文帳に追加
がパス名に複数の階層を持っている場合、それを削除し、 - JM
Return 'pathname' as a name that will work on the native filesystem,i.e. split it on '/' and put it back together again using the current directory separator.例文帳に追加
'pathname' をファイルシステムで利用できる名前にして返します。 すなわち、'/'で分割し、現在のディレクトリセパレータで接続しなおします。 - Python
Create a stub package for application, which should be passed asa full pathname. 例文帳に追加
パス名として渡された application のためのスタブパッケージを作成します。 - Python
This method can receive a file system operation and a pathname.例文帳に追加
ファイル・システム操作及びパス名を指定する入力を受信できる。 - 特許庁
A pathname beginning with a slash is called an absolute pathname , and is interpreted by the kernel starting with the process's root directory. 例文帳に追加
斜線文字 (/) ではじまるパス名は絶対パス名と呼ばれ、カーネルは、そのパス名がプロセスのルートディレクトリから 開始するものと解釈します。 - FreeBSD
The requested access would be denied to the file, or search permission is denied for one of the directories in the path prefix of pathname . 例文帳に追加
要求されたアクセスはそのファイル自身に拒否されたかpathnameへ至るまでディレクトリのいずれかに対する検索許可(search permission) が得られなかった。 - JM
These functions return a null-terminated string containing an absolute pathname that is the current working directory of the calling process. 例文帳に追加
これらの関数は、呼び出したプロセスのカレントワーキングディレクトリの絶対パス名 (absolute pathname) が入った文字列を返す。 返される文字列は NULL で終端される。 - JM
In the original Unix, the empty pathname referred to the current directory. 例文帳に追加
元々の Unix では、空のパス名は現在のディレクトリを参照していた。 - JM
The maximum number of symbolic links seen in a pathname before resolution returns ELOOP . 例文帳に追加
パス名の解決時に現れてもよいシンボリック・リンクの最大数。 - JM
For backwards compatibility, a string containing a pathname is also accepted, and the corresponding file will be opened for reading and writing; the pathname '-' is understood to mean the standard input or output.例文帳に追加
後方互換性のために、パス名を含む文字列も利用できるようにしていて、対応するファイルを開いて読み書きします。 - Python
The result may be either an absolute or relative pathname; if it is relative, it may be converted to an absolute pathname using os.例文帳に追加
返される値は絶対パスにも、相対パスにもなり得ます; 相対パスの場合、os.path.join(os.path.dirname(path), result)を使って絶対パスに変換することができます。 - Python
A path template is transformed to a pathname by substituting:例文帳に追加
パス名のテンプレートは、以下の代入によってパス名に変換される。 - XFree86
The line should contain the pathname of a valid user shell. 例文帳に追加
返された行の中身は有効なユーザシェルのうちの一つのパス名である。 - JM
2.2, if a process has the root of the filesystem as its root directory, and has /usr as its current directory, it can refer to the file vi either from the root with the absolute pathname /usr/bin/vi, or from its current directory with the relative pathname bin/vi. 例文帳に追加
このとき、 viを参照するには、絶対パスを用いて、 /usr/bin/viとも書けますし、カレントディレクトリからの相対パスを用いて、 bin/vi とも書けます。 - FreeBSD
If filename contains a slash ("/"), then it is interpreted as a (relative or absolute) pathname. 例文帳に追加
filenameがスラッシュ ("/") を含む場合、(相対か絶対かの)パス名として解釈される。 - JM
returns the maximum length of a relative pathname when path or fd is the current working directory. 例文帳に追加
pathまたはfdがカレントディレクトリの場合、相対パス名の最大長を返す。 - JM
Solaris may return a relative pathname when the path argument is relative. 例文帳に追加
Solaris では、引き数pathが相対パスの場合、返り値が相対パスになることがある。 - JM
Split the pathname path into a pair (drive,tail) where drive is either a drive specification or the empty string.例文帳に追加
パス名pathを(drive,tail)のペアに分割します。 driveはドライブ名か、空文字列です。 - Python
After installing lprps, just specify the pathname to the psif program that is part of lprps. 例文帳に追加
lprpsをインストールした後は、lprps の一部である psif プログラムのパス名を指定するだけです。 - FreeBSD
break a null-terminated pathname string into directory and filename components. 例文帳に追加
は、NULL で終端されたパス名の文字列を、ディレクトリ部分・ファイル名部分に分割する。 - JM
Nowadays POSIX decrees that an empty pathname must not be resolved successfully. 例文帳に追加
最近、POSIX では空のパス名を解決するべきではないという決定がなされた。 - JM
To provide a method and apparatus for late-binding/dynamic pathname resolution.例文帳に追加
実行時バインディング/動的パス名解決の方法および装置を提供すること。 - 特許庁
There are seven kinds of expansion performed: "brace expansion" , "tilde expansion" , "parameter and variable expansion" , "command substitution" , "arithmetic expansion" , "word splitting" , and "pathname expansion" . 例文帳に追加
行われる展開は7 種類あります:"ブレースの展開 (brace expansion)" ,"チルダの展開 (tilde expansion)" ,"パラメータと変数の展開 (parameter and variable expansion)" ,"コマンド置換 (command substitution)" ,"算術式展開 (arithmetic expansion)" ,"単語の分割 (word splitting)" ,"パス名の展開 (pathname expansion)" 。 - JM
Each item ("watch") in the watch list specifies the pathname of a file or directory, along with some set of events that the kernel should monitor for the file referred to by that pathname. 例文帳に追加
監視対象リストの各アイテム ("watch") は、ファイルまたはディレクトリのパス名と、そのパス名で参照されるファイルに対してカーネルが監視する複数のイベントの集合を指定する。 - JM
The addr argument is the pathname of the file containing the quota for the file system. 例文帳に追加
addr引き数には、そのファイル・システムの quota が記録されているファイルのパス名を指定する。 - JM
The part of the pathname of a file after the last separator is referred to as the basename. 例文帳に追加
ファイルのパスネームで,最後の分離文字の後にある部分はベース名と呼ばれる. - コンピューター用語辞典
Under Unix and POSIX.1 compliant systems the pathname separator is the (forward) slash. 例文帳に追加
ユニックスシステムとPOSIX.1準拠システムの下では,パスネーム分離文字は,(前向きの)スラッシュである. - コンピューター用語辞典
When matching a pathname, the slash character must always be matched explicitly. 例文帳に追加
パス名のマッチングを行うとき、スラッシュ文字は必ず明示的にマッチさせなければなりません。 - JM
dotglob If set, bash includes filenames beginning with a `. ' in the results of pathname expansion.例文帳に追加
dotglob設定されている場合、bashは `.' で始まるファイル名をパス名展開の結果に含めます。 - JM
The pathname is returned as the function result and via the argument buf , if present. 例文帳に追加
パス名は関数の結果として返され、引数bufがある場合はbuf経由でも返される。 - JM
capability); or the file system containing pathname does not support renaming of the type requested. 例文帳に追加
が存在するファイル・システムが、要求された種類の名前の変更をサポートしていない。 - JM
the full name of the extension, including any packages-- ie. not a filename or pathname, but Python dotted name 例文帳に追加
拡張のフルネーム(パッケージを含む) -- ファイル名やパス名ではなく、Pythonのピリオド区切りの名前 - Python
Returns true if application, which should be passed as a pathname,appears to be scriptable. 例文帳に追加
application としてパス名を与えたアプリケーションがスクリプト可能でありそうな場合、真を返します。 - Python
A case command first expands word, and tries to match it against each pattern in turn, using the same matching rules as for pathname expansion (see Pathname Expansion below). 例文帳に追加
case コマンドは最初に word を展開し、それぞれのpattern に対して順にマッチングを試みます。 マッチングの際にはパス名展開 (後述のパス名展開を参照) と同じ規則が用いられます。 - JM
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 (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 |
| © 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-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会員(無料)になると
|
