943件ヒット
[1-100件を表示]
(0.044秒)
ライブラリ
- ビルトイン (81)
- benchmark (48)
- date (24)
- e2mmap (12)
-
irb
/ context (24) - logger (9)
- matrix (12)
-
net
/ http (12) - openssl (12)
- prettyprint (24)
-
rdoc
/ markup (12) -
rdoc
/ markup / formatter (48) -
rexml
/ document (36) - rss (36)
-
rubygems
/ defaults (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ format (24) -
rubygems
/ package / tar _ header (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ package / tar _ output (72) -
rubygems
/ specification (12) - scanf (36)
- socket (36)
-
webrick
/ accesslog (60) -
webrick
/ httpserver (12) -
webrick
/ httpstatus (24)
クラス
-
Benchmark
:: Tms (24) - Date (24)
-
Gem
:: DependencyInstaller (12) -
Gem
:: Format (24) -
Gem
:: Package :: TarHeader (12) -
Gem
:: Package :: TarOutput (60) -
Gem
:: Specification (12) -
IRB
:: Context (24) - Logger (9)
- PrettyPrint (24)
-
RDoc
:: Markup (12) -
RDoc
:: Markup :: Formatter (36) -
REXML
:: Formatters :: Default (24) -
RubyVM
:: InstructionSequence (12) -
Scanf
:: FormatSpecifier (6) -
Scanf
:: FormatString (18) - String (21)
- Time (12)
- UDPSocket (36)
-
WEBrick
:: HTTPServer (12)
モジュール
- Benchmark (24)
- DublinCoreModel (36)
- Exception2MessageMapper (12)
- Gem (12)
- Kernel (48)
-
OpenSSL
:: Buffering (12) -
WEBrick
:: AccessLog (48) -
WEBrick
:: HTTPStatus (12)
キーワード
- AccessLog (12)
- CLF (12)
-
COMBINED
_ LOG _ FORMAT (12) -
COMMON
_ LOG _ FORMAT (12) -
DEFAULT
_ OPTIONS (12) - Default (12)
- ErrNotRegular (12)
- Formatter (12)
- HTTPNonAuthoritativeInformation (12)
- Marshal フォーマット (12)
-
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 3
. 0 . 0 (5) - NonAuthoritativeInformation (12)
-
RC
_ NON _ AUTHORITATIVE _ INFORMATION (12) -
REFERER
_ LOG _ FORMAT (12) - Ruby用語集 (12)
- TarInput (12)
- TarOutput (12)
-
UNPACK
_ FORMAT (12) -
_ strptime (12) -
add
_ gem _ contents (12) -
add
_ signatures (12) -
add
_ tag (12) - benchmark (12)
- convert (24)
-
count
_ space? (6) -
dc
_ format (12) -
dc
_ format= (12) -
dc
_ formats (12) -
def
_ exception (12) -
default
_ exec _ format (12) - format (36)
-
from
_ file _ by _ path (12) -
from
_ io (12) -
matched
_ count (6) - new (57)
- open (12)
- printf (36)
- prune (6)
-
rdoc
/ markup (12) -
rdoc
/ markup / formatter (12) - requirements= (12)
-
return
_ format (12) -
return
_ format= (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ format (12) -
rubygems
/ old _ format (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ package / tar _ output (12) -
rubygems
/ package / tar _ reader (12) - scanf (12)
- send (36)
-
singleline
_ format (12) -
spec
_ count (6) - sprintf (12)
- sprintf フォーマット (12)
- strftime (24)
-
to
_ a (12) - unpack1 (9)
- uri (12)
- write (12)
- オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル (12)
- 正規表現 (12)
検索結果
先頭5件
-
uri (26012.0)
-
URI (Uniform Resource Identifier) のためのライブラリです。
...URI (Uniform Resource Identifier) のためのライブラリです。
=== 関連 RFC
以下は実装の際に参照されている RFC であり、最新の RFC であるとは限りません。
* 1738 Uniform Resource Locators (URL) (Updated by 2396)
* 2255 The LDAP UR......L Format (Obsoleted by 4510, 4516)
* 2368 The mailto URL scheme
* 2373 IP Version 6 Addressing Architecture (Obsoleted by 3513)
* 2396 Uniform Resource Identifiers (URI): Generic Syntax (Obsoleted by 3986)
* 2732 Format for Literal IPv6 A......ddresses in URL's (Obsoleted by 3986)
* 3986 Uniform Resource Identifier (URI): Generic Syntax
* 3987 Internationalized Resource Identifiers (IRIs)... -
Benchmark
:: FORMAT -> String (18125.0) -
Benchmark.#benchmark の第三引数のデフォルト値。
...%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
実経過時間で置き換えられます。Benchmark::Tms#real
: %n
ラベルで置き換えられます(Mnemonic: n of "*n*ame")。Benchmark::Tms#label
上......記のフォーマット文字列を使用しています。
この定数の内容は以下の通りです。
//emlist[][ruby]{
"%10.6u %10.6y %10.6t %10.6r\n"
//}
@see Benchmark.#benchmark, Benchmark::Tms::FORMAT... -
Benchmark
:: Tms :: FORMAT -> String (18125.0) -
Benchmark.#benchmark の第三引数のデフォルト値。
...%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
実経過時間で置き換えられます。Benchmark::Tms#real
: %n
ラベルで置き換えられます(Mnemonic: n of "*n*ame")。Benchmark::Tms#label
上......記のフォーマット文字列を使用しています。
この定数の内容は以下の通りです。
//emlist[][ruby]{
"%10.6u %10.6y %10.6t %10.6r\n"
//}
@see Benchmark.#benchmark, Benchmark::FORMAT... -
IRB
:: Context # return _ format -> String (12213.0) -
irb のプロンプトでの評価結果を表示する際のフォーマットを文字列で返します。
...irb のプロンプトでの評価結果を表示する際のフォーマットを文字列で返します。
@see IRB::Context#return_format=, print_format... -
IRB
:: Context # return _ format=(val) (12213.0) -
irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。
...irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。
@see IRB::Context#return_format, print_format
IRB::Context#prompt_mode の変更に影響を受ける事に注意してください。... -
Gem
. default _ exec _ format -> String (12201.0) -
デフォルトのインストールするコマンド名を決めるためのフォーマット文字列を返します。
デフォルトのインストールするコマンド名を決めるためのフォーマット文字列を返します。 -
Gem
:: Package :: TarHeader :: UNPACK _ FORMAT -> String (12201.0) -
内部で使用します。
内部で使用します。 -
Gem
:: Package :: TarOutput (12016.0) -
gem-format な tar ファイルを書き出す Gem::Package::TarWriter のラッ パークラスです。
...gem-format な tar ファイルを書き出す Gem::Package::TarWriter のラッ
パークラスです。... -
rubygems
/ old _ format (12006.0) -
RubyGems の Gem ファイルの内部構造を扱うためのライブラリです。
...RubyGems の Gem ファイルの内部構造を扱うためのライブラリです。
@see rubygems/format...