るりまサーチ

最速Rubyリファレンスマニュアル検索!
552件ヒット [1-100件を表示] (0.128秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

クラス

キーワード

検索結果

<< 1 2 3 ... > >>

URI::Generic#registry -> String | nil (15303.0)

自身の registry を文字列で返します。設定されていない場合は nil を返します。

...自身の registry を文字列で返します。設定されていない場合は nil を返します。...

URI::Generic#route_from(src) -> URI::Generic (15303.0)

与えられた URI を表す src からの相対パスを返します。

... URI を表す src からの相対パスを返します。

@param src 自身の相対パスを算出するための、ルートとなる Absolute URI を与えます。

例:
r
equire 'uri'
p URI.parse('http://example.com/foo/bar.html') - 'http://example.com/'
#=> #<URI::Generic:0x20100256 URL...
...:foo/bar.html>...

URI::LDAP#attributes -> String (15303.0)

自身の Attribute を文字列で返します。

...自身の Attribute を文字列で返します。...

URI::Generic#default_port -> Integer | nil (15203.0)

self.class.default_port を返します。

...self.class.default_port を返します。

@see URI::Generic.default_port...

URI::Generic#fragment -> String | nil (15203.0)

自身の fragment を文字列で返します。設定されていない場合は nil を返します。

...自身の fragment を文字列で返します。設定されていない場合は nil を返します。

例:
r
equire 'uri'
u = URI.parse('http://example.com/#frgmt')
p u.fragment #=> "frgmt"...

絞り込み条件を変える

URI::Generic#fragment=(s) (15203.0)

自身の fragment を設定します。

...自身の fragment を設定します。

@param s 自身の fragment を表す文字列を指定します。

@raise URI::InvalidComponentError 不正な引数 s に対して発生します。...

URI::Generic#port -> String | nil (15203.0)

自身の port を文字列で返します。設定されていない場合は nil を返します。

...自身の port を文字列で返します。設定されていない場合は nil を返します。...

URI::Generic#port=(s) (15203.0)

自身の port を設定します。

...自身の port を設定します。

@param s 自身の port を表す文字列か整数を指定します。

@raise URI::InvalidComponentError 不正な引数 s に対して発生します。

@raise URI::InvalidURIError port registry を同時に設定した場合に発生します。...

URI::Generic#registry=(s) (15203.0)

自身の registry を設定します。

...自身の registry を設定します。

@param s 自身の registry を表す文字列を指定します。

@raise URI::InvalidComponentError 不正な引数 s に対して発生します。

@raise URI::InvalidURIError server 部と registry を同時に設定した場合に発生します。...
<< 1 2 3 ... > >>