「pathname」を含む例文一覧(276)

<前へ 1 2 3 4 5 6
  • The order of expansions is: brace expansion, tilde expansion, parameter, variable and arithmetic expansion and command substitution (done in a left-to-right fashion), word splitting, and pathname expansion.
    展開の順序は次のようになります: ブレース展開、チルダ展開、パラメータ・変数・算術式展開、コマンド置換 (左から右へ)、単語分割、パス名展開。 - JM
  • nullglob If set, bash allows patterns which match no files (see Pathname Expansion above) to expand to a null string, rather than themselves.
    nullglob設定されている場合、bashはどのファイルにもマッチしないパターン (前述のパス名展開 を参照) を、その文字列自身ではなく、空文字列に展開します。 - JM
  • If the length of the absolute pathname of the current working directory, including the terminating null byte, exceeds size bytes, NULL is returned, and errno is set to ERANGE ;
    終端の NULL バイトも含めた、カレントワーキングディレクトリの絶対パス名の長さがsizeバイトを超えている場合は、返り値として NULL が返りerrnoにERANGE がセットされる。 - JM
  • If the pathname given in oldpath is relative, then it is interpreted relative to the directory referred to by the file descriptor olddirfd (rather than relative to the current working directory of the calling process, as is done by link (2)
    oldpathで指定されるパス名が相対パス名である場合、ファイルディスクリプタolddirfdで参照されるディレクトリからの相対パス名として解釈される( link (2) - JM
  • If the pathname given in oldpath is relative, then it is interpreted relative to the directory referred to by the file descriptor olddirfd (rather than relative to the current working directory of the calling process, as is done by rename (2)
    oldpathで指定されるパス名が相対パスである場合、ファイルディスクリプタolddirfdで参照されるディレクトリからの相対パス名として解釈される( rename (2) - JM
  • If the pathname given in newpath is relative, then it is interpreted relative to the directory referred to by the file descriptor newdirfd (rather than relative to the current working directory of the calling process, as is done by symlink (2)
    newpathで指定されるパス名が相対パスである場合、ファイルディスクリプタnewdirfdで参照されるディレクトリからの相対パス名として解釈される( symlink (2) - JM
  • Only brace expansion, word splitting, and pathname expansion can change the number of words of the expansion; other expansions expand a single word to a single word.
    展開した部分の単語の数が変化することがあるのは、ブレース展開、単語の分割、パス名展開だけです。 他の展開では、1 つの単語は 1 つの単語に展開されます。 - JM
  • Each word is then expanded using brace expansion, tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and pathname expansion, as described above under EXPANSION .
    それぞれの単語は、前述の展開で示したように、ブレース展開、チルダ展開、パラメータと変数の展開、コマンド置換、算術式展開、パス名展開が行われます。 - JM
  • For Unix domain sockets, which are identified by pathname: Write permission is denied on the socket file, or search permission is denied for one of the directories in the path prefix.
    Unix ドメインソケットはパス名で識別される。 ソケット・ファイルへの書き込み許可がなかったか、パス名へ到達するまでのディレクトリのいずれかに対する検索許可がなかった。 - JM
  • The name field is only present when an event is returned for a file inside a watched directory; it identifies the file pathname relative to the watched directory.
    nameフィールドは監視しているディレクトリ内のファイルに対してイベントが返される場合のためにだけ存在する。 監視するディレクトリからのファイルの相対パス名を表す。 - JM
  • Note : although FIFOs have a pathname in the file system, I/O on FIFOs does not involve operations on the underlying device (if there is one).
    【注意】FIFO はファイルシステム内のパス名を持つが、FIFO に対して入出力を行っても、(ファイルシステムが存在するデバイスがあったとしても) そのデバイスに対する操作は発生しない。 - JM
  • The pathname may be analyzed to determine a directory specified by the one or more directory components and a storage tier specified by the storage tier component.
    パス名は、1つ又は複数のディレクトリ構成要素によって指定されるディレクトリとストレージ階層構成要素によって指定されるストレージ階層を決定するために解析される。 - 特許庁
  • Word splitting and pathname expansion are not performed on the words between the [[ and ]]; tilde expansion, parameter and variable expansion, arithmetic expansion, command substitution, process substitution, and quote removal are performed.
    単語分割とパス名展開は [[ と ]]の間の単語に対しては行われません。 チルダ展開、パラメータと変数の展開、算術式展開、コマンド置換、プロセス置換、クォート除去は実行されます。 - JM
  • If the last component of a pathname is a symbolic link, then it depends on the system call whether the file referred to will be the symbolic link or the result of path resolution on its contents.
    パス名の最後の構成要素がシンボリックリンクである場合、参照されるファイルをシンボリックリンクとするか、その内容についてパスを解決した結果とするかは、システムコールに依存する。 - JM
  • returns a pointer to the null-terminated pathname of the terminal device that is open on the file descriptor fd, or NULL on error (for example, if fd is not connected to a terminal).
    関数は、ファイルディスクリプタ fd がオープンしている端末デバイスのNULL 終端されたパス名へのポインタを返す。 エラーが起きたならば NULL を返す(たとえば、fd が端末を参照していないとき)。 - JM
  • When prompted for a shell pathname, simply press Enter, and run mount -urw / to re-mount the root file system in read/write mode.
    それは、既に存在しているファイルシステムを 読み込み専用 (read-only)でマウントし、その上に、あるプロセスに対してそのファイルシステムが書き込み可能であるように見せるような、もう一つのファイルシステムの層を用意するものです。 - FreeBSD
  • Disabling a builtin allows a disk command which has the same name as a shell builtin to be executed without specifying a full pathname, even though the shell normally searches for builtins before disk commands.
    シェルは通常はディスクコマンドの前に組み込みコマンドを探しますが、組み込みコマンドを無効にすると、シェルの組み込みコマンドと同じ名前を持つディスクコマンドを、完全なパス名を指定しなくても実行できます。 - JM
  • Return True if both pathname arguments refer to the same file or directory (as indicated by device number and i-node number).Raise an exception if a os.
    2つの引数であるパス名が同じファイルあるいはディレクトリを指していれば(同じデバイスナンバーとi-nodeナンバーで示されていれば)、Trueを返します。 どちらかのパス名でos.stat()の呼び出しに失敗した場合には、例外が発生します。 - Python
  • The word following the redirection operator in the following descriptions, unless otherwise noted, is subjected to brace expansion, tilde expansion, parameter expansion, command substitution, arithmetic expansion, quote removal, pathname expansion, and word splitting.
    以下の説明では、リダイレクト演算子の次の単語に対しては、特に説明しない限り、ブレース展開・チルダ展開・パラメータ展開・コマンド置換・算術式展開・クォート削除・パス名展開・単語分割が行われます。 - JM
  • An FSSpec can point to a non-existing file, as long as the folder containing the file exists.Under MacPython the same is true for a pathname, but not under unix-Pytonbecause of the way pathnames and FSRefs works.
    FSSpec は、実在しないファイルでも、実在するフォルダの下に配置されていることになっている限り表現できます。 MacPython ではパス名も同じように扱えますが、 unix ベースの Python ではパス名とFSRefsの挙動が異なるため扱えません。 - Python
  • You specify the pathname of the spooling directory with the sd capability:Note that the name of the printer starts in the first column but all other entries describing the printer should be indented and each line end escaped with a backslash.
    スプーリングディレクトリのパス名は sd 項目で指定します。 プリンタ名が最初のカラムから始まっており、そのプリンタに関して記述される他のエントリは TAB で字下げされていること、各行がバックスラッシュで終わっていることに注意 してください。 - FreeBSD
  • It takes the first of stdin, stdout, stderr that is a tty, and stores the corresponding pathname minus a possible leading /dev/ into this field, and then writes the struct to the utmp file.
    この関数は、標準入力・標準出力・標準エラー出力の中から端末 (tty) である最初のものをとり、対応するパス名から先頭の /dev/ を引いたものをこのフィールドに格納して、この構造体を utmp ファイルに書き込む。 - JM
  • The face detection part 92 further writes to a shared memory 94 the pathname of the file in the face image database 98 as well as information on an operation history such as the switch operation, the face detection date/time and the screen number of the switch operation screen.
    また、顔検出部92は、顔画像データベース98におけるファイルのパス名を、スイッチ操作の内容、顔を検出した日時、スイッチ操作が行われた画面の画面番号などの操作履歴に関する情報とともに共有メモリ94に書き込む。 - 特許庁
  • If the result is an absolute pathname, or there was no previous source request in effect, or the previous source was a stream(such as sys.stdin), the result is left alone.
    通常、このメソッドはまず引数から何らかのクオートを剥ぎ取ります。 処理後の引数が絶対パス名であった場合か、以前に有効になったソースリクエストが存在しない場合か、以前のソースが (sys.stdin のような)ストリームであった場合、この結果はそのままにされます。 - Python
  • If working inside the X Consortium build tree (unlikely unless you are an X developer, and even then this option is never really used), the topdir argument should be specified as the relative pathname from the current directory to the top of the build tree.
    X コンソーシアムの構築ツリー内で作業する場合には(X の開発者でもなければこのようなことはまずないし、X の開発者であってもこのオプションは実際には使わない)、引き数topdirでカレントディレクトリから構築ツリーのトップディレクトリへの相対パスを指定しなければならない。 - XFree86
  • When files to be present in one directory specified by an externally input pathname exceeds a given number, one or more subdirectories are created under the original directory, and a plurality of files to be present in the original directory are sorted for internal management to the plurality of subdirectories so that files entered in each directory do not exceed the given upper limit number.
    外部からパス名で指定された1つのディレクトリに存在すべきファイルが所定数を超えた場合に、元のディレクトリの下に1または2以上のサブディレクトリを作成し、各ディレクトリにエントリされるファイルが所定の上限数以下になるように、元のディレクトリに存在すべき複数のファイルを複数のサブディレクトリに振り分けて内部管理する。 - 特許庁
<前へ 1 2 3 4 5 6

例文データの著作権について

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    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.
  • JM
    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.
  • FreeBSD
    Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence