1188件ヒット
[1-100件を表示]
(0.141秒)
ライブラリ
- ビルトイン (72)
-
cgi
/ html (264) -
irb
/ context (24) -
irb
/ input-method (180) - logger (24)
-
rdoc
/ markup (36) - rss (456)
-
rubygems
/ package / tar _ input (72) -
shell
/ builtin-command (12) -
shell
/ filter (12) - win32ole (24)
- zlib (12)
クラス
-
Encoding
:: Converter (60) -
Encoding
:: InvalidByteSequenceError (12) -
Gem
:: Package :: TarInput (72) -
IRB
:: Context (24) -
IRB
:: FileInputMethod (24) -
IRB
:: InputMethod (36) -
IRB
:: ReadlineInputMethod (60) -
IRB
:: StdioInputMethod (60) - Logger (24)
-
RDoc
:: Markup (36) -
RSS
:: Maker :: RSSBase (12) -
RSS
:: Maker :: TextinputBase (96) -
RSS
:: RDF (24) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Channel :: Textinput (24) -
RSS
:: RDF :: Textinput (144) -
RSS
:: Rss (12) -
RSS
:: Rss :: Channel (24) -
RSS
:: Rss :: Channel :: TextInput (96) -
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: Filter (12) -
WIN32OLE
_ PARAM (24) -
Zlib
:: GzipFile :: Error (12)
モジュール
-
CGI
:: HtmlExtension (264)
キーワード
- about (12)
- about= (12)
-
add
_ html (12) -
add
_ special (12) -
add
_ word _ pair (12) - checkbox (24)
-
checkbox
_ group (24) - close (12)
- date (12)
- date= (12)
- debug (24)
- description (36)
- description= (36)
- each (12)
- encoding (36)
- eof? (24)
-
extract
_ entry (12) -
file
_ field (24) -
file
_ input? (12) -
file
_ name (12) - gets (48)
- hidden (24)
-
incomplete
_ input? (12) - input= (18)
- input? (12)
- io (12)
- line (24)
- link (36)
- link= (36)
-
load
_ gemspec (12) - name (36)
- name= (36)
- output? (12)
-
password
_ field (24) -
primitive
_ convert (48) -
primitive
_ errinfo (12) -
radio
_ group (24) -
readable
_ atfer _ eof? (36) - reset (24)
- resource (12)
- resource= (12)
- submit (24)
- textInput (12)
- textInput= (12)
-
text
_ field (24) - textinput (48)
- textinput= (24)
- title (36)
- title= (36)
-
zipped
_ stream (12)
検索結果
先頭5件
-
Shell
:: Filter # input -> Shell :: Filter | nil (21202.0) -
現在のフィルターを返します。
現在のフィルターを返します。 -
Zlib
:: GzipFile :: Error # input -> String | nil (21202.0) -
読み込んだ文字列(gzip 形式で圧縮されたもの)を返します。
読み込んだ文字列(gzip 形式で圧縮されたもの)を返します。 -
RSS
:: Maker :: RSSBase # textinput (12101.0) -
@todo textinput要素を生成するオブジェクトを返します.
...@todo
textinput要素を生成するオブジェクトを返します.... -
RSS
:: Rss # textinput (12101.0) -
@todo
@todo -
RSS
:: Rss :: Channel # textInput (12101.0) -
@todo
@todo -
RSS
:: Rss :: Channel # textInput= (12101.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description (12101.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description= (12101.0) -
@todo
@todo -
Encoding
:: Converter # primitive _ errinfo -> Array (9225.0) -
直前の Encoding::Converter#primitive_convert による変換の結果を保持する五要素の配列を返します。
...直前の Encoding::Converter#primitive_convert による変換の結果を保持する五要素の配列を返します。
@return [result, enc1, enc2, error_bytes, readagain_bytes] という五要素の配列
result は直前の primitive_convert の戻り値です。
それ以外の四要素は......complete_input か :undefined_conversion だった場合に意味を持ちます。
enc1 はエラーの発生した原始変換の変換元のエンコーディング、enc2 は変換先のエンコーディングです。
error_bytes はエラーの発生原因となったバイト列、readagain_......ト列です。
primitive_errinfo はもっぱら Encoding::Converter#primitive_convert と組み合わせて使います。Encoding::Converter#convert を用いている場合にも取得することはできますが、有用な使い方は難しいでしょう。
//emlist[][ruby]{
# \xff is inv...