るりまサーチ

最速Rubyリファレンスマニュアル検索!
656件ヒット [601-656件を表示] (0.011秒)
トップページ > クエリ:search[x]

別のキーワード

  1. sourceinfocache search
  2. rubygems/source_info_cache search
  3. sourceinfocache search_with_source
  4. rubygems/source_info_cache search_with_source
  5. imap search

モジュール

検索結果

<< < ... 5 6 7 >>

net/http (6.0)

汎用データ転送プロトコル HTTP を扱うライブラリです。 実装は 2616 に基きます。

...(POST)

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

#例1: POSTするだけ
res = Net::HTTP.post_form(URI.parse('http://www.example.com/search'),
{'q'=>'ruby', 'max'=>'50'})
puts res.body

#例2: 認証付きで POST する
res = Net::HTTP.post_form(URI.parse('ht...

rake (6.0)

Rake というコマンドラインツールを扱うライブラリです。

...行する前に MODULE を require します。
--rules ルールの解決を追跡します。
-N, --no-search, --nosearch 親ディレクトリの Rakefile を検索しません。
-s, --silent --quiet に似ていますが、ディレク...

ruby 1.6 feature (6.0)

ruby 1.6 feature ruby version 1.6 は安定版です。この版での変更はバグ修正がメイン になります。

...
これを見て、1.6.6 の stable-snapshot を使用している方は、2002/1/30
の以下の変更(ChangeLog)

* re.c (rb_reg_search): should set regs.allocated.

で、メモリリークが起こるようになってることに注意してください。
2002/2/13 以降...
...み込み関数>)) / $LOAD_PATH

Changed to use a new algorithm to locate a library.

Now when requiring "foo", the following directories are searched for
the library in the order listed.

$prefix/lib/ruby/site_ruby/$ver/foo.rb
$prefix/lib/ruby/site_ruby/$ver/foo.so
$prefix/lib/rub...

rubygems/commands/lock_command (6.0)

指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。

...e. It will specify exact
versions in the requirements list to ensure that the gems loaded will always
be consistent. A full recursive search of all effected gems will be
generated.

Example:

gemlock rails-1.0.0 > lockdown.rb

will produce in...

tsort (6.0)

tsort はトポロジカルソートと強連結成分に関するモジュールを提供します。

...分に関するアルゴリズムを使っているからです。
とはいえ strongly_connected_components という正確な名前は長過ぎます。

=== References
R. E. Tarjan,
Depth First Search and Linear Graph Algorithms,
SIAM Journal on Computing, Vol. 1, No. 2, pp. 146-160, June 1972....

絞り込み条件を変える

<< < ... 5 6 7 >>