| 例文 | 共起表現 |
stdinを含む例文一覧と使い方
該当件数 : 50件
is equivalent to "getc(" stdin ) . 例文帳に追加
は"getc(" stdin ) と同じである。 - JM
These streams are abbreviated stdin , stdout 例文帳に追加
これらのストリームはstdin , stdout , - JM
/dev/stdin File descriptor 0 is duplicated. 例文帳に追加
/dev/stdinファイル・ディスクリプター 0 が複製されます。 - JM
Changed in version 2.3:The stdin and stdout parameters were added.. Subsections 例文帳に追加
バージョン 2.3 で 変更 された仕様:引数 stdin と stdout を追加 - Python
These objects contain the original values of stdin,stderr and stdout at the start of the program. 例文帳に追加
それぞれ起動時のstdin・stderr・stdoutの値を保存します。 - Python
since stdin, stdout and network sockets also need an inode to handle them. 例文帳に追加
これは stdin, stdout, ネットワークソケットを扱うにもinode が必要なためである。 - JM
function reads input from the standard input stream stdin , 例文帳に追加
関数は標準入力ストリームstdinからの入力を読み込む。 - JM
Moreover, if /dev/tty cannot be opened, the password is read from stdin . 例文帳に追加
さらに、/dev/ttyがオープンできない場合は、パスワードはstdinから読み込まれた。 - JM
On program startup, the integer file descriptors associated with the streams stdin , 例文帳に追加
など) によってアクセスすることもできる。 プログラムの起動時には、ストリームstdin , - JM
If the end of stream is reached, or if ferror(stdin) becomes true, it returns WEOF . 例文帳に追加
ストリームの最後に達している場合や ferror(stdin) が真の場合にはWEOF を返す。 - JM
The construction "-f -" uses stdin as an input file andmay not be used if "-" is specified as a directory on the command line. 例文帳に追加
"\\-f \\-"を指定すると、stdin(標準入力)を入力ファイルとして使う。 - XFree86
For glibc2, if /dev/tty cannot be opened, the prompt is written to stderr and the password is read from stdin . 例文帳に追加
glibc2 では、/dev/ttyがオープンできない場合はpromptはstderrに書き出され、パスワードはstdinから読み込まれた。 - JM
reads a line from stdin into the buffer pointed to by s until either a terminating newline or EOF , 例文帳に追加
までの 1行をstdinから読み込みsが指すバッファに格納する(末尾の改行文字やEOF - JM
These terms are abbreviated to form the symbols used to refer to these files, namely stdin , 例文帳に追加
これらの用語を短縮したものがそれぞれのファイルを示すシンボルとなる。 つまりstdin , - JM
This is a subclass derived from IMAP4 that connects to the stdin/stdout file descriptors created by passingcommand to os.例文帳に追加
IMAP4 から導出されたサブクラスで、commandをos.popen2()に渡して作成される stdin/stdoutディスクリプタと接続します。 - Python
cpio does not know how to walk the directory tree and a list of files must be provided through stdin. 例文帳に追加
cpio はディレクトリツリーの探索の機能はなく、ファイルリストは stdin からの入力でなくてはなりません。 - FreeBSD
Note that glibc does not follow the POSIX specfication and uses stdin instead of /dev/tty . 例文帳に追加
を用いるべきではない。 glibc は POSIX 仕様には従っておらず、/dev/ttyではなく"標準入力 (stdin)"を使う。 - JM
function is to change the file associated with a standard text stream ( stderr ", " stdin ", or " stdout ). 例文帳に追加
関数の主な用途は、標準テキストストリーム( stderr ", " stdin ", " stdout ) と対応付けられているファイルを変更することである。 - JM
If the file argument to one of the primaries is one of /dev/stdin, /dev/stdout, or /dev/stderr, file descriptor 0, 1, or 2, respectively, is checked. 例文帳に追加
プライマリのいずれかに対する file 引き数が/dev/stdin、/dev/stdout、/dev/stderrのいずれかであれば、 対応するファイル・ディスクリプターが調べられます。 ( /dev/stdin、/dev/stdout、/dev/stderr に対応するファイル・ディスクリプターはそれぞれ 0、1、2 です。 - JM
they should not try to read from stdin other than what you explicitly give them on stdin. 例文帳に追加
ports は、あなたが標準入力に明示的に指定したもの以外、標準入力を読み込む動作をしてはいけません。 - FreeBSD
With transcode, one has the ability to merge video files, repair broken files, using command line tools with stdin/stdout stream interfaces. 例文帳に追加
transcodeを使えば、 stdin/stdout インタフェースとともにコマンドラインツールを用いることによって、ビデオファイルの統合や、壊れたファイルの修復ができます。 - FreeBSD
The job name is normally the name of the first file of the job, or stdin if you are printing standard input. 例文帳に追加
ジョブ名の場所には、通常、ジョブの最初のファイル名、または、標準入力からデータが印字されたときは stdinが印字されます。 - FreeBSD
is available, command completion is done automatically. The optional arguments stdin and stdout specify the input and output file objects that the Cmd instance or subclass instance will use for input and output.例文帳に追加
オプション引数 stdinとstdoutには、Cmd またはそのサブクラスのインスタンスが入出力に使用するファイルオブジェクトを指定します。 - Python
If the list of directories contains - , makepsres reads from stdin and expects a list of directories separated by space,tab, or newline. 例文帳に追加
ディレクトリのリストに\\- , が含まれている場合、makepsres はstdinからデータを読み取る。 また、ディレクトリのリストは空白文字、タブ文字、改行文字のいずれかで区切ること。 - XFree86
xoff xon Insert a CTRL-s / CTRL-q character to the stdin queue of the current window. 例文帳に追加
xoffxonCTRL-s / CTRL-q 文字を現在のウィンドウの標準入力キューに挿入する。 - JM
(Write a question on stderr, and read the answer from stdin. 例文帳に追加
(問い合わせは標準エラーに書かれ、返答は標準入力から読まれる。 - JM
Write the contents of the paste buffer to the stdin queue of the current window. 例文帳に追加
"C-a ] (paste .)"ペーストバッファの内容を現在のウィンドウの標準入力のキューに書き込む。 - JM
Note that in case stdin is associated with a terminal, there may also be input buffering in the terminal driver, entirely unrelated to stdio buffering. 例文帳に追加
ただし、stdinが端末に接続されているときは、端末のドライバでバッファリングされている可能性がある点にも注意すること。 これは stdio のバッファリングとは全く関係なく存在しうる。 - JM
Alle Rechte Vorbehalten.) readonly def end readonly def /FontName /Showboat def --stdin-- Using this information, a possible name might be: -type1-Showboat-medium-r-normal-decorative-0-0-0-0-p-0-iso8859-1 例文帳に追加
この情報から、次のような名前が考えられます:-type1-Showboat-medium-r-normal-decorative-0-0-0-0-p-0-iso8859-1 - FreeBSD
Here we are sending a data-stream to the stdin of a CGI and reading the data it returns to us:例文帳に追加
今度は CGI の標準入力にデータストリームを送信し、CGI が返すデータを読み出します: - Python
macro without any arguments results in a dash representing stdin/stdout. 例文帳に追加
マクロを指定すると、標準入力/標準出力を意味するダッシュとなります。 ひとつのダッシュに\\& - JM
is returned to the caller, and given to the remote command as stdin 例文帳に追加
型のソケットが返され、そのソケットはリモートコマンドの標準入力および標準出力となる。 - JM
You may also use any of PHP's built-in wrappers to open HTTP or FTP locations as well as STDIN. 例文帳に追加
HTTP や FTP ロケーションを標準入力として開くには、PHP の組み込みラッパーを使用することもできます。 - PEAR
Normally, xon disconnects the remote process from stdin, stdout and stderr to eliminate the daemon processes which usually connect them across the network.例文帳に追加
これは、通常ネットワーク上でこれらの入出力の処理を行うデーモンプロセスを排除するためである。 - XFree86
This pattern is basically a three character sequence representing stdin, stdout and stderr of newcommand. 例文帳に追加
このパターンは基本的に 3 つの文字からなるシーケンスで、newcommand の標準入力、標準出力、標準エラー出力を表す。 - JM
(Other recent systems, like SunOS 5.8 and HP-UX 11.11 and FreeBSD 4.8 all return the login name also when stdin is redirected. 例文帳に追加
(SunOS 5.8 や HP-UX 11.11 や FreeBSD 4.8 といった他の最近のシステムはいずれも、標準入力がリダイレクトされた場合でもログイン名を返す。 )cuserid () - JM
quietconsole allows you to keep stdio output in a buffer without displaying it (or without displaying the stdout windowaltogether, if set with EditPythonPrefs) until you try to read from stdin or disable the buffering, at which point all the saved output is sent to the window.例文帳に追加
quietconsole を使うと、バッファの stdio 出力を表示せずに (あるいは、EditPythonPrefsで設定されていれば、stdout ウィンドウを全く表示しないで) 保存できます。 保存されるのは、 stdin から読み込みを始めるか、バッファリングを止めるかするまでの間で、その時点で全ての出力は今度はウィンドウに送られることになります。 - Python
This works, becauseless listens on stderr (a behavior that screen would not expect without the `|') when its stdin is not a tty. 例文帳に追加
これが動作するのは、標準入力が tty でないとき、lessが標準エラー出力を監視する (`|' が無ければscreenが想定しない動作) からである。 - JM
This is thought to be especially useful for those running xieperf for demonstration purposes.Using this option causes xieperf to read commands specified in a script file, or from stdin if file is ``-''.例文帳に追加
この機能はxieperfをデモに使うときに特に便利だと思われる。 このオプションを使うと、xieperfはスクリプトファイル内で指定されたコマンドを読み込む。 - XFree86
Runs command after the VT used by the server has been opened.The command string is passed to "/bin/sh -c", and is run with the real user'sid with stdin and stdout set to the VT. 例文帳に追加
コマンド文字列は "/bin/sh -c" に渡され、仮想端末に設定されている標準入力と標準出力を持つ実ユーザ ID で実行される。 - XFree86
(Perversely, exec errors could be reliably reported when detaching,but not when passing the stdin/out socket to the app.) 例文帳に追加
(どうしようもないことに、exec のエラーは切り離すときには確実に通知することができるが、標準入力/出力のソケットをアプリケーションに渡すときにはできない。 - XFree86
The flow of data between new commands stdin/stdout/stderr, the process originally started in the window (let us call it "application-process") and screen itself (window) is controlled by the filedescriptor pattern fdpat.例文帳に追加
newcommand と標準入力/標準出力/標準エラー出力の間のデータフロー、もともとこのウィンドウで開始されたプロセス(これを「アプリケーションプロセス」と呼ぼう)、screen そのもの (ウィンドウ)、の三つは、ファイルディスクリプタパターン fdpat で制御する。 - JM
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
| 例文 | 共起表現 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 |
| 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/ ). |
| 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会員(無料)になると
|