822件ヒット
[1-100件を表示]
(0.139秒)
別のキーワード
ライブラリ
- ビルトイン (30)
- drb (72)
-
drb
/ extservm (24) -
net
/ http (180) - open-uri (12)
-
rexml
/ document (60) -
rexml
/ sax2listener (36) -
rexml
/ streamlistener (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ security (72) -
rubygems
/ source _ index (12) -
rubygems
/ spec _ fetcher (24) - uri (120)
-
webrick
/ httprequest (108) -
webrick
/ httpresponse (24) - win32ole (12)
クラス
-
DRb
:: DRbObject (48) -
DRb
:: DRbServer (24) -
DRb
:: ExtServManager (24) -
Gem
:: DependencyInstaller (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: Security :: Policy (72) -
Gem
:: SourceIndex (12) -
Gem
:: SpecFetcher (24) -
Net
:: HTTPGenericRequest (72) -
Net
:: HTTPResponse (48) - Object (30)
-
REXML
:: Attribute (12) -
REXML
:: Attributes (24) -
REXML
:: Element (24) -
URI
:: Generic (96) -
URI
:: LDAP (24) -
WEBrick
:: HTTPRequest (108) -
WEBrick
:: HTTPResponse (24) -
WIN32OLE
_ EVENT (12)
モジュール
-
Net
:: HTTPHeader (60) -
OpenURI
:: Meta (12) -
REXML
:: SAX2Listener (36) -
REXML
:: StreamListener (12)
キーワード
- + (12)
- == (24)
-
_ _ drbref (12) -
_ _ drburi (12) - absolute (12)
- absolute? (12)
- attribute (12)
- attributes (12)
- attributes= (12)
-
base
_ uri (12) -
basic
_ auth (12) - body (24)
- body= (12)
-
body
_ stream (12) -
body
_ stream= (12) - chunked? (12)
- component (12)
- doctype (24)
- entity (12)
- eql? (12)
-
fetch
_ spec (12) -
file
_ uri? (12) -
find
_ spec _ by _ name _ and _ version (12) -
get
_ attribute _ ns (12) - handler= (12)
- here? (12)
- hierarchical? (12)
- host (12)
- key? (12)
-
load
_ specs (12) - merge (12)
- namespace (24)
- namespaces (12)
-
only
_ signed (12) -
only
_ trusted (12) - path (12)
-
path
_ info (12) -
path
_ info= (12) -
proxy
_ basic _ auth (12) -
query
_ string (12) -
query
_ string= (12) -
read
_ body (24) - relative? (12)
-
request
_ body _ permitted? (12) -
request
_ uri (24) -
request
_ uri= (12) -
response
_ body _ permitted? (12) - ssl? (12)
-
start
_ element (12) -
start
_ prefix _ mapping (12) -
sub
_ type (12) - then (14)
-
unparsed
_ uri (12) - update (12)
- uri= (12)
-
verify
_ chain (12) -
verify
_ data (12) -
verify
_ root (12) -
verify
_ signer (12) -
yield
_ self (16)
検索結果
先頭5件
-
DRb
:: ExtServManager # uri -> String|nil (21130.0) -
サービス起動時にプロセスを spawn する時に渡す URI を返します。
...サービス起動時にプロセスを spawn する時に渡す URI を返します。
デフォルトは nil で、これは DRb.#uri を用いることを意味します。
@see DRb::ExtServManager#uri=... -
DRb
:: DRbServer # uri -> String|nil (21118.0) -
サーバに紐付けられた URI を返します。
...サーバに紐付けられた URI を返します。... -
URI
:: Generic # absolute -> bool (17119.0) -
自身に scheme が設定されているなら true を返します。そうでない場合は false を返します。
...自身に scheme が設定されているなら true を返します。そうでない場合は false を返します。
例:
require 'uri'
p URI.parse('http://example.com/').absolute? #=> true
p URI.parse('./').absolute? #=> false... -
URI
:: Generic # absolute? -> bool (17119.0) -
自身に scheme が設定されているなら true を返します。そうでない場合は false を返します。
...自身に scheme が設定されているなら true を返します。そうでない場合は false を返します。
例:
require 'uri'
p URI.parse('http://example.com/').absolute? #=> true
p URI.parse('./').absolute? #=> false... -
URI
:: LDAP # attributes -> String (17101.0) -
自身の Attribute を文字列で返します。
...自身の Attribute を文字列で返します。... -
URI
:: LDAP # attributes=(s) (17101.0) -
自身の Attribute を文字列で設定します。
...自身の Attribute を文字列で設定します。
@param s 自身の Attribute を文字列で設定します。... -
OpenURI
:: Meta # base _ uri -> URI (15375.0) -
リソースの実際の URI を URI オブジェクトとして返します。 リダイレクトされた場合は、リダイレクトされた後のデータが存在する URI を返します。
...の URI を URI オブジェクトとして返します。
リダイレクトされた場合は、リダイレクトされた後のデータが存在する URI を返します。
//emlist[例][ruby]{
require 'open-uri'
open('http://www.ruby-lang.org/') {|f|
p f.base_uri
#=> #<URI::HTTP:0xb7043a......a0 URL:http://www.ruby-lang.org/en/>
}
//}...... URI を URI オブジェクトとして返します。
リダイレクトされた場合は、リダイレクトされた後のデータが存在する URI を返します。
//emlist[例][ruby]{
require 'open-uri'
URI.open('http://www.ruby-lang.org/') {|f|
p f.base_uri
#=> #<URI::HTTP:0xb7043......aa0 URL:http://www.ruby-lang.org/en/>
}
//}... -
DRb
:: DRbObject # _ _ drburi -> String|nil (12217.0) -
リモートオブジェクトの URI を返します。
...リモートオブジェクトの URI を返します。... -
URI
:: Generic # ==(uri) -> bool (11286.0) -
引数に指定した URI (文字列またはURIオブジェクト)との一致判定を行い ます。URI は正規化して比較されます。
...した URI (文字列またはURIオブジェクト)との一致判定を行い
ます。URI は正規化して比較されます。
@param uri 比較したい URI を URI オブジェクトで指定します。
例:
require 'uri'
u1 = URI.parse('http://example.com/?hoge')
u2 = URI.parse('ht...