1779件ヒット
[1-100件を表示]
(0.165秒)
ライブラリ
- ビルトイン (15)
-
drb
/ extservm (24) -
net
/ http (468) - open-uri (132)
-
rexml
/ document (96) -
rexml
/ parsers / sax2parser (60) -
rexml
/ sax2listener (48) -
rexml
/ streamlistener (24) -
rubygems
/ dependency _ installer (24) -
rubygems
/ remote _ fetcher (96) -
rubygems
/ security (144) -
rubygems
/ server (36) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache _ entry (12) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (24) - uri (456)
-
webrick
/ httprequest (60) - win32ole (12)
クラス
-
DRb
:: ExtServManager (24) -
Gem
:: DependencyInstaller (24) -
Gem
:: RemoteFetcher (96) -
Gem
:: Security :: Policy (108) -
Gem
:: Security :: Signer (36) -
Gem
:: Server (36) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCacheEntry (12) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (24) -
Net
:: HTTPGenericRequest (36) -
Net
:: HTTPResponse (60) - Object (15)
-
REXML
:: Attribute (12) -
REXML
:: Attributes (24) -
REXML
:: Element (48) -
REXML
:: NotationDecl (12) -
REXML
:: Parsers :: SAX2Parser (60) -
URI
:: FTP (24) -
URI
:: Generic (240) -
URI
:: LDAP (120) -
URI
:: MailTo (72) -
WEBrick
:: HTTPRequest (60) -
WIN32OLE
_ EVENT (12)
モジュール
-
Gem
:: LocalRemoteOptions (12) -
Net
:: HTTPHeader (372) -
OpenURI
:: Meta (96) -
OpenURI
:: OpenRead (36) -
REXML
:: SAX2Listener (48) -
REXML
:: StreamListener (24)
キーワード
- + (12)
- Marshal (12)
- [] (12)
- []= (12)
- absolute (12)
- absolute? (12)
-
accept
_ uri _ http (12) -
add
_ namespace (24) - attribute (12)
- attributes (12)
- attributes= (12)
-
base
_ uri (12) -
basic
_ auth (12) -
body
_ stream (12) -
body
_ stream= (12) -
cache
_ dir (12) -
cert
_ chain (12) -
cert
_ chain= (12) - charset (24)
- chunked? (12)
-
content
_ encoding (12) -
content
_ length (12) -
content
_ length= (12) -
content
_ range (12) -
content
_ type (24) -
content
_ type= (12) -
default
_ port (12) - delete (12)
- dn (12)
- dn= (12)
- doctype (24)
- download (12)
- each (12)
-
each
_ capitalized _ name (12) -
each
_ header (12) -
each
_ key (12) -
each
_ name (12) -
each
_ value (12) -
end
_ element (12) - escape (12)
- extensions (12)
- extensions= (12)
- fetch (36)
-
fetch
_ path (12) - filter (12)
- filter= (12)
-
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
form
_ data= (12) - fragment (12)
- fragment= (12)
-
get
_ attribute _ ns (12) -
get
_ fields (12) -
get
_ file _ uri _ path (12) - handler= (12)
- headers (12)
- headers= (12)
- hierarchical? (12)
- homepage (12)
- homepage= (12)
- hostname (12)
- hostname= (12)
- key? (12)
-
last
_ modified (12) -
latest
_ specs (12) - listen (60)
-
load
_ specs (12) -
main
_ type (12) - merge (12)
- method (12)
- msg (12)
- namespace (24)
- namespaces (12)
- normalize (12)
- normalize! (12)
-
normalize
_ uri (12) - notationdecl (12)
-
only
_ signed= (12) -
only
_ trusted= (12) - opaque (12)
- opaque= (12)
- open (24)
-
open
_ uri _ or _ path (12) - parser (12)
- password (12)
- password= (12)
- path (36)
- path= (12)
-
path
_ info (12) -
path
_ info= (12) -
proxy
_ basic _ auth (12) -
query
_ string= (12) - range (12)
-
range
_ length (12) - read (12)
-
read
_ body (24) - refresh (12)
- relative? (12)
- request (12)
- scope (12)
- scope= (12)
-
set
_ content _ type (12) -
set
_ form _ data (12) - sign (12)
-
start
_ element (12) -
start
_ prefix _ mapping (12) - status (12)
-
sub
_ type (12) - system (12)
- then (7)
- to (12)
- to= (12)
-
to
_ mailtext (12) -
to
_ rfc822text (12) -
type
_ params (12) - typecode (12)
- typecode= (12)
- unescape (12)
-
unparsed
_ uri (12) - update (12)
- uri= (12)
- value (12)
-
verify
_ chain (12) -
verify
_ chain= (12) -
verify
_ data (12) -
verify
_ data= (12) -
verify
_ gem (12) -
verify
_ root= (12) -
verify
_ signer= (12) - yaml (12)
-
yield
_ self (8)
検索結果
先頭5件
-
DRb
:: ExtServManager # uri -> String|nil (21130.0) -
サービス起動時にプロセスを spawn する時に渡す URI を返します。
...サービス起動時にプロセスを spawn する時に渡す URI を返します。
デフォルトは nil で、これは DRb.#uri を用いることを意味します。
@see DRb::ExtServManager#uri=... -
URI
:: MailTo # to _ mailtext -> String (20141.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
:: Generic # parser -> URI :: Parser (17318.0) -
selfのパーサを返します。未定義であった場合は URI::DEFAULT_PARSER を返します。
...selfのパーサを返します。未定義であった場合は URI::DEFAULT_PARSER を返します。... -
URI
:: Generic # normalize -> URI :: Generic (17230.0) -
URI オブジェクトを正規化して返します。ホスト名を小文字にし、パスと 構成要素がなければ '/' をセットします。
...
URI オブジェクトを正規化して返します。ホスト名を小文字にし、パスと
構成要素がなければ '/' をセットします。
例:
require 'uri'
u = URI.parse('http://Example.Com')
p u.to_s #=> "http://Example.Com"
p u.normalize.to_s......#=> "http://example.com/"... -
URI
:: Generic # path -> String | nil (17137.0) -
自身の path を文字列で返します。設定されていない場合は nil を返します。
...path を文字列で返します。設定されていない場合は nil を返します。
require 'uri'
p URI.parse('http://example.com/hoge').path #=> "/hoge"
p URI.parse('http://example.com').path #=> ""
p URI.parse('mailto:nospam@localhost').path #=> nil
p URI(......'ftp://example.com/foo').path #=> 'foo'
p URI('ftp://example.com/%2Ffoo').path #=> '/foo'... -
URI
:: Generic # hostname -> String | nil (17135.0) -
自身の hostname を文字列で返します。また、URI::Generic#host が設 定されていない場合は nil を返します。
...自身の hostname を文字列で返します。また、URI::Generic#host が設
定されていない場合は nil を返します。
このメソッドは URI::Generic#host に IPv6 アドレスが設定されていた
場合はブラケットを削除した文字列を返しますがそれ以......外は同じ文字列を返し
ます。
require 'uri'
u = URI("http://[::1]/bar")
p u.hostname # => "::1"
p u.host # => "[::1]"... -
URI
:: Generic # hostname=(s) (17131.0) -
自身の hostname を設定します。
...自身の hostname を設定します。
このメソッドは引数に IPv6 アドレスを設定した場合は
URI::Generic#host にブラケットを追加した文字列を設定しますがそれ
以外は同じ処理を行います。
require 'uri'
u = URI("http://foo/bar")
p u.to_s......# => "http://foo/bar"
u.hostname = "::1"
p u.to_s # => "http://[::1]/bar"
@param s 自身の hostname を表す文字列を指定します。
@raise URI::InvalidComponentError 不正な引数 s に対して発生します。
@raise URI::InvalidURIError host と registry... -
URI
:: Generic # normalize! -> String | nil (17130.0) -
URI オブジェクトを正規化して返します。ホスト名を小文字にし、パスと 構成要素がなければ '/' をセットします。
...
URI オブジェクトを正規化して返します。ホスト名を小文字にし、パスと
構成要素がなければ '/' をセットします。
例:
require 'uri'
u = URI.parse('http://Example.Com')
p u.to_s #=> "http://Example.Com"
p u.normalize.to_s......#=> "http://example.com/"... -
URI
:: Generic # opaque -> String | nil (17125.0) -
自身の opaque を文字列で返します。設定されていない場合は nil を返します。
...身の opaque を文字列で返します。設定されていない場合は nil を返します。
例:
require 'uri'
p URI.parse('http://example.com/').opaque #=> nil
p URI.parse('mailto:nospam@localhost').opaque #=> "nospam@localhost"
p URI.parse('urn:ietf:rfc:1149').opaque...