677件ヒット
[1-100件を表示]
(0.115秒)
ライブラリ
クラス
- BasicObject (24)
- CGI (12)
- CSV (24)
-
CSV
:: Table (60) -
Gem
:: StreamUI :: SilentProgressReporter (12) -
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) - Matrix (24)
-
MiniTest
:: Unit (1) -
Net
:: FTP (12) -
Net
:: IMAP (24) -
Net
:: POP3 (96) - Proc (7)
-
Rake
:: FileList (12) -
Resolv
:: DNS (12) - Thread (12)
- WIN32OLE (12)
モジュール
- Enumerable (60)
- GC (36)
- ObjectSpace (72)
- Observable (12)
- Timeout (21)
キーワード
- ! (12)
- != (12)
- << (7)
- ConditionVariable (12)
- FlagCountError (12)
-
MAX
_ MULTIPART _ COUNT (12) - acct (12)
-
auth
_ only (24) -
by
_ col _ or _ row (12) -
by
_ col _ or _ row! (12) -
by
_ row (12) -
by
_ row! (12) -
column
_ count (12) -
column
_ size (12) -
count
_ nodes (12) -
count
_ objects (12) -
count
_ objects _ size (12) -
count
_ observers (12) -
count
_ tdata _ objects (12) -
delete
_ all (24) -
each
_ object (24) - egrep (12)
- failures= (1)
- foreach (12)
-
garbage
_ collect (12) - inspect (12)
-
max
_ flag _ count (12) -
max
_ flag _ count= (12) -
ole
_ reference _ count (12) - priority= (12)
- read (12)
- readlines (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / specification _ command (12) -
sort
_ by (24) - start (48)
- stat (12)
- timeout (21)
- timeouts= (12)
- updated (12)
検索結果
先頭5件
-
Gem
:: StreamUI :: SilentProgressReporter # count -> nil (21201.0) -
何もしません。
何もしません。 -
Enumerable
# count -> Integer (21127.0) -
レシーバの要素数を返します。
...価して真になった要素の個数を
カウントして返します。
@param item カウント対象となる値。
//emlist[例][ruby]{
enum = [1, 2, 4, 2].each
enum.count # => 4
enum.count(2) # => 2
enum.count{|x|x%2==0} # => 3
//}
@see Array#count... -
Enumerable
# count {|obj| . . . } -> Integer (21127.0) -
レシーバの要素数を返します。
...価して真になった要素の個数を
カウントして返します。
@param item カウント対象となる値。
//emlist[例][ruby]{
enum = [1, 2, 4, 2].each
enum.count # => 4
enum.count(2) # => 2
enum.count{|x|x%2==0} # => 3
//}
@see Array#count... -
Enumerable
# count(item) -> Integer (21127.0) -
レシーバの要素数を返します。
...価して真になった要素の個数を
カウントして返します。
@param item カウント対象となる値。
//emlist[例][ruby]{
enum = [1, 2, 4, 2].each
enum.count # => 4
enum.count(2) # => 2
enum.count{|x|x%2==0} # => 3
//}
@see Array#count... -
Gem
:: StreamUI :: SimpleProgressReporter # count -> Integer (21101.0) -
Gem::StreamUI::SimpleProgressReporter#updated が呼び出された回数を返します。
...Gem::StreamUI::SimpleProgressReporter#updated が呼び出された回数を返します。... -
WIN32OLE
. ole _ reference _ count(aWIN32OLE) -> Integer (15301.0) -
引数で指定したオブジェクトの現在の参照カウント値を返します。
...OLEのデバッグおよびWIN32OLEを利用するミドルウェ
アの実装のために用意されています。このため、メソッドの内部動作は不定で
す。COMの仕様とWIN32OLEの内部処理に熟知していない場合は使用しないでくだ
さい。
@param aWIN32OL......E 参照カウント値を求めるWIN32OLEオブジェクト。
@return AddRef呼び出し後のReleaseの戻り値。COMの仕様上は現在のオブジェ
クトの参照カウント値を示します。... -
Net
:: IMAP . max _ flag _ count=(count) (12314.0) -
サーバからのレスポンスに含まれる flag の上限を設定します。
...に含まれる flag の上限を設定します。
これを越えた flag がレスポンスに含まれている場合は、
Net::IMAP::FlagCountError 例外が発生します。
デフォルトは 10000 です。通常は変える必要はないでしょう。
@param count 設定する最大......値の整数
@see Net::IMAP.max_flag_count... -
Net
:: IMAP . max _ flag _ count -> Integer (12207.0) -
サーバからのレスポンスに含まれる flag の上限を返します。
...サーバからのレスポンスに含まれる flag の上限を返します。
これを越えた flag がレスポンスに含まれている場合は、
Net::IMAP::FlagCountError 例外が発生します。
@see Net::IMAP.max_flag_count=... -
CGI
:: MAX _ MULTIPART _ COUNT -> Integer (12201.0) -
Maximum number of request parameters when multipart
...Maximum number of request parameters when multipart...