るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. ipaddr to_i
  5. csv to_i

検索結果

<< 1 2 3 ... > >>

OpenSSL::Config#section(sec) -> {String => String} (24207.0)

指定したセクションの設定情報をハッシュで返します。

...指定したセクションの設定情報をハッシュで返します。

ハッシュのキーが設定情報のキー、ハッシュの値が対応する情報となります。

section
は obsolete です。[] を使ってください。

@param sec セクションを表す文字列...

RDoc::Context::Section#title -> String | nil (15216.0)

section のタイトルを返します。

...
section
のタイトルを返します。...

MonitorMixin::ConditionVariable#wait(timeout = nil) -> bool (15206.0)

モニタのロックを開放し、現在のスレッドを停止します。

...ックを保持している必要があります。

MonitorMixin::ConditionVariable#signal
MonitorMixin::ConditionVariable#broadcast
で起こされるまでスレッドは停止し続けます。

timeout を与えた場合は最大 timeout 秒まで停止した後にスレッドを
再開し...
...によって危険領域(critical section)上で動作している
スレッドはただ一つになり、排他を実現します。

true を返します。timeout が与えられていて待ち時間が timeout を
越えた場合は false を返します。

@param timeout タイムアウトま...
...での秒数。指定しなかった場合はタイムアウトしません。

@raise ThreadError ロックを持っていないスレッドがこのメソッドを呼びだした場合に発生します

@see MonitorMixin::ConditionVariable#wait_while, MonitorMixin::ConditionVariable#wait_until...

OpenSSL::Config#sections -> [String] (15200.0)

オブジェクトに含まれる全てのセクション名の配列を返します。

オブジェクトに含まれる全てのセクション名の配列を返します。

RDoc::CodeObject#section=(val) (12323.0)

所属する section を設定します。

...所属する section を設定します。

@param val RDoc::Context::Section オブジェクトを指定します。...

絞り込み条件を変える

RDoc::Context#set_current_section(title, comment) -> () (12301.0)

Handle sections

...Handle sections...

Net::HTTPPreconditionFailed (12012.0)

HTTP レスポンス 412 (Precondition Failed) を表現するクラスです。

...HTTP レスポンス 412 (Precondition Failed) を表現するクラスです。

詳しくは 7232 Section 4.2, 8144 Section 3.2 を見てください。...

Net::HTTPConflict (12006.0)

HTTP レスポンス 409 (Conflict) を表現するクラスです。

...HTTP レスポンス 409 (Conflict) を表現するクラスです。

詳しくは 7231 Section 6.5.8 を見てください。...

Net::HTTPExpectationFailed (12006.0)

HTTP レスポンス 417 (Expectation Failed) を表現するクラスです。

...HTTP レスポンス 417 (Expectation Failed) を表現するクラスです。

詳しくは 7231 Section 6.5.14 を見てください。...

Net::HTTPInternalServerError (12006.0)

HTTP レスポンス 500 (Internal Server Error) を表現するクラスです。

...HTTP レスポンス 500 (Internal Server Error) を表現するクラスです。

詳しくは 7231 Section 6.6.1 を見てください。...

絞り込み条件を変える

<< 1 2 3 ... > >>