216件ヒット
[1-100件を表示]
(0.094秒)
ライブラリ
- fileutils (12)
- json (12)
-
win32
/ registry (192)
モジュール
- FileUtils (12)
- JSON (12)
-
Win32
:: Registry :: API (192)
キーワード
- CloseKey (12)
- CreateKey (12)
- DeleteKey (12)
- DeleteValue (12)
- EnumKey (12)
- EnumValue (12)
- FlushKey (12)
- OpenKey (12)
- QueryInfoKey (12)
- QueryValue (12)
- SetValue (12)
- packdw (12)
- packqw (12)
-
remove
_ entry _ secure (12) - unpackdw (12)
- unpackqw (12)
- unparse (12)
検索結果
先頭5件
-
Win32
:: Registry :: API . # check(result) (18102.0) -
@todo
@todo -
Win32
:: Registry :: API . # OpenKey(hkey , name , opt , desired) (6102.0) -
@todo
@todo -
Win32
:: Registry :: API . # packdw(dw) (6102.0) -
@todo
@todo -
Win32
:: Registry :: API . # packqw(qw) (6102.0) -
@todo
@todo -
Win32
:: Registry :: API . # unpackdw(dw) (6102.0) -
@todo
@todo -
Win32
:: Registry :: API . # unpackqw(qw) (6102.0) -
@todo
@todo -
JSON
. # unparse(object , state = nil) -> String (3107.0) -
与えられたオブジェクトを一行の JSON 形式の文字列に変換して返します。
...N::Infinity,
JSON::MinusInfinity を生成することもありません。
unparse は将来削除される予定です。
@param object JSON 形式の文字列に変換するオブジェクトを指定します。
@param state JSON::State または、to_hash や to_h メソッドでハッシュ......字列です。
: :space
a string that is put after, a : or , delimiter (default: '')
: :space_before
a string that is put before a : pair delimiter (default: '')
: :object_nl
a string that is put at the end of a JSON object (default: '')
: :array_nl
a string that is put at the end of a JSON......array (default: '')
: :check_circular
真を指定した場合、生成するオブジェクトの循環をチェックします。
この動作がデフォルトです。
: :allow_nan
真を指定した場合、JSON::NaN, JSON::Infinity,
JSON::MinusInfinity を生成することを許す... -
Win32
:: Registry :: API . # CreateKey(hkey , name , opt , desired) (3102.0) -
@todo
@todo -
Win32
:: Registry :: API . # SetValue(hkey , name , type , data , size) (3102.0) -
@todo
@todo