るりまサーチ

最速Rubyリファレンスマニュアル検索!
460件ヒット [1-100件を表示] (0.098秒)
トップページ > クエリ:d[x] > クエリ:Generic[x]

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. kernel $-d
  4. openssl d
  5. integer to_d

検索結果

<< 1 2 3 ... > >>

Resolv::DNS::Resource::Generic (21000.0)

汎用DNSリソース抽象クラスです。

...汎用DNSリソース抽象クラスです。...

static VALUE generic_ivar_defined(VALUE obj, ID id) (12200.0)

URI::Generic.build(ary) -> URI::Generic (9218.0)

引数で与えられた URI 構成要素から URI::Generic オブジェクトを生成します。

...引数で与えられた URI 構成要素から URI::Generic オブジェクトを生成します。

@param ary 構成要素を表す配列を与えます。要素は以下の順です。
//emlist{
[scheme, userinfo, host, port, registry, path, opaque, query, fragment]
//}

@param hash 構...
...シンボルは以下のいずれかです。
ハッシュの値は文字列で与えます。
//emlist{
:scheme ,:userinfo, :host, :port, :registry, :path, :opaque, :query, :fragment
//}

@raise URI::InvalidComponentError 各要素が適合しない場合に発生します。...

URI::Generic.build(hash) -> URI::Generic (9218.0)

引数で与えられた URI 構成要素から URI::Generic オブジェクトを生成します。

...引数で与えられた URI 構成要素から URI::Generic オブジェクトを生成します。

@param ary 構成要素を表す配列を与えます。要素は以下の順です。
//emlist{
[scheme, userinfo, host, port, registry, path, opaque, query, fragment]
//}

@param hash 構...
...シンボルは以下のいずれかです。
ハッシュの値は文字列で与えます。
//emlist{
:scheme ,:userinfo, :host, :port, :registry, :path, :opaque, :query, :fragment
//}

@raise URI::InvalidComponentError 各要素が適合しない場合に発生します。...

URI::Generic.build2(ary) -> URI::Generic (9218.0)

URI::Generic.build と同じですが、例外 URI::InvalidComponentError が発生した場合に、引数の各要素を URI.escape して再度 build を試み ます。

...URI::Generic.build と同じですが、例外 URI::InvalidComponentError
が発生した場合に、引数の各要素を URI.escape して再度 build を試み
ます。

@param ary 構成要素を表す文字列の配列を与えます。要素は以下の順です。
//emlist{
[scheme, u...

絞り込み条件を変える

URI::Generic.build2(hash) -> URI::Generic (9218.0)

URI::Generic.build と同じですが、例外 URI::InvalidComponentError が発生した場合に、引数の各要素を URI.escape して再度 build を試み ます。

...URI::Generic.build と同じですが、例外 URI::InvalidComponentError
が発生した場合に、引数の各要素を URI.escape して再度 build を試み
ます。

@param ary 構成要素を表す文字列の配列を与えます。要素は以下の順です。
//emlist{
[scheme, u...

Net::HTTPGenericRequest#body=(body) (9200.0)

サーバに送るリクエストのエンティティボディを文字列で設定します。

...

@param body 設定するボディを文字列で与えます。

//emlist[例][ruby]{
require 'net/http'

uri = URI.parse('http://www.example.com/index.html')
req = Net::HTTP::Post.new(uri.request_uri)
req.body = "Test Post Data" # => "Test Post Data"
//}

@see Net::HTTPGenericRequest#body...

URI::Generic::DEFAULT_PORT -> nil (9116.0)

URI::Generic のデフォルトポート(nil)です。

...URI::Generic のデフォルトポート(nil)です。...

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

self.class.default_port を返します。

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

@see URI::Generic.default_port...
<< 1 2 3 ... > >>