るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
8件ヒット [1-8件を表示] (0.036秒)
トップページ > バージョン:2.5.0[x] > クエリ:y[x] > クエリ:ANY[x] > 種類:定数[x]

別のキーワード

  1. psych psych_y
  2. psych y
  3. kernel y
  4. kernel psych_y
  5. y

ライブラリ

モジュール

キーワード

検索結果

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

Socket::Constants::INADDR_ANY -> Integer (36655.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。
IPv4アドレスの 0.0.0.0 に対応する整数です。

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

Socket::INADDR_ANY -> Integer (36655.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。
IPv4アドレスの 0.0.0.0 に対応する整数です。

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

OpenSSL::X509::PURPOSE_ANY -> Integer (36607.0)

証明書の目的を確認しないことを意味します。

証明書の目的を確認しないことを意味します。

OpenSSL::X509::Store#purpose= や
OpenSSL::X509::StoreContext#purpose= で設定します。