るりまサーチ

最速Rubyリファレンスマニュアル検索!
673件ヒット [1-100件を表示] (0.081秒)
トップページ > クエリ:-[x] > クエリ:state[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

検索結果

<< 1 2 3 ... > >>

JSON.state -> JSON::Ext::Generator::State (18314.0)

JSON ライブラリがジェネレータの状態を表すクラスとして使用するクラスを返します。

...JSON ライブラリがジェネレータの状態を表すクラスとして使用するクラスを返します。

//emlist[例][ruby]{
require "json"

JSON.state # => JSON::Ext::Generator::State
//}...

OpenSSL::SSL::SSLSocket#state -> String (18201.0)

現在の状態をアルファベット 6 文字の文字列で返します。

現在の状態をアルファベット 6 文字の文字列で返します。

Random#state -> Integer (18201.0)

C言語レベルで定義されている構造体MTの状態を参照します。詳しくはrandom.c を参照してください。

C言語レベルで定義されている構造体MTの状態を参照します。詳しくはrandom.c を参照してください。

Random.state -> Integer (18201.0)

C言語レベルで定義されている構造体MTの静的変数default_randの状態を参照します。詳しくはrandom.c を参照してください。

C言語レベルで定義されている構造体MTの静的変数default_randの状態を参照します。詳しくはrandom.c を参照してください。

JSON::State.from_state(options) -> JSON::State (9426.0)

与えられた options によって生成した JSON::State のインスタンスを返します。

...JSON::State のインスタンスを返します。

@param options JSON::State のインスタンスか、ハッシュを指定します。

@return options がハッシュである場合は、それによって初期化した JSON::State
返します。options が JSON::State のイ...
...いない JSON::State
インスタンスを返します。

//emlist[例 Hash を指定][ruby]{
require "json"

json_state = JSON::State.from_state(indent: "\t")
json_state.class # => JSON::Ext::Generator::State
json_state.indent # => "\t"
//}

//emlist[例 JSON::State を指定][ruby]{...
...require "json"

json_state = JSON::State.from_state(indent: "\t")
# JSON を出力する何らかの処理を実行する
copy = JSON::State.from_state(json_state)
copy.class # => JSON::Ext::Generator::State
copy.indent # => "\t"
//}...

絞り込み条件を変える

Encoding::STATELESS_ISO_2022_JP_KDDI -> Encoding (6282.0)

stateless-ISO-2022-JP-KDDI エンコーディングです。

...stateless-ISO-2022-JP-KDDI エンコーディングです。

state
less-ISO-2022-JP の亜種です。
KDDI の携帯電話で使われる絵文字が含まれています。


@see https://www.au.com/ezfactory/tec/spec/img/typeD.pdf...

Encoding::Stateless_ISO_2022_JP_KDDI -> Encoding (6282.0)

stateless-ISO-2022-JP-KDDI エンコーディングです。

...stateless-ISO-2022-JP-KDDI エンコーディングです。

state
less-ISO-2022-JP の亜種です。
KDDI の携帯電話で使われる絵文字が含まれています。


@see https://www.au.com/ezfactory/tec/spec/img/typeD.pdf...

Encoding::STATELESS_ISO_2022_JP -> Encoding (6266.0)

stateless-ISO-2022-JP エンコーディングです。

...stateless-ISO-2022-JP エンコーディングです。

ISO-2022-JPをステートレスに扱うための方式です。
Emacs-Mule エンコーディングを元にしています。...

Encoding::Stateless_ISO_2022_JP -> Encoding (6266.0)

stateless-ISO-2022-JP エンコーディングです。

...stateless-ISO-2022-JP エンコーディングです。

ISO-2022-JPをステートレスに扱うための方式です。
Emacs-Mule エンコーディングを元にしています。...

JSON::State.new(options = {}) -> JSON::State (3267.0)

自身を初期化します。

...require "json"

json_state = JSON::State.new(indent: "\t")
json_state.class # => JSON::Ext::Generator::State
json_state.indent # => "\t"
//}

//emlist[例 JSON::State を指定][ruby]{
require "json"

json_state = JSON::State.new(indent: "\t")
copy = JSON::State.new(json_state)
copy.class # => JS...

絞り込み条件を変える

<< 1 2 3 ... > >>