498件ヒット
[1-100件を表示]
(0.041秒)
別のキーワード
ライブラリ
- ビルトイン (36)
-
cgi
/ html (24) - optparse (192)
- prettyprint (60)
- psych (48)
-
rexml
/ document (24) - rss (96)
-
rubygems
/ timer (12) - scanf (6)
クラス
- OptionParser (192)
- PrettyPrint (60)
-
Psych
:: Emitter (24) -
Psych
:: Nodes :: Node (24) -
REXML
:: Formatters :: Pretty (24) -
RSS
:: ImageItemModel :: ImageItem (48) -
RSS
:: Maker :: ImageBase (24) -
RSS
:: Rss :: Channel :: Image (24) -
Scanf
:: FormatSpecifier (6) - String (36)
モジュール
-
CGI
:: HtmlExtension (24) - Kernel (12)
キーワード
- breakable (24)
- center (12)
- group (12)
-
image
_ width (12) -
image
_ width= (12) - img (24)
-
line
_ width (12) -
line
_ width= (12) - ljust (12)
- on (144)
- rjust (12)
- summarize (24)
-
summary
_ width (12) -
summary
_ width= (12) - text (24)
- time (12)
-
to
_ yaml (12) - width= (48)
- yaml (12)
検索結果
先頭5件
-
RSS
:: ImageItemModel :: ImageItem # width (18121.0) -
@todo
...@todo... -
RSS
:: Maker :: ImageBase # width (18119.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel :: Image # width (18119.0) -
@todo
...@todo... -
Scanf
:: FormatSpecifier # width (18118.0) -
@todo
...@todo... -
REXML
:: Formatters :: Pretty # width -> Integer (18114.0) -
出力のページ幅を返します。
...出力のページ幅を返します。
デフォルトは80です。
@see REXML::Formatters::Pretty#width=... -
OptionParser
# summary _ width=(width) (6233.0) -
サマリを表示するときの幅を整数で指定します。
...定します。
@param width サマリを表示するときの幅を整数で指定します。
//emlist[例][ruby]{
require "optparse"
opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
opts.summary_width # => 32
o......pts.summarize
# => [" -i, --init\n", " -u, --update\n", " -h, --help\n"]
opts.summary_width = 8 # => 8
opts.summary_width # => 8
opts.summarize
# => [" -i\n", " --init\n", " -u\n", " --update\n", " -h\n", " --help\n"]
//}... -
Psych
:: Emitter # line _ width=(width) (6227.0) -
「好ましい」行幅を整数値で設定します。
...「好ましい」行幅を整数値で設定します。
@param width 好ましい行幅
@see Psych::Emitter#line_width... -
OptionParser
# summary _ width -> Integer (6126.0) -
サマリを表示するときの幅を整数で返します。
...で返します。
@return サマリを表示するときの幅を整数で返します。
//emlist[例][ruby]{
require "optparse"
opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
opts.summary_width # => 32
opts.s......ummarize
# => [" -i, --init\n", " -u, --update\n", " -h, --help\n"]
opts.summary_width = 8
opts.summary_width # =>8
opts.summarize
# => [" -i\n", " --init\n", " -u\n", " --update\n", " -h\n", " --help\n"]
//}... -
RSS
:: ImageItemModel :: ImageItem # image _ width (6121.0) -
@todo
...@todo...