144件ヒット
[101-144件を表示]
(0.021秒)
ライブラリ
- ビルトイン (12)
- mkmf (24)
-
net
/ http (24) -
rdoc
/ generator / json _ index (12) -
rubygems
/ gem _ path _ searcher (36) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (24)
クラス
-
Encoding
:: Converter (12) -
Gem
:: GemPathSearcher (36) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (24) -
Net
:: HTTP (24) -
RDoc
:: Generator :: JsonIndex (12)
モジュール
- Kernel (24)
キーワード
-
convertible
_ int (24) - convpath (12)
- find (12)
-
find
_ all (12) - generate (12)
-
init
_ gemspecs (12) - post (24)
-
search
_ with _ source (12)
検索結果
先頭4件
-
Gem
:: GemPathSearcher # init _ gemspecs -> [Gem :: Specification] (3101.0) -
インストール済みの Gem の Gem::Specification のリストを返します。
...インストール済みの Gem の Gem::Specification のリストを返します。
リストはアルファベット順かつバージョンの新しい順にソートされています。... -
RDoc
:: Generator :: JsonIndex # generate -> () (3017.0) -
解析した情報を RDoc::Generator::JsonIndex::SEARCH_INDEX_FILE に出 力します。
...解析した情報を RDoc::Generator::JsonIndex::SEARCH_INDEX_FILE に出
力します。... -
Net
:: HTTP # post(path , data , header = nil , dest = nil) -> Net :: HTTPResponse (119.0) -
サーバ上の path にあるエンティティに対し文字列 data を POST で送ります。
...送ります。
返り値は Net::HTTPResponse のインスタンスです。
ブロックと一緒に呼びだされたときはエンティティボディを少しずつ文字列として
ブロックに与えます。このとき戻り値の HTTPResponse オブジェクトは有効な body を......持ちません。
POST する場合にはヘッダに Content-Type: を指定する必要があります。
もし header に指定しなかったならば、 Content-Type として
"application/x-www-form-urlencoded" を用います。
dest は時代遅れの引数です。利用しないでく......][ruby]{
# net/http version 1.1
response, body = http.post('/cgi-bin/search.rb', 'query=subject&target=ruby')
# version 1.2
response = http.post('/cgi-bin/search.rb', 'query=subject&target=ruby')
# using block
File.open('save.html', 'w') {|f|
http.post('/cgi-bin/search.rb', 'query=subject&target... -
Net
:: HTTP # post(path , data , header = nil , dest = nil) {|body _ segment| . . . . } -> Net :: HTTPResponse (119.0) -
サーバ上の path にあるエンティティに対し文字列 data を POST で送ります。
...送ります。
返り値は Net::HTTPResponse のインスタンスです。
ブロックと一緒に呼びだされたときはエンティティボディを少しずつ文字列として
ブロックに与えます。このとき戻り値の HTTPResponse オブジェクトは有効な body を......持ちません。
POST する場合にはヘッダに Content-Type: を指定する必要があります。
もし header に指定しなかったならば、 Content-Type として
"application/x-www-form-urlencoded" を用います。
dest は時代遅れの引数です。利用しないでく......][ruby]{
# net/http version 1.1
response, body = http.post('/cgi-bin/search.rb', 'query=subject&target=ruby')
# version 1.2
response = http.post('/cgi-bin/search.rb', 'query=subject&target=ruby')
# using block
File.open('save.html', 'w') {|f|
http.post('/cgi-bin/search.rb', 'query=subject&target...