1530件ヒット
[1-100件を表示]
(0.100秒)
ライブラリ
- ビルトイン (30)
- drb (12)
-
drb
/ extservm (24) -
net
/ http (300) - open-uri (36)
-
rexml
/ document (60) -
rexml
/ parsers / sax2parser (60) -
rexml
/ sax2listener (48) -
rexml
/ streamlistener (24) - rss (12)
-
rubygems
/ dependency _ installer (24) -
rubygems
/ remote _ fetcher (132) -
rubygems
/ security (108) -
rubygems
/ server (72) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache _ entry (12) -
rubygems
/ spec _ fetcher (36) -
rubygems
/ specification (12) - uri (468)
-
webrick
/ httprequest (24) -
webrick
/ httpresponse (12) - win32ole (12)
クラス
-
DRb
:: DRbServer (12) -
DRb
:: ExtServManager (24) -
Gem
:: DependencyInstaller (24) -
Gem
:: RemoteFetcher (132) -
Gem
:: Security :: Policy (84) -
Gem
:: Security :: Signer (24) -
Gem
:: Server (72) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCacheEntry (12) -
Gem
:: SpecFetcher (36) -
Gem
:: Specification (12) -
Net
:: HTTPGenericRequest (48) -
Net
:: HTTPResponse (36) - Object (30)
-
REXML
:: Attribute (12) -
REXML
:: Attributes (12) -
REXML
:: Element (36) -
REXML
:: Parsers :: SAX2Parser (60) -
RSS
:: NSError (12) -
URI
:: FTP (12) -
URI
:: Generic (324) -
URI
:: LDAP (60) -
URI
:: MailTo (72) -
WEBrick
:: HTTPRequest (24) -
WEBrick
:: HTTPResponse (12) -
WIN32OLE
_ EVENT (12)
モジュール
-
Net
:: HTTPHeader (216) -
OpenURI
:: OpenRead (36) -
REXML
:: SAX2Listener (48) -
REXML
:: StreamListener (24)
キーワード
- + (12)
- - (12)
- == (12)
- Marshal (12)
- [] (12)
- []= (12)
-
add
_ namespace (24) - attribute (12)
- attributes= (12)
-
basic
_ auth (12) - body (12)
- body= (12)
-
body
_ stream (12) -
body
_ stream= (12) -
cache
_ dir (12) -
cert
_ chain= (12) - coerce (12)
- component (12)
-
connection
_ for (12) -
content
_ length (12) -
content
_ length= (12) -
content
_ type= (12) -
default
_ port (12) - delete (12)
- dn= (12)
- doctype (24)
- download (12)
-
end
_ element (12) - escape (12)
- extensions= (12)
- fetch (36)
-
fetch
_ path (12) -
fetch
_ size (12) -
fetch
_ spec (12) -
file
_ uri? (12) - filter= (12)
-
find
_ gems _ with _ sources (12) -
find
_ proxy (12) -
find
_ spec _ by _ name _ and _ version (12) -
form
_ data= (12) - fragment= (12)
-
get
_ attribute _ ns (12) -
get
_ fields (12) -
get
_ file _ uri _ path (12) - handler= (12)
- headers (12)
- headers= (12)
- here? (12)
- homepage= (12)
- host (12)
- host= (12)
- hostname= (12)
- key? (12)
-
latest
_ specs (12) - listen (60)
-
load
_ specs (12) - merge (12)
- merge! (12)
- namespace (12)
-
normalize
_ uri (12) - notationdecl (12)
-
only
_ signed= (12) -
only
_ trusted= (12) - opaque (12)
- opaque= (12)
- open (24)
-
open
_ uri _ or _ path (12) - password= (12)
- path (12)
- path= (12)
-
path
_ info= (12) - port= (12)
-
proxy
_ basic _ auth (12) - query= (12)
-
query
_ string= (12) - quick (12)
- range (12)
-
range
_ length (12) - read (12)
-
read
_ body (24) - refresh (12)
- registry= (12)
- request (12)
-
request
_ uri= (12) - root (12)
-
route
_ from (12) -
route
_ to (12) - scheme= (12)
- scope= (12)
- select (12)
-
set
_ content _ type (12) -
set
_ form _ data (12) - sign (12)
- specs (12)
-
start
_ element (12) -
start
_ prefix _ mapping (12) - then (14)
- to (12)
- to= (12)
-
to
_ mailtext (12) -
to
_ rfc822text (12) - typecode= (12)
- unescape (12)
- update (12)
- uri= (12)
- user= (12)
- userinfo= (12)
- value (12)
-
verify
_ chain= (12) -
verify
_ data= (12) -
verify
_ gem (12) -
verify
_ root= (12) -
verify
_ signer= (12) - yaml (12)
-
yield
_ self (16)
検索結果
先頭5件
-
DRb
:: ExtServManager # uri -> String|nil (18136.0) -
サービス起動時にプロセスを spawn する時に渡す URI を返します。
...サービス起動時にプロセスを spawn する時に渡す URI を返します。
デフォルトは nil で、これは DRb.#uri を用いることを意味します。
@see DRb::ExtServManager#uri=... -
RSS
:: NSError # uri (18118.0) -
@todo
...@todo... -
URI
:: Generic # coerce(oth) -> [URI , URI] (11251.0) -
引数 oth をパースして [パース後の oth, self] の配列を返します。
..., self] の配列を返します。
@param oth URI オブジェクトか文字列を指定します。
例:
require 'uri'
uri = URI.parse("http://my.example.com")
uri.coerce("http://foo.com")
# => [#<URI::HTTP:0x00000000bcb028 URL:http://foo.com/>, #<URI::HTTP:0x00000000d92178 URL:http:/... -
URI
:: Generic # +(rel) -> URI :: Generic (11221.0) -
自身と与えられたパス rel を連結した新しい URI オブジェクトを生成して返します。
...結した新しい URI オブジェクトを生成して返します。
3986 の Section 5.2 の仕様に従います。
rel が文字列の場合は URI.parse(rel) によって、URI に変換してから連結します。
@param rel 連結したいパスを文字列か URI オブジェクトで......uire 'uri'
p URI.parse('http://example.com/') + '/foo/bar.html'
#=> #<URI::HTTP:0x201001c0 URL:http://example.com/foo/bar.html>
URI('http://a/b/c/d;p?q').merge('?y') #=> #<URI::HTTP:0xb7ca2e2c URL:http://a/b/c/d;p?y>
URI('http://a/b/c/d;p?q').merge('/./g') #=> #<URI::HTTP......0xb7ca2738 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('/../g') #=> #<URI::HTTP:0xb7ca2008 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('../../../g') #=> #<URI::HTTP:0xb7ca1888 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('../../../../g') #=> #<URI::HTTP:0xb7ca10a4 URL:htt... -
URI
:: Generic # merge(rel) -> URI :: Generic (11221.0) -
自身と与えられたパス rel を連結した新しい URI オブジェクトを生成して返します。
...結した新しい URI オブジェクトを生成して返します。
3986 の Section 5.2 の仕様に従います。
rel が文字列の場合は URI.parse(rel) によって、URI に変換してから連結します。
@param rel 連結したいパスを文字列か URI オブジェクトで......uire 'uri'
p URI.parse('http://example.com/') + '/foo/bar.html'
#=> #<URI::HTTP:0x201001c0 URL:http://example.com/foo/bar.html>
URI('http://a/b/c/d;p?q').merge('?y') #=> #<URI::HTTP:0xb7ca2e2c URL:http://a/b/c/d;p?y>
URI('http://a/b/c/d;p?q').merge('/./g') #=> #<URI::HTTP......0xb7ca2738 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('/../g') #=> #<URI::HTTP:0xb7ca2008 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('../../../g') #=> #<URI::HTTP:0xb7ca1888 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('../../../../g') #=> #<URI::HTTP:0xb7ca10a4 URL:htt... -
URI
:: Generic # ==(uri) -> bool (11192.0) -
引数に指定した URI (文字列またはURIオブジェクト)との一致判定を行い ます。URI は正規化して比較されます。
...した URI (文字列またはURIオブジェクト)との一致判定を行い
ます。URI は正規化して比較されます。
@param uri 比較したい URI を URI オブジェクトで指定します。
例:
require 'uri'
u1 = URI.parse('http://example.com/?hoge')
u2 = URI.parse('ht... -
URI
:: Generic # -(src) -> URI :: Generic (11149.0) -
与えられた URI を表す src からの相対パスを返します。
...えられた URI を表す src からの相対パスを返します。
@param src 自身の相対パスを算出するための、ルートとなる Absolute URI を与えます。
例:
require 'uri'
p URI.parse('http://example.com/foo/bar.html') - 'http://example.com/'
#=> #<URI::Generic:0x... -
URI
:: Generic # route _ from(src) -> URI :: Generic (11149.0) -
与えられた URI を表す src からの相対パスを返します。
...えられた URI を表す src からの相対パスを返します。
@param src 自身の相対パスを算出するための、ルートとなる Absolute URI を与えます。
例:
require 'uri'
p URI.parse('http://example.com/foo/bar.html') - 'http://example.com/'
#=> #<URI::Generic:0x... -
URI
:: Generic # find _ proxy(env = ENV) -> URI | nil (11148.0) -
プロキシ URI を返します。
...プロキシ URI を返します。
プロキシ URI は http_proxy, ftp_proxy, no_proxy などの環境変数から取得
します。適切なプロキシが見つからない場合は nil を返します。
環境変数は大文字にしたもの(HTTP_PROXY, FTP_PROXY, NO_PROXYなど)も調べ......区別しない場合は http_proxy も) は使
われません。代わりに CGI_HTTP_PROXY が使われます。
@param env 環境変数 ENV の代わりに参照するオブジェクトを指定します。
@raise BadURIError selfが相対URIであった場合に発生します。
@see ENV...