ライブラリ
- ビルトイン (48)
-
cgi
/ session (12) -
net
/ imap (12) -
net
/ smtp (84) - openssl (24)
- resolv (36)
- rss (72)
-
rubygems
/ dependency _ installer (24) - socket (1920)
-
webrick
/ config (12)
クラス
- Addrinfo (48)
-
CGI
:: Cookie (36) -
CGI
:: Session (12) -
Gem
:: DependencyInstaller (24) - Integer (24)
-
Net
:: IMAP :: Address (12) -
Net
:: SMTP (84) -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase (24) -
RSS
:: Rss :: Channel :: Cloud (24) -
RSS
:: Rss :: Channel :: Item :: Category (24) -
Resolv
:: DNS :: Name (12) -
Resolv
:: DNS :: Resource :: DomainName (12) - Socket (936)
-
Socket
:: AncillaryData (12) - UNIXSocket (24)
-
WEBrick
:: Cookie (24)
モジュール
-
OpenSSL
:: Random (24) -
Socket
:: Constants (888) -
WEBrick
:: Config (12)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) -
AF
_ APPLETALK (24) -
AF
_ ATM (24) -
AF
_ AX25 (24) -
AF
_ CCITT (24) -
AF
_ CHAOS (24) -
AF
_ CNT (24) -
AF
_ COIP (24) -
AF
_ DATAKIT (24) -
AF
_ DEC (24) -
AF
_ DLI (24) -
AF
_ E164 (24) -
AF
_ ECMA (24) -
AF
_ HYLINK (24) -
AF
_ IMPLINK (24) -
AF
_ INET (24) -
AF
_ INET6 (24) -
AF
_ IPX (24) -
AF
_ ISDN (24) -
AF
_ ISO (24) -
AF
_ LAT (24) -
AF
_ LINK (24) -
AF
_ LOCAL (24) -
AF
_ NATM (24) -
AF
_ NDRV (24) -
AF
_ NETBIOS (24) -
AF
_ NETGRAPH (24) -
AF
_ NS (24) -
AF
_ OSI (24) -
AF
_ PACKET (24) -
AF
_ PPP (24) -
AF
_ PUP (24) -
AF
_ ROUTE (24) -
AF
_ SIP (24) -
AF
_ SNA (24) -
AF
_ SYSTEM (24) -
AF
_ UNIX (24) - Addrinfo (12)
- Cookie (12)
-
DEFAULT
_ OPTIONS (12) - DigestAuth (12)
- DomainError (12)
- DomainName (12)
- FloatDomainError (12)
-
PF
_ APPLETALK (24) -
PF
_ ATM (24) -
PF
_ AX25 (24) -
PF
_ CCITT (24) -
PF
_ CHAOS (24) -
PF
_ CNT (24) -
PF
_ COIP (24) -
PF
_ DATAKIT (24) -
PF
_ DEC (24) -
PF
_ DLI (24) -
PF
_ ECMA (24) -
PF
_ HYLINK (24) -
PF
_ IMPLINK (24) -
PF
_ INET (24) -
PF
_ INET6 (24) -
PF
_ IPX (24) -
PF
_ ISDN (24) -
PF
_ ISO (24) -
PF
_ KEY (24) -
PF
_ LAT (24) -
PF
_ LINK (24) -
PF
_ LOCAL (24) -
PF
_ NATM (24) -
PF
_ NDRV (24) -
PF
_ NETBIOS (24) -
PF
_ NETGRAPH (24) -
PF
_ NS (24) -
PF
_ OSI (24) -
PF
_ PACKET (24) -
PF
_ PIP (24) -
PF
_ PPP (24) -
PF
_ PUP (24) -
PF
_ ROUTE (24) -
PF
_ RTIP (24) -
PF
_ SIP (24) -
PF
_ SNA (24) -
PF
_ SYSTEM (24) -
PF
_ UNIX (24) - digits (24)
- domain= (60)
- egd (12)
-
egd
_ bytes (12) - ehlo (12)
-
family
_ addrinfo (24) - helo (12)
- name (12)
- new (48)
- open (12)
- pair (24)
- ready (12)
- route (12)
-
send
_ mail (12) - sendmail (12)
- socketpair (24)
-
subdomain
_ of? (12) - unix? (12)
-
unix
_ path (12) -
unix
_ rights (12)
検索結果
先頭5件
-
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase # domain (18102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Cloud # domain (18102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Category # domain (18102.0) -
@todo
@todo -
WEBrick
:: Cookie # domain -> String (18102.0) -
ドメイン名を文字列で表すアクセサです。
ドメイン名を文字列で表すアクセサです。
@param value ドメイン名を表す文字列を指定します。 -
CGI
:: Cookie # domain -> String (18101.0) -
クッキーを適用するドメインを返します。
クッキーを適用するドメインを返します。 -
Resolv
:: DNS :: Name # subdomain _ of?(other) -> bool (6142.0) -
other が self のサブドメインであるかどうかを返します。
...v"
domain = Resolv::DNS::Name.create("y.z")
p Resolv::DNS::Name.create("w.x.y.z").subdomain_of?(domain) #=> true
p Resolv::DNS::Name.create("x.y.z").subdomain_of?(domain) #=> true
p Resolv::DNS::Name.create("y.z").subdomain_of?(domain) #=> false
p Resolv::DNS::Name.create("z").subdomain_of?(domain)......#=> false
p Resolv::DNS::Name.create("x.y.z.").subdomain_of?(domain) #=> false
p Resolv::DNS::Name.create("w.z").subdomain_of?(domain) #=> false
//}... -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase # domain=() (6102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Cloud # domain= (6102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Category # domain= (6102.0) -
@todo
@todo