1016万例文収録!

「exec」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

execを含む例文一覧と使い方

該当件数 : 82



例文

or one of the exec (3) 例文帳に追加

exec (3) - JM

6.14 The exec statement 例文帳に追加

6.14 exec - Python

and execve (2). 例文帳に追加

exec (2) - JM

the close-on-exec flag. 例文帳に追加

(close-on-exec フラグ)。 - JM

例文

Use the exec (3) 例文帳に追加

代わりにexec (3) - JM


例文

Implements exec TOS2,TOS1,TOS. 例文帳に追加

exec TOS2,TOS1,TOSを実行します。 - Python

For example: exec Xdisplaytype 例文帳に追加

``exec'' の使用例を以下に示す:exec Xdisplaytype - XFree86

This means for example, that after an exec (3), 例文帳に追加

すなわち例えばexec (3) - JM

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

例文

Example 39-3. Using setLimit with query and exec 例文帳に追加

例 39-3setLimit を使用した query および exec - PEAR

The command to be executed (without SITE EXEC). 例文帳に追加

実行されるコマンド(SITE EXEC を除く) - PEAR

Exec format error 例文帳に追加

実行形式にエラーがあります (Exec format error) - Python

close on exec flag 例文帳に追加

実行時クローズ (close on exec) フラグ - Python

PROT_EXEC . 例文帳に追加

のいずれかである。 - JM

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

There is one EXEC statement for each job step 例文帳に追加

EXECステートメントはジョブステップごとに一つだけある - コンピューター用語辞典

Both --exec and --pidfile should be used in start and stopfunctions. 例文帳に追加

--exec と --pidfile の両方がstart, stop関数のなかで必要です。 - Gentoo Linux

An interactive shell does not exit if exec fails. 例文帳に追加

対話的シェルはexecに失敗しても終了しません。 - JM

Examples: exec . 例文帳に追加

この場合には exec を省略でき、常に `!' で置き換え可能である。 - JM

exec !| less |less This adds a pager to the window output. 例文帳に追加

exec !| less|lessこれはウィンドウ出力にページャを追加する。 - JM

If there is an `exec' command running then it is killed. 例文帳に追加

実行中の `exec' コマンドがあると、これが kill される。 - JM

Arguments may also be placed in the environment at the point of an exec (3). 例文帳に追加

exec (3) の引数としても環境を設定することができる。 - JM

If --exec-prefix is not supplied, it defaults to--prefix. 例文帳に追加

) --exec-prefix が指定されていなければ、デフォルトの --prefixになります。 - Python

when parsing a string passed to the exec statement; 例文帳に追加

exec で渡された文字列を構文解析するとき; - Python

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

Cannot exec a shared library directly 例文帳に追加

共有ライブラリを直接実行することができません (Cannot exec a shared library directly) - Python

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

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

Exec format error (POSIX.1) ENOKEY 例文帳に追加

実行ファイル形式のエラー (POSIX.1)ENOKEY - JM

Example 39-2. Using exec to manipulate data 例文帳に追加

例 39-2exec を使用してデータを操作する - PEAR

The EXEC statements appear in the order in which the steps are to be executed 例文帳に追加

EXECステートメントは一連のステップが実行される順序で現われる - コンピューター用語辞典

Abbreviations: Whitespace between the word `exec' and fdpat and the command can be omitted. 例文帳に追加

省略形:`exec' と fdpat とコマンドの間の空白は省略できる。 - 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

function leaves the setting of the close-on-exec flag unchanged for the file descriptor, fd . 例文帳に追加

関数は、ファイルディスクリプタの close-on-exec フラグの設定を変更しない。 - JM

Profile an exec-compatible string in the script environment.The globals from the 例文帳に追加

スクリプト環境で exec 互換文字列のプロファイルをおこないます。 - Python

If prefix is given, it is used as either the prefix instead of PREFIX, or as the exec-prefix instead of EXEC_PREFIX if plat_specific is true.例文帳に追加

prefix が指定されていれば、PREFIXの代わりに用いられます。 - Python

Note, when using a .xserverrc script be sure to ``exec''the real X server. 例文帳に追加

.xserverrc を使う際には、実際に使う X サーバは必ず ``exec'' を使って実行すること。 - XFree86

but additionally set the close-on-exec flag for the duplicate descriptor. 例文帳に追加

と同様だが、それに加えて複製されたディスクリプタに対してclose-on-exec フラグをセットする。 - 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

Of course, if your --prefix and --exec-prefix don't evenpoint to an alternate Python installation, this is immaterial.例文帳に追加

もちろん、--prefix や --exec-prefix が別のインストール済み Python の場所すら指していなければどうにもなりません。 - Python

This function is similar to the exec statement, but parses a file instead of a string.例文帳に追加

この関数は exec 文に似ていますが、文字列の代わりにファイルに対して構文解釈を行います。 - Python

Return the exec-prefix for installedplatform-dependent files. 例文帳に追加

プラットフォーム依存 のファイルがインストールされている場所であるexec-prefix を返します。 - Python

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

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

"program argv[0] ..." gives the program to run andits arguments, in the same form as the EXEC keyword. 例文帳に追加

"program argv[0] ." は実行するプログラムとその引き数であり、EXEC キーワードと同じ形式である。 - XFree86

例文

A simple `|' is synonymous for the pattern `!|'; the word exec can be omitted here and can always be replaced by `!'.例文帳に追加

単に `|' と書くとパターン `!|' と同義になる。 - JM

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 (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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS