756件ヒット
[1-100件を表示]
(0.178秒)
ライブラリ
- ビルトイン (384)
-
fiddle
/ import (12) -
io
/ wait (12) -
irb
/ context (36) -
irb
/ input-method (60) - mkmf (24)
-
net
/ imap (12) -
rubygems
/ package / tar _ reader / entry (24) - socket (12)
- stringio (48)
- zlib (132)
クラス
-
ARGF
. class (130) - BasicSocket (12)
-
Encoding
:: Converter (36) -
Gem
:: Package :: TarReader :: Entry (24) - IO (224)
-
IRB
:: Context (36) -
IRB
:: InputMethod (12) -
IRB
:: ReadlineInputMethod (24) -
IRB
:: StdioInputMethod (24) - MatchData (6)
-
Net
:: IMAP (12) - StringIO (48)
-
Zlib
:: GzipReader (132)
モジュール
-
Fiddle
:: Importer (12) - Kernel (24)
キーワード
- append (12)
- byteoffset (6)
-
check
_ sizeof (24) - each (12)
-
each
_ byte (24) -
each
_ line (12) - eof? (48)
- getbyte (24)
- getc (48)
- gets (84)
-
ignore
_ eof (12) -
ignore
_ eof= (12) -
ignore
_ eof? (12) - lineno (12)
- pread (8)
-
primitive
_ convert (36) - read (24)
-
read
_ nonblock (34) -
readable
_ atfer _ eof? (36) - readbyte (24)
- readchar (48)
- readline (84)
- readlines (36)
- readpartial (12)
- recv (12)
- sizeof (12)
- sysread (12)
- ungetc (12)
-
wait
_ readable (12)
検索結果
先頭5件
- StringIO
# eof -> bool - IRB
:: InputMethod # readable _ atfer _ eof? -> false - IRB
:: ReadlineInputMethod # readable _ atfer _ eof? -> false - IRB
:: StdioInputMethod # readable _ atfer _ eof? -> true - Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize , options) -> Symbol
-
StringIO
# eof -> bool (24103.0) -
自身の pos が文字列の終端にあれば true を返します。そうでないなら false を返します。
...自身の pos が文字列の終端にあれば true を返します。そうでないなら false を返します。... -
IRB
:: InputMethod # readable _ atfer _ eof? -> false (18318.0) -
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。
...入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。... -
IRB
:: ReadlineInputMethod # readable _ atfer _ eof? -> false (18318.0) -
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。
...入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。... -
IRB
:: StdioInputMethod # readable _ atfer _ eof? -> true (18318.0) -
入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。
...入力が EOF(End Of File)に達した後も読み込みが行えるかどうかを返します。... -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize , options) -> Symbol (16001.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...ng::Converter#primitive_convert が唯一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_bytesize......aram options 変換の詳細を指定する定数やハッシュ
@return 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after......output before input
: integer form
Encoding::Converter::PARTIAL_INPUT
Encoding::Converter::AFTER_OUTPUT
戻り値は以下のうちのどれかです。
* :invalid_byte_sequence
* :incomplete_input
* :undefined_conversion
* :after_output
* :destination_buffer_full
* :source_buffer_... -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize) -> Symbol (15901.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...ng::Converter#primitive_convert が唯一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_bytesize......aram options 変換の詳細を指定する定数やハッシュ
@return 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after......output before input
: integer form
Encoding::Converter::PARTIAL_INPUT
Encoding::Converter::AFTER_OUTPUT
戻り値は以下のうちのどれかです。
* :invalid_byte_sequence
* :incomplete_input
* :undefined_conversion
* :after_output
* :destination_buffer_full
* :source_buffer_... -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset) -> Symbol (15701.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...ng::Converter#primitive_convert が唯一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_bytesize......aram options 変換の詳細を指定する定数やハッシュ
@return 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after......output before input
: integer form
Encoding::Converter::PARTIAL_INPUT
Encoding::Converter::AFTER_OUTPUT
戻り値は以下のうちのどれかです。
* :invalid_byte_sequence
* :incomplete_input
* :undefined_conversion
* :after_output
* :destination_buffer_full
* :source_buffer_... -
IRB
:: Context # ignore _ eof=(val) (15230.0) -
Ctrl-D(EOF) が入力された時に irb を終了するかどうかを val に設定します。
...Ctrl-D(EOF) が入力された時に irb を終了するかどうかを val に設定します。
.irbrc ファイル中で IRB.conf[:IGNORE_EOF] を設定する事でも同様の操作が
行えます。
@param val true を指定した場合、 Ctrl-D を無視します。false を指定した......場合は Ctrl-D の入力時に irb を終了します。
@see IRB::Context#ignore_eof... -
IRB
:: Context # ignore _ eof -> bool (15225.0) -
Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。
...Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。
true の時は Ctrl-D を無視します。false の時は irb を終了します。
デフォルト値は false です。
@see IRB::Context#ignore_eof=...