るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. _builtin i

ライブラリ

検索結果

<< 1 2 3 ... > >>

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

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

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

Encoding::STATELESS_ISO_2022_JP -> Encoding (18300.0)

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

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

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

Encoding::STATELESS_ISO_2022_JP_KDDI -> Encoding (18300.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 (18300.0)

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

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

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

Encoding::Stateless_ISO_2022_JP_KDDI -> Encoding (18300.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...

絞り込み条件を変える

JSON::State#buffer_initial_length -> Integer (15300.0)

This integer returns the current initial length of the buffer.

...This integer returns the current initial length of the buffer....

JSON::State#check_circular? -> bool (15212.0)

循環参照のチェックを行う場合は、真を返します。 そうでない場合は偽を返します。

...emlist[例 ネストをチェックするケース][ruby]{
require "json"

a = [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[0]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
s = JSON.state....
...new
begin
JSON.generate(a, s)
rescue JSON::NestingError => e
[e, s.max_nesting, s.check_circular?] # => [#<JSON::NestingError: nesting of 100 is too deep>, 100, true]
end
//}

//emlist[例 ネストをチェックしないケース][ruby]{
require "json"

a = [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[...
...]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
s2 = JSON.state.new(max_nesting: 0)
json = JSON.generate(a, s2)
[json, s2.max_nesting, s2.check_circular?] # => ["[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[...

JSON::State#ascii_only? -> bool (15200.0)

ASCII 文字列のみを用いて JSON 形式の文字列を生成する場合に真を返します。 そうでない場合に偽を返します。

...ASCII 文字列のみを用いて JSON 形式の文字列を生成する場合に真を返します。
そうでない場合に偽を返します。...

JSON::State#buffer_initial_length=(length) (15200.0)

This sets the initial length of the buffer to length, if length > 0, otherwise its value isn't changed.

...This sets the initial length of the buffer to length, if length > 0,
otherwise its value isn't changed....

Ripper::Lexer#lex -> [[Integer, Integer], Symbol, String, Ripper::Lexer::State] (12601.0)

自身の持つ Ruby プログラムをトークンに分割し、そのリストを返します。

...自身の持つ Ruby プログラムをトークンに分割し、そのリストを返します。

ライブラリ内部で使用します。 Ripper.lex を使用してください。...

絞り込み条件を変える

<< 1 2 3 ... > >>