種類
- 定数 (180)
- インスタンスメソッド (36)
- 文書 (24)
- 特異メソッド (12)
ライブラリ
- ビルトイン (12)
- getoptlong (12)
-
irb
/ frame (24) - socket (168)
- zlib (12)
クラス
- GetoptLong (12)
-
IRB
:: Frame (24) -
Process
:: Status (12) - Socket (84)
モジュール
-
Socket
:: Constants (84) - Zlib (12)
キーワード
-
IPPROTO
_ DSTOPTS (24) -
IPV6
_ DSTOPTS (24) -
IPV6
_ RECVDSTOPTS (24) -
IPV6
_ RTHDRDSTOPTS (24) -
IP
_ PKTOPTIONS (24) -
IP
_ RECVRETOPTS (24) -
IP
_ RETOPTS (24) -
OS
_ TOPS20 (12) - Ruby用語集 (12)
- ordering (12)
-
ruby 1
. 8 . 4 feature (12) - stopsig (12)
検索結果
先頭5件
-
IRB
:: Frame # top(n = 0) -> Binding (18107.0) -
上から n 番目のコンテキストを取り出します。
...上から n 番目のコンテキストを取り出します。
@param n 取り出すコンテキストを Integer で指定します。n は 0 が最
上位になります。... -
IRB
:: Frame . top(n = 0) -> Binding (18107.0) -
上から n 番目のコンテキストを取り出します。
...上から n 番目のコンテキストを取り出します。
@param n 取り出すコンテキストを Integer で指定します。n は 0 が最
上位になります。... -
Process
:: Status # stopsig -> Integer | nil (6201.0) -
stopped? が真の場合そのシグナルの番号を、そうでない場合は nil を返します。
...stopped? が真の場合そのシグナルの番号を、そうでない場合は
nil を返します。... -
Socket
:: Constants :: IPPROTO _ DSTOPTS -> Integer (6201.0) -
IPv6 destination option。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
IPv6 destination option。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
@see 2292 -
Socket
:: Constants :: IPV6 _ DSTOPTS -> Integer (6201.0) -
Destination options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
Destination options。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
ip6(4freebsd), ipv6(7linux),
3542 -
Socket
:: Constants :: IPV6 _ RECVDSTOPTS -> Integer (6201.0) -
Receive all IP6 options for response。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
Receive all IP6 options for response。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
3542 -
Socket
:: Constants :: IPV6 _ RTHDRDSTOPTS -> Integer (6201.0) -
Allows removal of sticky destination options header。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
Allows removal of sticky destination options header。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
3542 -
Socket
:: Constants :: IP _ PKTOPTIONS -> Integer (6201.0) -
@todo Receive packet options with datagrams
...@todo
Receive packet options with datagrams... -
Socket
:: Constants :: IP _ RECVRETOPTS -> Integer (6201.0) -
@todo Receive all IP options for response
@todo
Receive all IP options for response