「Exec.」を含む例文一覧(84)

1 2 次へ>
  • 6.14 The exec statement
    6.14 exec - Python
  • or one of the exec (3)
    exec (3) - JM
  • the close-on-exec flag.
    (close-on-exec フラグ)。 - JM
  • and execve (2).
    exec (2) - JM
  • Use the exec (3)
    代わりにexec (3) - JM
  • For example: exec Xdisplaytype
    ``exec'' の使用例を以下に示す:exec Xdisplaytype - XFree86
  • Implements exec TOS2,TOS1,TOS.
    exec TOS2,TOS1,TOSを実行します。 - Python
  • close on exec flag
    実行時クローズ (close on exec) フラグ - Python
  • This means for example, that after an exec (3),
    すなわち例えばexec (3) - JM
  • Jack, the mtv exec?
    mtvのジャックか? - 映画・海外ドラマ英語字幕翻訳辞書
  • Jack, the mtv exec?
    MTVのジャックか? - 映画・海外ドラマ英語字幕翻訳辞書
  • Example 39-3. Using setLimit with query and exec
    例 39-3setLimit を使用した query および exec - PEAR
  • exec ! stty 19200 exec ! stty 19200 !!stty 19200 Set the speed of the window's tty.
    exec ! stty 19200exec ! stty 19200!!stty 19200ウィンドウの tty の速度を設定する。 - JM
  • The command to be executed (without SITE EXEC).
    実行されるコマンド(SITE EXEC を除く) - PEAR
  • Exec format error
    実行形式にエラーがあります (Exec format error) - Python
  • followed (typically) by an exec (3).
    を行い、続いて (典型的には)exec (3) - JM
  • Set-user-ID/set-group-ID bits are ignored by exec (3).
    exec (3) に無視される set-user-id/set-group-ID ビット。 - JM
  • The two descriptors do not share file descriptor flags (the close-on-exec flag). The close-on-exec flag ( FD_CLOEXEC ;
    2つのディスクリプタはファイル・ディスクリプタ・フラグ (close-on-exec flag)を共有しない。 - JM
  • There is one EXEC statement for each job step
    EXECステートメントはジョブステップごとに一つだけある - コンピューター用語辞典
  • In particular, a global statement contained in an exec statement does not affect the code block containing the exec statement, and code contained in an exec statement is unaffected by global statements in the code containing the exec statement.
    特に、exec 文内に入っているglobal 文は、exec 文を 含んでいるコードブロック内に効果を及ぼすことはなく、exec 文内に含まれているコードは、exec 文を含むコード内でのglobal 文に影響を受けません。 - Python
  • If there is an `exec' command running then it is killed.
    実行中の `exec' コマンドがあると、これが kill される。 - JM
  • when parsing a string passed to the exec statement;
    exec で渡された文字列を構文解析するとき; - Python
  • Both --exec and --pidfile should be used in start and stopfunctions.
    --exec と --pidfile の両方がstart, stop関数のなかで必要です。 - Gentoo Linux
  • exec !| less |less This adds a pager to the window output.
    exec !| less|lessこれはウィンドウ出力にページャを追加する。 - JM
  • rstart somehost exec xterm This is obviously dependent on the command interpreter being used on the remote system; the example given will work for the Bourne and C shells.
    以下にその例を示す。 0rstart somehost exec xterm - XFree86
  • An interactive shell does not exit if exec fails.
    対話的シェルはexecに失敗しても終了しません。 - JM
  • If --exec-prefix is not supplied, it defaults to--prefix.
    ) --exec-prefix が指定されていなければ、デフォルトの --prefixになります。 - Python
  • Examples: exec .
    この場合には exec を省略でき、常に `!' で置き換え可能である。 - JM
  • File descriptors that are marked close-on-exec are closed; see the description of FD_CLOEXEC
    close-on-exec の印が付いているファイルディスクリプタはクローズされる。 - JM
  • Enable the close-on-exec flag for the new file descriptor.
    新しいファイル・ディスクリプタに対して close-on-exec フラグを有効にする。 - JM
  • Profile an exec-compatible string in the script environment.The globals from the
    スクリプト環境で exec 互換文字列のプロファイルをおこないます。 - Python
  • Cannot exec a shared library directly
    共有ライブラリを直接実行することができません (Cannot exec a shared library directly) - Python
  • Abbreviations: Whitespace between the word `exec' and fdpat and the command can be omitted.
    省略形:`exec' と fdpat とコマンドの間の空白は省略できる。 - JM
  • Arguments may also be placed in the environment at the point of an exec (3).
    exec (3) の引数としても環境を設定することができる。 - JM
  • Exec format error (POSIX.1) ENOKEY
    実行ファイル形式のエラー (POSIX.1)ENOKEY - JM
  • function leaves the setting of the close-on-exec flag unchanged for the file descriptor, fd .
    関数は、ファイルディスクリプタの close-on-exec フラグの設定を変更しない。 - JM
  • The EXEC statements appear in the order in which the steps are to be executed
    EXECステートメントは一連のステップが実行される順序で現われる - コンピューター用語辞典
  • Return the exec-prefix for installedplatform-dependent files.
    プラットフォーム依存 のファイルがインストールされている場所であるexec-prefix を返します。 - Python
  • Note, when using a .xserverrc script be sure to ``exec''the real X server.
    .xserverrc を使う際には、実際に使う X サーバは必ず ``exec'' を使って実行すること。 - XFree86
  • Example 39-2. Using exec to manipulate data
    例 39-2exec を使用してデータを操作する - PEAR
  • but additionally set the close-on-exec flag for the duplicate descriptor.
    と同様だが、それに加えて複製されたディスクリプタに対してclose-on-exec フラグをセットする。 - JM
  • This function takes a single argument that has can be passed to the exec statement, and an optional file name.
    この関数はオプション引数として exec 文に渡すファイル名を指定できます。 - Python
  • This can be set at build time with the --exec-prefix argument to the configure script.
    デフォルトでは、この値は'/usr/local'ですが、ビルド時にconfigureの--exec-prefix引数で指定することができます。 - Python
  • "program argv[0] ..." gives the program to run andits arguments, in the same form as the EXEC keyword.
    "program argv[0] ." は実行するプログラムとその引き数であり、EXEC キーワードと同じ形式である。 - XFree86
  • Of course, if your --prefix and --exec-prefix don't evenpoint to an alternate Python installation, this is immaterial.
    もちろん、--prefix や --exec-prefix が別のインストール済み Python の場所すら指していなければどうにもなりません。 - Python
  • Cannot exec a shared library directly ELOOP
    共有ライブラリを直接実行できなかったELOOP - JM
  • will set the close-on-exec flag for the file descriptor, fd .
    の呼び出しが成功した際に、ファイルディスクリプタfdの close-on-exec を設定するかどうかは、POSIX.1-200x では規定されていない。 - JM
  • Executes a given command on the server (the SITE EXEC command is added by the method).
    指定されたコマンドをサーバ上で実行します(SITE EXEC コマンド自体は、メソッドによって付け加えられます)。 - PEAR
  • This function is similar to the exec statement, but parses a file instead of a string.
    この関数は exec 文に似ていますが、文字列の代わりにファイルに対して構文解釈を行います。 - Python
  • If you build Python yourself on Linux (or any Unix-like system), the default prefix and exec-prefix are /usr/local.
    Linux (または Unixライクなシステム) 上で自分で Python をビルドした場合、デフォルトの prefix およびexec-prefix は /usr/local になります。 - Python
1 2 次へ>

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