221件ヒット
[1-100件を表示]
(0.054秒)
種類
- 定数 (120)
- インスタンスメソッド (76)
- 文書 (25)
クラス
- Array (44)
- Integer (8)
-
Psych
:: Nodes :: Mapping (12) -
Psych
:: Nodes :: Scalar (12) -
Psych
:: Nodes :: Sequence (12) -
Psych
:: Nodes :: Stream (12) -
Psych
:: Parser (12) - Socket (24)
モジュール
- Enumerable (24)
-
OpenSSL
:: X509 (12) -
Socket
:: Constants (24)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) -
AI
_ ADDRCONFIG (24) -
INADDR
_ ANY (24) -
NEWS for Ruby 2
. 5 . 0 (8) -
PURPOSE
_ ANY (12) - any? (48)
- anybits? (8)
-
bsearch
_ index (20) - パターンマッチ (5)
検索結果
先頭5件
-
Psych
:: Nodes :: Stream :: ANY -> Integer (18208.0) -
任意のエンコーディングを表す値。
...任意のエンコーディングを表す値。
Psych::Parser::ANY と同じ値です。... -
Psych
:: Nodes :: Mapping :: ANY -> Integer (18202.0) -
「任意」のスタイルを意味します。
「任意」のスタイルを意味します。
emitter が適当に style を決めます。
@see Psych::Nodes::Mapping.new,
Psych::Nodes::Mapping#style,
Psych::Handler#start_mapping -
Psych
:: Nodes :: Scalar :: ANY -> Integer (18202.0) -
「任意」のスタイルを意味します。
「任意」のスタイルを意味します。
emitter が適当に style を決めます。
@see Psych::Nodes::Scalar.new,
Psych::Nodes::Scalar#style -
Psych
:: Nodes :: Sequence :: ANY -> Integer (18202.0) -
「任意」のスタイルを意味します。
「任意」のスタイルを意味します。
emitter が適当に style を決めます。
@see Psych::Nodes::Sequence.new,
Psych::Nodes::Sequence#style,
Psych::Handler#start_sequence -
Psych
:: Parser :: ANY -> Integer (18202.0) -
「任意の」エンコーディングを意味します。
「任意の」エンコーディングを意味します。 -
Integer
# anybits?(mask) -> bool (15112.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?... -
Socket
:: Constants :: INADDR _ ANY -> Integer (6218.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 (6218.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 (6202.0) -
証明書の目的を確認しないことを意味します。
証明書の目的を確認しないことを意味します。
OpenSSL::X509::Store#purpose= や
OpenSSL::X509::StoreContext#purpose= で設定します。