330件ヒット
[1-100件を表示]
(0.141秒)
ライブラリ
- ビルトイン (36)
- optparse (156)
- prettyprint (48)
- psych (48)
-
rexml
/ document (24) - scanf (6)
クラス
- OptionParser (156)
- PrettyPrint (48)
-
Psych
:: Emitter (24) -
Psych
:: Nodes :: Node (24) -
RDoc
:: Options (12) -
REXML
:: Formatters :: Pretty (24) -
Scanf
:: FormatSpecifier (6) - String (36)
キーワード
- breakable (12)
- center (12)
- group (12)
-
line
_ width (12) -
line
_ width= (12) - ljust (12)
- maxwidth (12)
- on (108)
- rjust (12)
- summarize (24)
-
summary
_ width (12) -
summary
_ width= (12) -
tab
_ width (12) - text (12)
-
to
_ yaml (12) - width= (12)
- yaml (12)
検索結果
先頭5件
-
REXML
:: Formatters :: Pretty # width -> Integer (27208.0) -
出力のページ幅を返します。
...出力のページ幅を返します。
デフォルトは80です。
@see REXML::Formatters::Pretty#width=... -
Scanf
:: FormatSpecifier # width (27202.0) -
@todo
...@todo... -
PrettyPrint
# maxwidth -> Integer (18201.0) -
自身の幅を返します。
自身の幅を返します。 -
OptionParser
# summary _ width=(width) (15427.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
opts.summa......rize
# => [" -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) (15415.0) -
「好ましい」行幅を整数値で設定します。
...「好ましい」行幅を整数値で設定します。
@param width 好ましい行幅
@see Psych::Emitter#line_width... -
OptionParser
# summary _ width -> Integer (15220.0) -
サマリを表示するときの幅を整数で返します。
..."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.summarize
# => [" -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"]
//}... -
RDoc
:: Options # tab _ width -> Integer (15218.0) -
コマンドライン引数の --tab-width オプションで指定した数値を返します。
...コマンドライン引数の --tab-width オプションで指定した数値を返します。... -
Psych
:: Emitter # line _ width -> Integer (15208.0) -
「好ましい」行幅を返します。
...「好ましい」行幅を返します。
@see Psych::Emitter#line_width=... -
REXML
:: Formatters :: Pretty # width=(w) (15208.0) -
出力のページ幅を設定します。
...出力のページ幅を設定します。
@param w ページ幅の設定値
@see REXML::Formatters::Pretty#width...