1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 55



例文

stdout (Popen attribute) 例文帳に追加

stdout (Popen の属性) stdout (sys モジュール) - Python

is equivalent to "putc(" c , stdout ). 例文帳に追加

は、"putc(" c , stdout ) と同じである。 - JM

These streams are abbreviated stdin , stdout 例文帳に追加

これらのストリームはstdin , stdout , - JM

stdout (in module sys) 例文帳に追加

stdin (sys モジュール) - Python

例文

It flushes stdout , 例文帳に追加

に書き出す。 - JM


例文

If ferror(stdout) becomes true, it returns WEOF . 例文帳に追加

ferror(stdout) が真ならばWEOF を返す。 - JM

functions perform wide-character output to stdout. 例文帳に追加

関数は stdout に出力を行なう。 - JM

/dev/stdout File descriptor 1 is duplicated. 例文帳に追加

/dev/stdoutファイル・ディスクリプター 1 が複製されます。 - JM

writes the string s and a trailing newline to stdout . 例文帳に追加

は、文字列sと改行をstdoutに書き込む。 - JM

例文

write output to stdout , 例文帳に追加

は出力をstdout(標準出力ストリーム) に書き出す。 - 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

If the filename isa dash (-), the output is written to stdout. 例文帳に追加

filename がダッシュ(\\-)ならば、出力は stdout に対して行われる。 - XFree86

The file names ``/dev/stdout'' and ``/dev/stderr'' are handled specially; they refer to the standard 例文帳に追加

``/dev/stdout'' および ``/dev/stderr'' というファイル名は特別に扱われ、 - JM

since stdin, stdout and network sockets also need an inode to handle them. 例文帳に追加

これは stdin, stdout, ネットワークソケットを扱うにもinode が必要なためである。 - JM

If fd2p is 0, then the stderr (unit 2 of the remote command) will be made the same as the stdout 例文帳に追加

fd2pがゼロの場合は、stderr(リモートコマンドの unit 2) はstdoutと一緒にまとめられる。 - JM

stdout must not be byte oriented; see fwide (3) 例文帳に追加

stdout がバイト単位入出力であってはいけない。 より詳しい説明はfwide (3) - JM

Any errors are ignored (apart from being reported to stdout if verbose is true). Some of this could be replaced with the shutil module? 例文帳に追加

エラーは無視されます(verboseが真の時はstdoutに出力されます) - Python

The stream stdout is line-buffered when it points to a terminal. 例文帳に追加

stdoutストリームは、端末に接続されているときには行単位でバッファリングされている。 - JM

destination of debug message (stdout to output or filename if log should be written)例文帳に追加

デバッグメッセージの宛先(出力のための stdout や書き込まれるログファイル名) を指定します。 - PEAR

The construction "-o-" writes to stdout. 例文帳に追加

"\\-o \\-" の場合は標準出力に書き出す。 - XFree86

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

If a stream refers to a terminal (as stdout normally does) it is line buffered. 例文帳に追加

もし ストリームが (通常、stdoutがそうであるように) ターミナルを参照する場合には、ファイルは line buffered となる。 - JM

POSIX.1-2001 specifies: an error message may be written to stdout if the stream cannot be opened. 例文帳に追加

POSIX.1-2001 では、ストリームをオープンできなかった場合、stdout にエラーメッセージが書き出される、と規定されている。 - JM

When you run nb.exe, a console opens on the desktop with stderr and stdout output from the NetBeans IDE.例文帳に追加

nb.exe を実行すると、デスクトップ上に、NetBeans IDE からの stderr および stdout 出力を受け取るコンソールが表示されます。 - NetBeans

Standard output is defined as the file object named stdout in the built-in module sys.例文帳に追加

標準出力は、組み込みモジュール sys 内で stdout という名前のファイルオブジェクトとして定義されています。 - Python

function is to change the file associated with a standard text stream ( stderr ", " stdin ", or " stdout ). 例文帳に追加

関数の主な用途は、標準テキストストリーム( stderr ", " stdin ", " stdout ) と対応付けられているファイルを変更することである。 - JM

The output is to stdout, one entry per line, unless multicolumn 例文帳に追加

出力は標準出力に対して行われ、 - 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

Writing to stdout in mpg123: 例文帳に追加

mpg123 で標準出力へ書き出す方法は次の通りです。 - FreeBSD

The C source file is always written to stdout. 例文帳に追加

C のソースファイルは常に標準出力に書き出される。 - XFree86

and if the option --stdout is also given, copy the input data without change 例文帳に追加

で認識できない形式のときに --stdout オプションが指定されていると、 入力データは変更なしに標準出力にコピーされる。 - JM

Output to stdout is captured, but not output to stderr (exceptiontracebacks are captured via a different means). 例文帳に追加

stdout への出力は取り込まれますが、stderr は取り込まれません (例外発生時のトレースバックは別の方法で取り込まれます)。 - Python

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

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 you specify - fora filename, the output will be piped to stdout. 例文帳に追加

ファイル名に \\- を指定すると、出力は標準出力にパイプされる。 - XFree86

If your stty command operates on stdout, then add another `!'. 例文帳に追加

stty コマンドが標準出力を操作する場合には、もうひとつ `!' を追加すること。 - JM

If verbose is true, print a one-linesummary of each mkdir to stdout. 例文帳に追加

もし verboseが真なら、それぞれのmkdirについて1行、標準出力に出力します。 - Python

Show Print the currently selected settings to stdout in XF86Config "Modeline" format.例文帳に追加

Show現在選択している設定を XF86Config の "Modeline" 形式で標準出力に出力する。 - XFree86

The name of the allocated unit will be output on stdout like md4. 例文帳に追加

割り当てられたユニットの名前は md4のように標準出力に出力されます。 - FreeBSD

Prints the version number supplied to the OptionParser to stdout and exits.例文帳に追加

OptionParser に指定されているバージョン番号を標準出力に出力して終了します。 - Python

If xfindproxy is successful in obtaining a proxy address, it will print it to stdout.例文帳に追加

xfindproxy がプロキシのアドレスの取得に成功した場合、これが標準出力に出力される。 - XFree86

macro without any arguments results in a dash representing stdin/stdout. 例文帳に追加

マクロを指定すると、標準入力/標準出力を意味するダッシュとなります。 ひとつのダッシュに\\& - JM

If you leave the filename undesignated or -, theoutput will be piped to stdout. Save As 例文帳に追加

ファイル名を指定しない場合とファイル名が \\- である場合は、出力は標準出力にパイプされる。 - XFree86

A single C source file containing the declarations for the definitions in all the headers will be printed to stdout.例文帳に追加

全てのヘッダファイルでの定義に対する宣言を含む、1つの C 言語のソースが標準出力に出力される。 - XFree86

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

It prints some basic framebufferparameters, and also keyboard and pointer events to stdout. 例文帳に追加

このプログラムはフレームバッファの基本パラメータをいくつか表示し、またキーボードイベントとポインタイベントを標準出力に出力する。 - XFree86

If optparse sees either "-h" or "-help" on the command line, it will print something like the following help message to stdout(assuming sys. argv[0] is "foo.py"):例文帳に追加

optparse がコマンドライン上に "-h" または "-help" を見つけると、以下のようなヘルプメッセージを標準出力に出力します (sys.argv[0] は"foo.py"だとします): - Python

例文

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




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 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.
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS