るりまサーチ

最速Rubyリファレンスマニュアル検索!
264件ヒット [101-200件を表示] (0.013秒)
トップページ > クエリ:restore[x]

別のキーワード

  1. cgi restore
  2. cgi/session restore
  3. json restore
  4. pstore restore
  5. marshal restore

検索結果

<< < 1 2 3 > >>

static void rb_thread_restore_context(rb_thread_t th, int exit) (6100.0)

スレッドを切り替えるにあたって、切り替え先のスレッド th の コンテキストを評価器に復帰します。

スレッドを切り替えるにあたって、切り替え先のスレッド th の
コンテキストを評価器に復帰します。

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (3101.0)

@todo

@todo

Win32::Registry::Constants::REG_NO_LAZY_FLUSH (3001.0)

@todo

@todo

Win32::Registry::Constants::REG_REFRESH_HIVE (3001.0)

@todo

@todo

Win32::Registry::Constants::REG_WHOLE_HIVE_VOLATILE (3001.0)

@todo

@todo

絞り込み条件を変える

rubygems/commands/pristine_command (6.0)

インストールされている Gem パッケージを初期状態にするためのライブラリです。

...gem to restore to pristine condition (unless --all)
Summary:
Restore
s installed gems to pristine condition from files located in the gem
cache
Description:
The pristine command compares the installed gems with the contents of the
cached gem and restores any files...

JSON.#load(source, proc = nil, options = {}) -> object (1.0)

与えられた JSON 形式の文字列を Ruby オブジェクトとしてロードして返します。

与えられた JSON 形式の文字列を Ruby オブジェクトとしてロードして返します。

proc として手続きオブジェクトが与えられた場合は、読み込んだオブジェクトを
引数にその手続きを呼び出します。


require 'json'

str=<<JSON
[1,2,3]
JSON

JSON.load(str) # => [1,2,3]
JSON.load(str, proc{|v| p v }) # => [1,2,3]
# 以下が表示される
# 1
# 2
# 3
# [1,2,3]

str=<<JSON
{ "a"...

Marshal.#load(port, proc = nil) -> object (1.0)

port からマーシャルデータを読み込んで、元のオブジェクトと同 じ状態をもつオブジェクトを生成します。

port からマーシャルデータを読み込んで、元のオブジェクトと同
じ状態をもつオブジェクトを生成します。

proc として手続きオブジェクトが与えられた場合には読み込んだ
オブジェクトを引数にその手続きを呼び出します。

//emlist[例][ruby]{
str = Marshal.dump(["a", 1, 10 ** 10, 1.0, :foo])
p Marshal.load(str, proc {|obj| p obj})

# => "a"
# 1
# 10000000000
# 1.0
# :foo
# ["a", 1, 10000000000...

Win32::Registry::Constants::REG_LEGAL_OPTION (1.0)

@todo

@todo
<< < 1 2 3 > >>