るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.322秒)
トップページ > クエリ:I[x] > クエリ:t[x] > クエリ:JSON[x] > 種類:ライブラリ[x] > クエリ:rdoc/generator/json_index[x]

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. json to_json
  4. rexml/document clone
  5. rexml/document node_type

検索結果

rdoc/generator/json_index (56035.0)

他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ クスを生成するサブライブラリです。

...ータが生成する HTML で検索が行えるように、JSON の検索インデッ
クスを生成するサブライブラリです。

T
his generator is derived from sdoc by Vladimir Kolesnikov and
contains verbatim code written by him.

このジェネレータは HTML ジェネレータと一...
...ています。:

class RDoc::Generator::Darkfish
def initialize options
# ...
@base_dir = Pathname.pwd.expand_path

@json_index = RDoc::Generator::JsonIndex.new self, options
end

def generate
# ...
@json_index.generate
end
end

=== インデック...
...クスは JSON ファイルに出力されます。search_data という
グローバル変数に以下のような内容で出力されます。

var search_data = {
"index": {
"searchIndex":
["a", "b", ...],
"longSearchIndex":
["a", "a::b", ...],
"info": [...