60件ヒット
[1-60件を表示]
(0.151秒)
別のキーワード
種類
- クラス (12)
- 定数 (12)
- 特異メソッド (12)
- インスタンスメソッド (12)
- ライブラリ (12)
ライブラリ
クラス
キーワード
- JsonIndex (12)
-
SEARCH
_ INDEX _ FILE (12) - generate (12)
- new (12)
検索結果
先頭5件
-
rdoc
/ generator / json _ index (44000.0) -
他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ クスを生成するサブライブラリです。
...他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ
クスを生成するサブライブラリです。
This generator is derived from sdoc by Vladimir Kolesnikov and
contains verbatim code written by him.
このジェネレータは HTML ジェ......ase_dir = Pathname.pwd.expand_path
@json_index = RDoc::Generator::JsonIndex.new self, options
end
def generate
# ...
@json_index.generate
end
end
=== インデックスフォーマット
検索用のインデックスは JSON ファイルに出力されます。se......merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions... -
RDoc
:: Generator :: JsonIndex (14000.0) -
他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ クスを生成するクラスです。
...他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ
クスを生成するクラスです。... -
RDoc
:: Generator :: JsonIndex . new(parent _ generator , options) -> RDoc :: Generator :: JsonIndex (11100.0) -
RDoc::Generator::JsonIndex オブジェクトを初期化します。
...RDoc::Generator::JsonIndex オブジェクトを初期化します。
@param parent_generator 親となるジェネレータオブジェクトを指定します。
RDoc::Generator::JsonIndex#class_dir や
#file_dir を決めるのに使用します... -
RDoc
:: Generator :: JsonIndex # generate -> () (11000.0) -
解析した情報を RDoc::Generator::JsonIndex::SEARCH_INDEX_FILE に出 力します。
...解析した情報を RDoc::Generator::JsonIndex::SEARCH_INDEX_FILE に出
力します。... -
RDoc
:: Generator :: JsonIndex :: SEARCH _ INDEX _ FILE -> String (11000.0) -
検索インデックスのパスを表す文字列です。
検索インデックスのパスを表す文字列です。