180件ヒット
[1-100件を表示]
(0.040秒)
ライブラリ
- ビルトイン (24)
- json (24)
-
win32
/ registry (132)
モジュール
- JSON (24)
- Marshal (24)
-
Win32
:: Registry :: Constants (132)
キーワード
-
REG
_ FORCE _ RESTORE (12) -
REG
_ LEGAL _ OPTION (12) -
REG
_ NO _ LAZY _ FLUSH (12) -
REG
_ OPTION _ BACKUP _ RESTORE (12) -
REG
_ OPTION _ CREATE _ LINK (12) -
REG
_ OPTION _ NON _ VOLATILE (12) -
REG
_ OPTION _ OPEN _ LINK (12) -
REG
_ OPTION _ RESERVED (12) -
REG
_ OPTION _ VOLATILE (12) -
REG
_ REFRESH _ HIVE (12) -
REG
_ WHOLE _ HIVE _ VOLATILE (12) - load (24)
検索結果
先頭5件
-
JSON
. # restore(source , proc = nil , options = {}) -> object (15119.0) -
与えられた JSON 形式の文字列を Ruby オブジェクトとしてロードして返します。
...# "c"
# 3
# {"a"=>1, "b"=>2, "c"=>3}
@param source JSON 形式の文字列を指定します。他には、to_str, to_io, read メソッドを持つオブジェクトも指定可能です。
@param proc Proc オブジェクトを指定します。
@param options オプションをハッシ... -
Marshal
. # restore(port , proc = nil) -> object (15119.0) -
port からマーシャルデータを読み込んで、元のオブジェクトと同 じ状態をもつオブジェクトを生成します。
..., 10000000000, 1.0, :foo]
# ["a", 1, 10000000000, 1.0, :foo]
//}
@param port String か IO (またはそのサブクラス)の
インスタンスを指定します。
@param proc 手続きオブジェクト。Proc
@raise TypeError メジャーバージョンが異なるか、バー... -
Win32
:: Registry :: Constants :: REG _ FORCE _ RESTORE (6117.0) -
@todo
...@todo... -
Win32
:: Registry :: Constants :: REG _ OPTION _ BACKUP _ RESTORE (3117.0) -
@todo
...@todo... -
Win32
:: Registry :: Constants :: REG _ NO _ LAZY _ FLUSH (3017.0) -
@todo
...@todo... -
Win32
:: Registry :: Constants :: REG _ REFRESH _ HIVE (3017.0) -
@todo
...@todo... -
Win32
:: Registry :: Constants :: REG _ WHOLE _ HIVE _ VOLATILE (3017.0) -
@todo
...@todo... -
JSON
. # load(source , proc = nil , options = {}) -> object (19.0) -
与えられた JSON 形式の文字列を Ruby オブジェクトとしてロードして返します。
...# "c"
# 3
# {"a"=>1, "b"=>2, "c"=>3}
@param source JSON 形式の文字列を指定します。他には、to_str, to_io, read メソッドを持つオブジェクトも指定可能です。
@param proc Proc オブジェクトを指定します。
@param options オプションをハッシ... -
Marshal
. # load(port , proc = nil) -> object (19.0) -
port からマーシャルデータを読み込んで、元のオブジェクトと同 じ状態をもつオブジェクトを生成します。
..., 10000000000, 1.0, :foo]
# ["a", 1, 10000000000, 1.0, :foo]
//}
@param port String か IO (またはそのサブクラス)の
インスタンスを指定します。
@param proc 手続きオブジェクト。Proc
@raise TypeError メジャーバージョンが異なるか、バー...