るりまサーチ

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

別のキーワード

  1. _builtin path
  2. pathname to_path
  3. _builtin absolute_path
  4. _builtin to_path
  5. csv path

検索結果

<< 1 2 3 > >>

Gem::Ext::ConfigureBuilder.build(extension, directory, dest_path, results) -> Array (21208.0)

@todo

...実行して
Makefile を作成してから make を実行します。

@param extension このメソッドでは使用しません。

@param directory

@param dest_path

@param results コマンドの実行結果を格納します。破壊的に変更されます。

@see Gem::Ext::Builder.make...

Gem::Ext::ExtConfBuilder.build(extension, directory, dest_path, results) -> Array (21208.0)

@todo

...ake を実行します。

@param extension ファイル名を指定します。

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマンドの実行結果を格納します。破壊的に変更されます。

@see Gem::Ext::Builder.make...

Gem::Ext::RakeBuilder.build(extension, directory, dest_path, results) -> Array (21208.0)

@todo

...ake を実行します。

@param extension ファイル名を指定します。

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマンドの実行結果を格納します。破壊的に変更されます。

@see Gem::Ext::Builder.make...

URI::FTP.build(ary) -> URI::FTP (18162.0)

引数で与えられた URI 構成要素から URI::FTP オブジェクトを生成します。 引数の正当性を検査します。

...p URI::FTP.build([nil, "www.example.com", 10020, "/path", 'a'])
#=> #<URI::FTP:0x201c4f9c URL:ftp://www.example.com:10020/path;type=a>

p URI::FTP.build({:host => "www.example.com", :path => "/path", :typecode => 'a'})
#=> #<URI::FTP:0x201bd9cc URL:ftp://www.example.com/path;type=a>...
...p://example.com/%2Ffoo;type=i'

@param ary 構成要素を表す文字列の配列を与えます。要素は
//emlist{
[userinfo, host, port, path, typecode]
//}
の順です。typecode は、"a"、"i" あるいは "d" です。"a" はテキスト、"i" はバイナリ、...
...めです。

@param hash 構成要素を表すハッシュを与えます。ハッシュのキーは
//emlist{
:scheme, :userinfo, :host, :port, :path, :typecode
//}
のいずれかです。ハッシュの値は文字列です。typecode は、
"a"、"i" あるいは "d"...

URI::FTP.build(hash) -> URI::FTP (18162.0)

引数で与えられた URI 構成要素から URI::FTP オブジェクトを生成します。 引数の正当性を検査します。

...p URI::FTP.build([nil, "www.example.com", 10020, "/path", 'a'])
#=> #<URI::FTP:0x201c4f9c URL:ftp://www.example.com:10020/path;type=a>

p URI::FTP.build({:host => "www.example.com", :path => "/path", :typecode => 'a'})
#=> #<URI::FTP:0x201bd9cc URL:ftp://www.example.com/path;type=a>...
...p://example.com/%2Ffoo;type=i'

@param ary 構成要素を表す文字列の配列を与えます。要素は
//emlist{
[userinfo, host, port, path, typecode]
//}
の順です。typecode は、"a"、"i" あるいは "d" です。"a" はテキスト、"i" はバイナリ、...
...めです。

@param hash 構成要素を表すハッシュを与えます。ハッシュのキーは
//emlist{
:scheme, :userinfo, :host, :port, :path, :typecode
//}
のいずれかです。ハッシュの値は文字列です。typecode は、
"a"、"i" あるいは "d"...

絞り込み条件を変える

URI::HTTP.build(ary) -> URI::HTTP (18138.0)

引数で与えられた URI 構成要素から URI::HTTP オブジェクトを生成します。 引数の正当性を検査します。

...す。要素は次の順です。
//emlist{
[userinfo, host, port, path, query, fragment]
//}
@param hash 構成要素を表すハッシュを与えます。ハッシュのキーは :scheme, :userinfo, :host, :port, :path, :query, :fragment のいずれかです。

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

例:
require 'uri'
newuri = URI::HTTP.build({:host => 'www.example.com', :path => '/foo/bar'})
newuri = URI::HTTP.build([nil, "www.example.com", nil, "/path", "query", 'fragment'])...

URI::HTTP.build(hash) -> URI::HTTP (18138.0)

引数で与えられた URI 構成要素から URI::HTTP オブジェクトを生成します。 引数の正当性を検査します。

...す。要素は次の順です。
//emlist{
[userinfo, host, port, path, query, fragment]
//}
@param hash 構成要素を表すハッシュを与えます。ハッシュのキーは :scheme, :userinfo, :host, :port, :path, :query, :fragment のいずれかです。

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

例:
require 'uri'
newuri = URI::HTTP.build({:host => 'www.example.com', :path => '/foo/bar'})
newuri = URI::HTTP.build([nil, "www.example.com", nil, "/path", "query", 'fragment'])...

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

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

..., path, opaque, query, fragment]
//}

@param hash 構成要素を表すハッシュを与えます。ハッシュのキーはシンボルは以下のいずれかです。
ハッシュの値は文字列で与えます。
//emlist{
:scheme ,:userinfo, :host, :port, :registry, :path...

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

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

..., path, opaque, query, fragment]
//}

@param hash 構成要素を表すハッシュを与えます。ハッシュのキーはシンボルは以下のいずれかです。
ハッシュの値は文字列で与えます。
//emlist{
:scheme ,:userinfo, :host, :port, :registry, :path...

Gem::RequirePathsBuilder#write_require_paths_file_if_needed(spec = @spec, gem_home = @gem_home) (12100.0)

必要であれば、'.require_paths' というファイルを Gem ごとに作成します。

...必要であれば、'.require_paths' というファイルを Gem ごとに作成します。...

絞り込み条件を変える

<< 1 2 3 > >>