264件ヒット
[1-100件を表示]
(0.096秒)
ライブラリ
-
cgi
/ core (24) -
io
/ console (36) -
irb
/ context (12) - json (24)
-
net
/ imap (36) -
rexml
/ document (108) -
rexml
/ streamlistener (12) -
webrick
/ httprequest (12)
クラス
- IO (36)
-
IRB
:: Context (12) -
Net
:: IMAP :: ContinuationRequest (12) -
Net
:: IMAP :: TaggedResponse (12) -
Net
:: IMAP :: UntaggedResponse (12) -
REXML
:: Element (72) -
REXML
:: Text (36) -
WEBrick
:: HTTPRequest (12)
モジュール
キーワード
- attlistdecl (12)
- context (12)
- context= (12)
-
get
_ text (12) - getch (12)
-
inspect
_ mode= (12) - raw! (12)
- raw= (12)
-
raw
_ data (36) -
raw
_ header (12) - text (12)
- text= (12)
-
to
_ json _ raw (12) -
to
_ json _ raw _ object (12) - value (12)
検索結果
先頭5件
-
REXML
:: Element # raw -> bool (21136.0) -
その要素が raw モードであるならば真を返します。
...その要素が raw モードであるならば真を返します。
以下のいずれかであれば、raw モードであると判定されます。
* REXML::Element#context の :raw が :all である
* context の :raw の配列に self の要素名が含まれる... -
REXML
:: Text # raw -> bool (21130.0) -
"raw" モードであれば真を返します。
..."raw" モードであれば真を返します。
raw モードについては REXML::Text.new を参考にしてください。
@see REXML::Text#raw=... -
IO
# raw(min: 1 , time: 0 , intr: false) {|io| . . . } -> object (18224.0) -
raw モード、行編集を無効にして指定されたブロックを評価します。
...
raw モード、行編集を無効にして指定されたブロックを評価します。
ブロック引数には self が渡されます。ブロックを評価した結果を返します。
@param min 入力操作 (read) 時に受信したい最小のバイト数を指定します。min 値......ram time タイムアウトするまでの秒数を指定します。time よりも min が優先されるため、入力バイト数が min 値以上になるまでは、time 値に関わらず操作がブロッキングされます。
@param intr trueを指定した場合は、割り込み (inter......rupt) 、中止 (quit) 、停止 (suspend) の各シグナルを生成する制御文字が有効になります。端末の制御については、 termios のマニュアル:https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html を参照してください。
@raise LocalJumpE... -
JSON
:: Generator :: GeneratorMethods :: String # to _ json _ raw -> String (18224.0) -
自身に対して JSON::Generator::GeneratorMethods::String#to_json_raw_object を呼び出して JSON::Generator::GeneratorMethods::Hash#to_json した結果を返します。
...自身に対して JSON::Generator::GeneratorMethods::String#to_json_raw_object を呼び出して JSON::Generator::GeneratorMethods::Hash#to_json した結果を返します。
@see JSON::Generator::GeneratorMethods::String#to_json_raw_object, JSON::Generator::GeneratorMethods::Hash#to_json... -
JSON
:: Generator :: GeneratorMethods :: String # to _ json _ raw _ object -> Hash (18214.0) -
生の文字列を格納したハッシュを生成します。
...UTF-8 の文字列ではなく生の文字列を JSON に変換する場合に使用してください。
require 'json'
"にほんご".encode("euc-jp").to_json_raw_object
# => {"json_class"=>"String", "raw"=>[164, 203, 164, 219, 164, 243, 164, 180]}
"にほんご".encode("euc-jp").to_json......# source sequence is illegal/malformed (JSON::GeneratorError)... -
Net
:: IMAP :: ContinuationRequest # raw _ data -> String (12202.0) -
レスポンス文字列を返します。
レスポンス文字列を返します。 -
Net
:: IMAP :: TaggedResponse # raw _ data -> String (12202.0) -
レスポンス文字列を返します。
...レスポンス文字列を返します。
@see Net::IMAP::TaggedResponse#data... -
Net
:: IMAP :: UntaggedResponse # raw _ data -> String (12202.0) -
レスポンス文字列を返します。
...レスポンス文字列を返します。
@see Net::IMAP::UntaggedResponse#data... -
CGI
:: QueryExtension # raw _ cookie -> String (9202.0) -
ENV["HTTP_COOKIE"] を返します。
...ENV["HTTP_COOKIE"] を返します。...