252件ヒット
[1-100件を表示]
(0.099秒)
クラス
- Addrinfo (36)
-
CGI
:: Cookie (12) - Integer (24)
-
Net
:: IMAP :: Address (12) -
Net
:: SMTP (84) -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase (24) -
RSS
:: Rss :: Channel :: Item :: Category (24) -
Resolv
:: DNS :: Name (12) -
Socket
:: AncillaryData (12) -
WEBrick
:: Cookie (12)
キーワード
- digits (24)
- domain= (24)
- ehlo (12)
-
family
_ addrinfo (24) - helo (12)
- ready (12)
- route (12)
-
send
_ mail (12) - sendmail (12)
-
subdomain
_ of? (12) -
unix
_ path (12) -
unix
_ rights (12)
検索結果
先頭5件
-
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase # domain (24103.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel :: Item :: Category # domain (24103.0) -
@todo
...@todo... -
WEBrick
:: Cookie # domain -> String (18203.0) -
ドメイン名を文字列で表すアクセサです。
ドメイン名を文字列で表すアクセサです。
@param value ドメイン名を表す文字列を指定します。 -
CGI
:: Cookie # domain -> String (18202.0) -
クッキーを適用するドメインを返します。
クッキーを適用するドメインを返します。 -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase # domain=() (12103.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel :: Item :: Category # domain= (12103.0) -
@todo
...@todo... -
Resolv
:: DNS :: Name # subdomain _ of?(other) -> bool (6243.0) -
other が self のサブドメインであるかどうかを返します。
...other が self のサブドメインであるかどうかを返します。
//emlist[][ruby]{
require "resolv"
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::D......NS::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
//}... -
Addrinfo
# unix _ path -> String (6123.0) -
Unix domain socket の path を文字列で返します。
...Unix domain socket の path を文字列で返します。
require 'socket'
Addrinfo.unix("/tmp/sock").unix_path #=> "/tmp/sock"
@raise SocketError アドレスが Unix domain socket のものでない場合に発生します... -
Net
:: IMAP :: Address # route -> String | nil (6117.0) -
メールアドレスの SMTP at-domain-list を返します。
...メールアドレスの SMTP at-domain-list を返します。
存在しない場合は nil を返します。
通常は nil を返します。...