303件ヒット
[1-100件を表示]
(0.135秒)
ライブラリ
- ビルトイン (33)
- benchmark (12)
- date (12)
- e2mmap (6)
-
irb
/ context (24) - openssl (12)
-
rdoc
/ markup (12) -
rdoc
/ markup / formatter (24) -
rexml
/ document (12) - rss (36)
-
rubygems
/ package / tar _ output (36) -
rubygems
/ specification (12) - scanf (36)
- socket (36)
クラス
-
Benchmark
:: Tms (12) - Date (12)
-
Gem
:: Package :: TarOutput (36) -
Gem
:: Specification (12) -
IRB
:: Context (24) -
RDoc
:: Markup (12) -
RDoc
:: Markup :: Formatter (24) -
REXML
:: Formatters :: Default (12) -
RubyVM
:: InstructionSequence (12) -
Scanf
:: FormatSpecifier (6) -
Scanf
:: FormatString (18) - String (21)
- Time (12)
- UDPSocket (36)
モジュール
- DublinCoreModel (36)
- Exception2MessageMapper (6)
-
OpenSSL
:: Buffering (12)
キーワード
-
add
_ gem _ contents (12) -
add
_ signatures (12) -
add
_ tag (12) - convert (24)
-
count
_ space? (6) -
dc
_ format (12) -
dc
_ format= (12) -
dc
_ formats (12) -
def
_ exception (6) -
matched
_ count (6) - printf (12)
- prune (6)
- requirements= (12)
-
return
_ format (12) -
return
_ format= (12) - scanf (12)
- send (36)
-
spec
_ count (6) - strftime (24)
-
to
_ a (12) - unpack1 (9)
- write (12)
検索結果
先頭5件
-
Benchmark
:: Tms # format(fmtstr = nil , *args) -> String (18126.0) -
self を指定されたフォーマットで整形して返します。
...l.#format のようにオブジェクトを整形しますが、
以下の拡張を使用することができます。
: %u
user CPU time で置き換えられます。Benchmark::Tms#utime
: %y
system CPU time で置き換えられます(Mnemonic: y of "s*y*stem")。Benchmark::Tms#stime
: %U......子プロセスの user CPU time で置き換えられます。Benchmark::Tms#cutime
: %Y
子プロセスの system CPU time で置き換えられます。Benchmark::Tms#cstime
: %t
total CPU time で置き換えられます。Benchmark::Tms#total
: %r
実経過時間で置き換えられま......:Tms#real
: %n
ラベルで置き換えられます(Mnemonic: n of "*n*ame")。Benchmark::Tms#label
@param fmtstr フォーマット文字列です。
省略された場合は、Benchmark::Tms::FORMAT が使用されます。
@param args フォーマットされる引数です。... -
IRB
:: Context # return _ format -> String (12214.0) -
irb のプロンプトでの評価結果を表示する際のフォーマットを文字列で返します。
...irb のプロンプトでの評価結果を表示する際のフォーマットを文字列で返します。
@see IRB::Context#return_format=, print_format... -
IRB
:: Context # return _ format=(val) (12214.0) -
irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。
...irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。
@see IRB::Context#return_format, print_format
IRB::Context#prompt_mode の変更に影響を受ける事に注意してください。... -
Scanf
:: FormatString # prune(n=matched _ count) (9201.0) -
@todo
@todo -
Gem
:: Package :: TarOutput # add _ signatures (9117.0) -
gem-format な tar ファイルに data.tar.gz.sig, metadata.gz.sig を追加します。
...gem-format な tar ファイルに data.tar.gz.sig, metadata.gz.sig を追加します。
@see Gem::Security::Signer... -
DublinCoreModel
# dc _ format (9103.0) -
@todo
@todo -
DublinCoreModel
# dc _ format= (9103.0) -
@todo
@todo -
DublinCoreModel
# dc _ formats (9101.0) -
@todo
@todo -
Scanf
:: FormatSpecifier # count _ space? (9101.0) -
@todo
@todo -
Scanf
:: FormatString # matched _ count (9101.0) -
@todo
@todo