るりまサーチ

最速Rubyリファレンスマニュアル検索!
1779件ヒット [1-100件を表示] (0.128秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

オブジェクト

検索結果

<< 1 2 3 ... > >>

REXML::EntityConst::GT -> REXML::Entity (24217.0)

「&gt;」「>」というエンティティを表わすオブジェクト。

...「&gt;」「>」というエンティティを表わすオブジェクト。...

OpenSSL::X509::V_ERR_PATH_LENGTH_EXCEEDED -> Integer (18300.0)

CA 証明書の basicConstraints 拡張領域の pathlen を 越えている場合に発生します。

...CA 証明書の basicConstraints 拡張領域の pathlen を
越えている場合に発生します。...

CGI::QueryExtension#content_length -> Integer (15300.0)

ENV['CONTENT_LENGTH'] を返します。

...ENV['CONTENT_LENGTH'] を返します。...

RSS::Maker::RSS20::Items::Item::Enclosure#length (15200.0)

@todo

...@todo...

RSS::Maker::RSS20::Items::Item::Enclosure#length=() (15200.0)

@todo

...@todo...

絞り込み条件を変える

Thread::Queue#length -> Integer (15200.0)

キューの長さを返します。

...キューの長さを返します。

//emlist[例][ruby]{
require 'thread'
q = Queue.new

[:resource1, :resource2, :resource3, nil].each { |r| q.push(r) }

q.length # => 4
//}...
...キューの長さを返します。

//emlist[例][ruby]{
q = Queue.new

[:resource1, :resource2, :resource3, nil].each { |r| q.push(r) }

q.length # => 4
//}...

Thread::SizedQueue#length -> Integer (15200.0)

キューの長さを返します。

キューの長さを返します。

ThreadsWait::ErrNoWaitingThread (15000.0)

終了を待つスレッドが存在しない時、発生します。

...終了を待つスレッドが存在しない時、発生します。

@see ThreadsWait#next_wait...

JSON::State#buffer_initial_length=(length) (12316.0)

This sets the initial length of the buffer to length, if length > 0, otherwise its value isn't changed.

...
T
his sets the initial length of the buffer to length, if length > 0,
otherwise its value isn't changed....

Net::HTTPHeader#content_length -> Integer|nil (12300.0)

Content-Length: ヘッダフィールドの表している値を整数で返します。

...Content-Length: ヘッダフィールドの表している値を整数で返します。

ヘッダが設定されていない場合には nil を返します。

@raise Net::HTTPHeaderSyntaxError フィールドの値が不正である場合に
発生します。...
...//emlist[例][ruby]{
require 'net/http'

uri = URI.parse('http://www.example.com/index.html')
req = Net::HTTP::Get.new(uri.request_uri)
req.content_length # => nil
req.content_length = 10
req.content_length # => 10
//}...

絞り込み条件を変える

<< 1 2 3 ... > >>