種類
- インスタンスメソッド (96)
- 特異メソッド (12)
- クラス (12)
クラス
キーワード
- Cookie (12)
- domain (24)
- new (12)
-
subdomain
_ of? (12)
検索結果
先頭5件
-
CGI
:: Cookie # domain=(value) (18100.0) -
クッキーを適用するドメインをセットします。
クッキーを適用するドメインをセットします。
@param value ドメインを指定します。 -
RSS
:: Rss :: Channel :: Cloud # domain= (15101.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Category # domain= (15101.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase # domain=() (15100.0) -
@todo
@todo -
WEBrick
:: Cookie # domain=(value) (15100.0) -
ドメイン名を文字列で表すアクセサです。
ドメイン名を文字列で表すアクセサです。
@param value ドメイン名を表す文字列を指定します。 -
CGI
:: Cookie (12.0) -
クッキーを表すクラスです。
...path = cookie1.path
domain = cookie1.domain
expires = cookie1.expires
secure = cookie1.secure
httponly = cookie1.httponly
cookie1.name = 'name'
cookie1.value = ['value1', 'value2', ...]
cookie1.path = 'path'
cookie1.domain = 'domain'
cookie1.expire... -
CGI
:: Cookie . new(name = "" , *value) -> CGI :: Cookie (12.0) -
クッキーオブジェクトを作成します。
...th
domain = cookie1.domain
expires = cookie1.expires
secure = cookie1.secure
httponly = cookie1.httponly
cookie1.name = 'name'
cookie1.value = ['value1', 'value2', ...]
cookie1.path = 'path'
cookie1.domain = '... -
Resolv
:: DNS :: Name # subdomain _ of?(other) -> bool (6.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... -
RSS
:: Rss :: Channel :: Cloud # domain (1.0) -
@todo
@todo