1732件ヒット
[1-100件を表示]
(0.187秒)
ライブラリ
- ビルトイン (16)
- drb (36)
-
drb
/ extservm (12) -
net
/ http (408) - open-uri (132)
-
rexml
/ document (96) -
rexml
/ parsers / sax2parser (60) -
rexml
/ sax2listener (48) -
rexml
/ streamlistener (24) -
rubygems
/ dependency _ installer (24) -
rubygems
/ remote _ fetcher (156) -
rubygems
/ security (108) -
rubygems
/ server (12) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache _ entry (12) -
rubygems
/ spec _ fetcher (36) -
rubygems
/ specification (12) - uri (420)
-
webrick
/ httprequest (84) -
webrick
/ httpresponse (12) - win32ole (12)
クラス
-
DRb
:: DRbObject (24) -
DRb
:: DRbServer (12) -
DRb
:: ExtServManager (12) -
Gem
:: DependencyInstaller (24) -
Gem
:: RemoteFetcher (144) -
Gem
:: RemoteFetcher :: FetchError (12) -
Gem
:: Security :: Policy (84) -
Gem
:: Security :: Signer (24) -
Gem
:: Server (12) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCacheEntry (12) -
Gem
:: SpecFetcher (36) -
Gem
:: Specification (12) -
Net
:: HTTP (12) -
Net
:: HTTPGenericRequest (84) -
Net
:: HTTPResponse (96) - Object (16)
-
REXML
:: Attribute (12) -
REXML
:: Attributes (24) -
REXML
:: Element (36) -
REXML
:: Entity (12) -
REXML
:: NotationDecl (12) -
REXML
:: Parsers :: SAX2Parser (60) -
URI
:: FTP (12) -
URI
:: Generic (276) -
URI
:: HTTP (12) -
URI
:: LDAP (60) -
URI
:: MailTo (60) -
WEBrick
:: HTTPRequest (84) -
WEBrick
:: HTTPResponse (12) -
WIN32OLE
_ EVENT (12)
モジュール
-
Net
:: HTTPExceptions (12) -
Net
:: HTTPHeader (204) -
OpenURI
:: Meta (96) -
OpenURI
:: OpenRead (36) -
REXML
:: SAX2Listener (48) -
REXML
:: StreamListener (24)
キーワード
- [] (12)
-
_ _ drbref (12) -
_ _ drburi (12) - absolute (12)
- absolute? (12)
-
add
_ namespace (12) - attribute (12)
- attributes (12)
-
base
_ uri (12) -
basic
_ auth (12) - body (24)
-
body
_ stream (12) -
body
_ stream= (12) -
cache
_ dir (12) -
cert
_ chain (12) - charset (24)
- code (12)
- coerce (12)
- component (12)
-
connection
_ for (12) -
content
_ encoding (12) -
content
_ length (12) -
content
_ range (12) -
content
_ type (24) -
default
_ port (12) - delete (12)
- dn (12)
- doctype (24)
- download (12)
-
each
_ capitalized _ name (12) -
end
_ element (12) - entity (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
_ spec _ by _ name _ and _ version (12) - fragment (12)
-
get
_ attribute _ ns (12) -
get
_ fields (12) -
get
_ file _ uri _ path (12) -
get
_ proxy _ from _ env (12) - handler= (12)
- headers (12)
- homepage (12)
- host (24)
- hostname (12)
-
http
_ version (12) - key (12)
-
last
_ modified (12) - listen (60)
-
load
_ specs (12) -
main
_ type (12) - method (24)
- msg (12)
- namespace (24)
- namespaces (12)
- normalize! (12)
-
normalize
_ uri (12) - notationdecl (12)
-
only
_ signed (12) -
only
_ trusted (12) - opaque (12)
- open (24)
-
open
_ uri _ or _ path (12) - password (12)
- path (36)
-
path
_ info (12) - port (12)
-
proxy
_ basic _ auth (12) -
proxy
_ uri (12) - query (12)
-
query
_ string (12) - quick (12)
- range (12)
-
range
_ length (12) - read (12)
-
read
_ body (12) - ref (12)
- refresh (12)
- registry (12)
- relative? (12)
- request (12)
-
request
_ body _ permitted? (12) -
request
_ uri (36) - response (12)
-
response
_ body _ permitted? (12) -
route
_ from (12) -
route
_ to (12) - scheme (12)
- scope (12)
- select (12)
- ssl? (12)
-
start
_ element (12) -
start
_ prefix _ mapping (12) - status (12)
-
sub
_ type (12) - system (12)
- to (12)
- to= (12)
-
to
_ mailtext (12) -
to
_ rfc822text (12) -
to
_ s (12) - typecode (12)
- unescape (12)
-
unparsed
_ uri (12) - update (12)
- user (12)
- userinfo (12)
- value (12)
-
verify
_ chain (12) -
verify
_ data (12) -
verify
_ gem (12) -
verify
_ root (12) -
verify
_ signer (12) -
yield
_ self (16)
検索結果
先頭5件
-
URI
:: HTTP # request _ uri -> String (29420.0) -
自身の「path + '?' + query」を文字列で返します。 query が nil である場合は、自身の path を返します。
...「path + '?' + query」を文字列で返します。
query が nil である場合は、自身の path を返します。
path が空である場合には、path は「'/'」であるとします。
例:
require 'uri'
u = URI.parse("http://example.com/search?q=xxx")
p u.request_uri... -
Gem
:: RemoteFetcher :: FetchError # uri -> URI (27519.0) -
問題が発生した URI を返します。
...問題が発生した URI を返します。... -
DRb
:: ExtServManager # uri -> String|nil (27430.0) -
サービス起動時にプロセスを spawn する時に渡す URI を返します。
...サービス起動時にプロセスを spawn する時に渡す URI を返します。
デフォルトは nil で、これは DRb.#uri を用いることを意味します。
@see DRb::ExtServManager#uri=... -
URI
:: MailTo # to _ mailtext -> String (26371.0) -
URI オブジェクトからメールテキスト文字列を生成します。
...
URI オブジェクトからメールテキスト文字列を生成します。
例:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext
=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&......cc=myaddr>
To: ruby-list@ruby-lang.org
Subject: subscribe
Cc: myaddr... -
DRb
:: DRbServer # uri -> String|nil (24418.0) -
サーバに紐付けられた URI を返します。
...サーバに紐付けられた URI を返します。... -
URI
:: Generic # registry -> String | nil (23401.0) -
自身の registry を文字列で返します。設定されていない場合は nil を返します。
...自身の registry を文字列で返します。設定されていない場合は nil を返します。... -
URI
:: MailTo # to _ rfc822text -> String (23371.0) -
URI オブジェクトからメールテキスト文字列を生成します。
...
URI オブジェクトからメールテキスト文字列を生成します。
例:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext
=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&......cc=myaddr>
To: ruby-list@ruby-lang.org
Subject: subscribe
Cc: myaddr... -
URI
:: MailTo # to -> String (23329.0) -
自身の e-mail アドレスを文字列で返します。
...自身の e-mail アドレスを文字列で返します。
例:
require 'uri'
p URI.parse("mailto:nospam@example.com").to #=> "nospam@example.com"... -
URI
:: Generic # relative? -> bool (23319.0) -
自身に scheme が設定されていないなら true を返します。そうでない場合は false を返します。
...自身に scheme が設定されていないなら true を返します。そうでない場合は false を返します。
例:
require 'uri'
p URI.parse('http://example.com/').relative? #=> false
p URI.parse('./').relative? #=> true...