るりまサーチ

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

別のキーワード

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

検索結果

<< 1 2 3 ... > >>

Psych::Nodes::Mapping::ANY -> Integer (21301.0)

「任意」のスタイルを意味します。

...「任意」のスタイルを意味します。

emitter が適当に style を決めます。

@see Psych::Nodes::Mapping.new,
Psych::Nodes::Mapping#style,
Psych::Handler#start_mapping...

Psych::Nodes::Stream::ANY -> Integer (18307.0)

任意のエンコーディングを表す値。

...任意のエンコーディングを表す値。

Psych::Parser::ANY と同じ値です。...

Psych::Nodes::Scalar::ANY -> Integer (18301.0)

「任意」のスタイルを意味します。

...「任意」のスタイルを意味します。

emitter が適当に style を決めます。

@see Psych::Nodes::Scalar.new,
Psych::Nodes::Scalar#style...

Psych::Nodes::Sequence::ANY -> Integer (18301.0)

「任意」のスタイルを意味します。

...「任意」のスタイルを意味します。

emitter が適当に style を決めます。

@see Psych::Nodes::Sequence.new,
Psych::Nodes::Sequence#style,
Psych::Handler#start_sequence...

Psych::Parser::ANY -> Integer (18301.0)

「任意の」エンコーディングを意味します。

「任意の」エンコーディングを意味します。

絞り込み条件を変える

Socket::Constants::INADDR_ANY -> Integer (12417.0)

A socket bound to INADDR_ANY receives packets from all interfaces and sends from the default IP address。 IPv4アドレスの 0.0.0.0 に対応する整数です。

...A socket bound to INADDR_ANY receives packets from
all interfaces and sends from the default IP address。
I
Pv4アドレスの 0.0.0.0 に対応する整数です。

@see netinet/in.h(header), ip(7linux), ip(4freebsd)...

Socket::INADDR_ANY -> Integer (12417.0)

A socket bound to INADDR_ANY receives packets from all interfaces and sends from the default IP address。 IPv4アドレスの 0.0.0.0 に対応する整数です。

...A socket bound to INADDR_ANY receives packets from
all interfaces and sends from the default IP address。
I
Pv4アドレスの 0.0.0.0 に対応する整数です。

@see netinet/in.h(header), ip(7linux), ip(4freebsd)...

Integer#anybits?(mask) -> bool (12300.0)

self & mask のいずれかのビットが 1 なら true を返します。

...m mask ビットマスクを整数で指定します。

//emlist[][ruby]{
42.anybits?(42) # => true
0b1010_1010.anybits?(0b1000_0010) # => true
0b1010_1010.anybits?(0b1000_0001) # => true
0b1000_0010.anybits?(0b0010_1100) # => false
//}

@see Integer#allbits?
@see Integer#nobits?...

RDoc::TopLevel#find_local_symbol(name) -> RDoc::NormalClass | RDoc::SingleClass | RDoc::NormalModule | RDoc::AnyMethod | RDoc::Alias | RDoc::Attr | RDoc::Constant (6400.0)

クラス、モジュール、メソッド、定数、属性、alias、ファイルから name で指定したものを返します。見つからなかった場合は nil を返します。

...クラス、モジュール、メソッド、定数、属性、alias、ファイルから name で指定したものを返します。見つからなかった場合は nil を返します。...

Array#any? {|item| ... } -> bool (6351.0)

すべての要素が偽である場合に false を返します。 真である要素があれば、ただちに true を返します。

...tern === item を評価します。

//emlist[例][ruby]{
p [1, 2, 3].any? {|v| v > 3 } # => false
p [1, 2, 3].any? {|v| v > 1 } # => true
p [].any? {|v| v > 0 } # => false
p %w[ant bear cat].any?(/d/) # => false
p [nil, true, 99].any?(Integer) # => true
p [nil, true, 99].any?...
...# => true
p [].any? # => false
//}

@see Enumerable#any?...

絞り込み条件を変える

<< 1 2 3 ... > >>