388件ヒット
[101-200件を表示]
(0.065秒)
別のキーワード
種類
- インスタンスメソッド (268)
- 特異メソッド (72)
- モジュール関数 (24)
- ライブラリ (24)
ライブラリ
- ビルトイン (4)
-
irb
/ context (12) - json (108)
- optparse (60)
- prettyprint (36)
- psych (12)
-
rexml
/ document (132)
クラス
-
IRB
:: Context (12) -
JSON
:: State (84) - OptionParser (60)
- PrettyPrint (36)
-
Psych
:: Emitter (12) -
REXML
:: AttlistDecl (12) -
REXML
:: Attribute (12) -
REXML
:: Declaration (12) -
REXML
:: DocType (12) -
REXML
:: Document (24) -
REXML
:: Entity (12) -
REXML
:: ExternalEntity (12) -
REXML
:: Formatters :: Pretty (12) -
REXML
:: Formatters :: Transitive (12) - Refinement (4)
モジュール
- JSON (24)
-
REXML
:: Node (12)
キーワード
-
auto
_ indent _ mode (12) - configure (12)
-
from
_ state (12) - generate (12)
- group (12)
-
import
_ methods (4) - indentation (12)
- irb (12)
- merge (12)
- nest (12)
- new (60)
- pp (12)
- summarize (24)
-
summary
_ indent (12) -
to
_ h (12) -
to
_ hash (12) -
to
_ s (12) - unparse (12)
- write (96)
検索結果
先頭5件
- PrettyPrint
# nest(indent) { . . . } -> () - OptionParser
. new(banner = nil , width = 32 , indent = & # 39; & # 39; * 4) -> OptionParser - OptionParser
. new(banner = nil , width = 32 , indent = & # 39; & # 39; * 4) {|opt| . . . } -> OptionParser - REXML
:: Document # write(output = $ stdout , indent = -1 , transitive = false , ie _ hack = false , encoding=nil) -> () - REXML
:: Document # write(output: $ stdout , indent: -1 , transitive: false , ie _ hack: false , encoding: nil) -> ()
-
PrettyPrint
# nest(indent) { . . . } -> () (223.0) -
自身の現在のインデントを indent だけ増加させてから、ブロックを実行し、元に戻します。
...自身の現在のインデントを indent だけ増加させてから、ブロックを実行し、元に戻します。
@param indent インデントの増加分を整数で指定します。... -
OptionParser
. new(banner = nil , width = 32 , indent = & # 39; & # 39; * 4) -> OptionParser (208.0) -
OptionParser オブジェクトを生成して返します。
...opt.parse!(ARGV)
end
//}
@param banner ヘルプ(サマリ)の最初の部分に表示される、アプリケーションの説明などを文字列で与えます。
@param width サマリの幅を整数で与えます。
@param indent サマリのインデントを文字列で与えます。... -
OptionParser
. new(banner = nil , width = 32 , indent = & # 39; & # 39; * 4) {|opt| . . . } -> OptionParser (208.0) -
OptionParser オブジェクトを生成して返します。
...opt.parse!(ARGV)
end
//}
@param banner ヘルプ(サマリ)の最初の部分に表示される、アプリケーションの説明などを文字列で与えます。
@param width サマリの幅を整数で与えます。
@param indent サマリのインデントを文字列で与えます。... -
REXML
:: Document # write(output = $ stdout , indent = -1 , transitive = false , ie _ hack = false , encoding=nil) -> () (208.0) -
output に XML 文書を出力します。
...ーワード引数による引数指定が可能です。
@param output 出力先(IO のように << で書き込めるオブジェクト)
@param indent インデントのスペースの数(-1 だとインデントしない)
@param transitive XMLではインデントのスペースでDOMが変化... -
REXML
:: Document # write(output: $ stdout , indent: -1 , transitive: false , ie _ hack: false , encoding: nil) -> () (208.0) -
output に XML 文書を出力します。
...ーワード引数による引数指定が可能です。
@param output 出力先(IO のように << で書き込めるオブジェクト)
@param indent インデントのスペースの数(-1 だとインデントしない)
@param transitive XMLではインデントのスペースでDOMが変化... -
PrettyPrint
# group(indent = 0 , open _ obj = & # 39;& # 39; , close _ obj = & # 39;& # 39; , open _ width = open _ obj . length , close _ width = close _ obj . length) { . . . } -> () (207.0) -
与えられたブロックを実行します。 ブロック内で自身に追加される文字列やオブジェクトは、1行にまとめて表示しても よい同じグループに属すると仮定されます。
...さの決定を担当します。
同じノード内で呼ばれた breakable は、改行するならば全て同時に改行します。
@param indent グループのインデントの深さを指定します。
@param open_obj 指定された場合、self.text(open_obj, open_width) がブロ... -
REXML
:: AttlistDecl # write(out , indent = -1) -> () (207.0) -
self を out に出力します。
...self を out に出力します。
@param out 出力先の IO オブジェクト
@param indent インデント数(無視されます)... -
REXML
:: Attribute # write(output , indent = -1) -> object (207.0) -
output に self の情報を name='value' という形式で書き込みます。
...output に self の情報を name='value' という形式で書き込みます。
output が返ります。
@param output 書き込み先の IO オブジェクト
@param indent インデントレベル、ここでは無視される... -
REXML
:: Declaration # write(output , indent) -> () (207.0) -
output にノードを出力します。
...output にノードを出力します。
このメソッドは deprecated です。REXML::Formatter で
出力してください。
@param output 出力先の IO オブジェクト
@param indent インデントの大きさ。無視されます。...