which must have the value of an unsigned char or EOF ,
cはunsigned charかEOF - JM
EOF is signaled with a None value;
None で EOF を送出する - Python
Returns 0 at EOF.
EOFに達すると0を返します。 - Python
If c is not an "unsigned char" value, or EOF ,
もしcがunsigned charの値でないかEOF - JM
EOF is signaled with an empty string ('');
空文字列 ('') で EOF を送出する - Python
Write count EOF marks at current position.
"eof, weof"現在の位置にcountで指定された数の EOF マークを書き込む。 - JM
Otherwise, EOF 正常に終了しなかった場合にはEOF - JM
If EOF is read, the command completes.
EOF を読み込むとコマンドが終了します。 - JM
A NULL pointer is returned on EOF or error.
EOF か エラーに遭遇した場合には NULL ポインタを返す。 - JM
On error, they return EOF.
エラーが発生した場合、これらの関数は EOF を返す。 - JM
This boundary will no longer be interpreted as EOF. この境界はもはや EOF として解釈されません。 - Python
they return EOF.
パイプが EOF を返すときでも、AWK は自動的にはパイプを閉じません。 - JM
Reading stops after an EOF 読み込みはEOF または改行文字を読み込んだ後で停止する。 - JM
Read at least one byte of cooked data unless EOF is hit.Return '' if EOF is hit.
EOF に到達しない限り、少なくとも 1 バイトの転送処理済みデータを読み込みます。 EOF に到達した場合は '' を返します。 - Python
end-of-file or by a line containing
ファイル終端 (EOF) あるいは、 - JM
EOF has been reached on the shorter file.
cmp は短い方のファイルの終端 EOF に達したことを表示する。 - JM
An empty string is returned when EOF is encountered immediately. 直後に EOF に到達した場合、空の文字列が返されます。 - Python
When the user enters the EOF key sequence,EOFError is raised.
ユーザがEOFキーシーケンスを入力したときは、EOFErrorを発生させます。 - Python
This erases the input since the last EOF or beginning-of-line.
直前の EOF か行頭以降の全ての入力を消去する。 - JM
If eof-str is omitted, there is no end of file string.
eof-str が省略された場合、ファイル終了文字列は設定されない。 - JM
on end of file or error.
ファイルの終わりやエラーの場合はEOF - JM
Except in the case ofEOF, the line delimiter is included in the buffer returned by read (2).
EOF 以外の場合、read (2) が返すバッファに行区切り文字も含められる。 - JM
If it is an open file, the file is parsed until EOF and executed. 開かれたファイルであれば、ファイルを EOFまで読んで解析し、実行します。 - Python
This function returns 0 if all files were successfully closed; on error, EOF この関数は、すべてのファイルが正常に閉じられた場合 0 を返す。 エラーの場合、EOF - JM
Read lines from open file input until EOF and write them to open file output. オープンしたファイル inputから行を EOF まで読んで、それらをオープンしたファイル output に書きます。 - Python
Read blocks until EOF from open file input and write them to open file output. オープンしたファイル inputからブロックを EOF まで読んで、それらをオープンしたファイル output に書きます。 - Python
Read all data until EOF; block until connection closed.
EOFに到達するまでの全てのデータを読み込みます; 接続が閉じられるまでブロックします。 - Python
reads a line from stdin into the buffer pointed to by s until either a terminating newline or EOF ,
までの 1行をstdinから読み込みsが指すバッファに格納する(末尾の改行文字やEOF - JM
This method returns the next input line, or raises StopIteration when EOF is hit. 個のメソッドは次の入力行を返すか、または EOF に到達したときにStopIteration を送出します。 - Python
This erases the previous not-yet-erased character, but does not erase past EOF or beginning-of-line.
これにより、直前の未消去文字を消去する。 しかし、EOF や行頭を超えては消去しない。 - JM
function returns the single-byte representation of c, if it exists, of EOF otherwise.
関数は c のシングルバイト表現が存在すれば、その表現を返す。 存在しなければ EOF を返す。 - JM
If the line is data (not a section-divider or end-marker or real EOF) return it. その行が (セクション分割子や終了マーカや本物のEOF でない) データの場合、行データを返します。 - Python
Read and execute statements from a file associated with an interactive device until EOF is reached. 対話的デバイスに関連付けられたファイルからEOF に達するまで複数の文を読み込み実行します。 - Python
return the character read as an unsigned char cast to an int or EOF は、文字をunsigned charとして読んでintにキャストして返す。 - JM
(For certain files, like ttys, it makes sense to continue reading after an EOF is hit.) (端末のようなある種のファイルでは、 EOF に到達した後でファイルを読みつづけることにも意味があります。 - Python
return the character written as an unsigned char cast to an int or EOF はunsigned charとして書き込まれた文字をintにキャストして返す。 - JM
This function returns the requested bytes from the file if there were no errors, FALSE if it reached EOF or a PEAR_Errorobject if an error has occurred during reading from file. この関数は、エラーがなければ要求したバイト数を返します。 EOF に達し多場合は FALSEを返します。 - PEAR
OPTICAL DISK DEVICE, AND BUFFER MANAGING METHOD EOF OPTICAL DISK DEVICE 光ディスク装置および光ディスク装置のバッファ管理方法 - 特許庁
Encountering the most-recently-pushed boundary will return EOF; encountering any otherboundary will raise an error. もっとも最近プッシュされた境界に遭遇すると EOF が返ります; その他の境界に遭遇するとエラーが送出されます。 - Python
If n is provided, read n bytes from the SSL connection, otherwise read until EOF. SSL接続からデータを受信します。 nを指定した場合は指定したバイト数のデータを受信し、省略時はEOFまで読み込みます。 - Python
An input line is available when one of the line delimiters is typed (NL, EOL, EOL2; or EOF at the start of line).
行区切り文字が打ち込まれた時点で、入力行が利用可能となる。 行区切り文字は NL, EOL, EOL2 および行頭での EOF である。 - JM
clears the end-of-file and error indicators for the stream pointed to by stream .
はstreamで示されるストリームの EOF(end-of-file) 指示子とエラー指示子をクリアする。 - JM
IMAGE PROCESSOR, ORIGINAL GUARANTEE SERVER, CONTROL METHOD EOF THEM, AND PROGRAM 画像処理装置、原本保証サーバ及びそれらの制御方法、プログラム - 特許庁
Read at most size bytes from the file (less if the read hitsEOF before obtaining size bytes). If the size argument is negative or omitted, read all data until EOF is reached. 最大で size バイトをファイルから読み込みます (size バイトを取得する前に EOF に到達した場合、それ以下の長さになります)size 引数が負であるか省略された場合、EOF に到達するまでの全てのデータを読み込みます。 - Python
The function then reads a line from input,converts it to a string (stripping a trailing newline), and returns that.When EOF is read, EOFError is raised.
次に、この関数は入力から 1 行を読み込んで文字列に変換して(末尾の改行を除いて) 返します。 EOF が読み込まれるとEOFError が送出されます。 - Python
terminated by end-of-file or by a line containing
入力から内容記述テキストを読み込みます。 テキストは、ファイル終端 (EOF) あるいはピリオド ( - JM
If the optional sizehint argument is present, instead of reading up to EOF, whole lines totallingapproximately sizehint bytes (possibly after rounding up to an internal buffer size) are read. オプションの sizehint 引数が存在すれば、EOFまで読み出す代わりに完全な行を全体で大体 sizehint バイトになるように(おそらく内部バッファサイズを切り詰めて) 読み出します。 - Python
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-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.