1176件ヒット
[1-100件を表示]
(0.063秒)
ライブラリ
- json (384)
-
json
/ add / bigdecimal (12) -
json
/ add / date (12) -
json
/ add / date _ time (12) -
json
/ add / rational (12) -
json
/ add / regexp (12) - openssl (96)
- prime (336)
-
rdoc
/ generator (12) -
rdoc
/ generator / darkfish (60) -
rdoc
/ generator / json _ index (48) -
rdoc
/ generator / markup (12) -
rdoc
/ generator / ri (48) -
rdoc
/ rdoc (12)
クラス
- BigDecimal (12)
- Date (12)
- DateTime (12)
- Integer (12)
-
OpenSSL
:: PKey :: DH (60) -
OpenSSL
:: PKey :: DSA (24) -
OpenSSL
:: PKey :: EC :: Group (12) - Prime (72)
-
Prime
:: EratosthenesGenerator (12) -
Prime
:: Generator23 (12) -
Prime
:: PseudoPrimeGenerator (168) -
Prime
:: TrialDivisionGenerator (36) -
RDoc
:: Generator :: Darkfish (48) -
RDoc
:: Generator :: JsonIndex (36) -
RDoc
:: Generator :: RI (36) -
RDoc
:: Options (24) -
RDoc
:: RDoc (12) - Rational (12)
- Regexp (12)
モジュール
-
JSON
:: Generator :: GeneratorMethods :: Array (12) -
JSON
:: Generator :: GeneratorMethods :: FalseClass (12) -
JSON
:: Generator :: GeneratorMethods :: Float (12) -
JSON
:: Generator :: GeneratorMethods :: Hash (12) -
JSON
:: Generator :: GeneratorMethods :: Integer (12) -
JSON
:: Generator :: GeneratorMethods :: NilClass (12) -
JSON
:: Generator :: GeneratorMethods :: Object (12) -
JSON
:: Generator :: GeneratorMethods :: String (36) -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) -
JSON
:: Generator :: GeneratorMethods :: TrueClass (12)
キーワード
- Array (24)
- DESCRIPTION (12)
- Darkfish (12)
- Extend (24)
- FalseClass (24)
- Float (24)
-
GENERATOR
_ DIR (12) - Hash (24)
- Integer (24)
- JsonIndex (12)
- Markup (12)
- NilClass (24)
- Object (24)
- Options (12)
- PseudoPrimeGenerator (12)
- RI (12)
-
SEARCH
_ INDEX _ FILE (12) - String (24)
- TrialDivisionGenerator (12)
- TrueClass (24)
- VERSION (12)
-
add
_ generator (12) - each (72)
-
each
_ with _ index (24) - generate (84)
- generator (12)
- generator= (12)
- initialize (24)
-
json
_ create (12) - new (60)
- next (24)
-
prime
_ division (36) - rdoc (12)
-
rdoc
/ generator (12) -
rdoc
/ generator / darkfish (12) -
rdoc
/ generator / json _ index (12) -
rdoc
/ generator / markup (12) -
rdoc
/ generator / ri (12) - rewind (48)
-
set
_ generator (12) - succ (24)
-
to
_ json (168) -
to
_ json _ raw (12) -
to
_ json _ raw _ object (12) -
upper
_ bound (12) -
upper
_ bound= (12) -
with
_ index (24) -
with
_ object (24)
検索結果
先頭5件
-
RDoc
:: Generator (21000.0) -
RDoc が解析したソースコードを RDoc::CodeObject のツリーから その他の形式に出力するためのクラスです。
...RDoc が解析したソースコードを RDoc::CodeObject のツリーから
その他の形式に出力するためのクラスです。... -
RDoc
:: Generator :: Darkfish :: GENERATOR _ DIR -> String (15201.0) -
このファイルの親ディレクトリへのパスを表す文字列です。
このファイルの親ディレクトリへのパスを表す文字列です。
テンプレートなどのリソースを検索するのに内部で使用します。 -
RDoc
:: RDoc . add _ generator(klass) -> klass (15201.0) -
引数 klass で指定したクラスをジェネレータとして登録します。
...引数 klass で指定したクラスをジェネレータとして登録します。
@param klass 登録するクラスを指定します。
@see c:RDoc::Options#custom_options... -
rdoc
/ generator (12030.0) -
RDoc が解析したソースコードを RDoc::CodeObject のツリーから その他の形式に出力するためのサブライブラリです。
...RDoc が解析したソースコードを RDoc::CodeObject のツリーから
その他の形式に出力するためのサブライブラリです。
RDoc には HTML 向けのジェネレータの
RDoc::Generator::Darkfish と ri 向けのジェネレータの
RDoc::Generator::RI が付属して......ネレータの登録
RDoc::RDoc.add_generator を呼び出す事でジェネレータの登録が行えます。
class My::Awesome::Generator
RDoc::RDoc.add_generator self
end
=== rdoc のオプションの追加
rdoc ではオプションの処理の前に RDoc::Options は各ジェネ......る RDoc::Options#option_parser に対して rdoc コマンドのオプ
ションを追加できます。lib:rdoc/options#custom_options の例と
OptionParser も併せて参照してください。
=== ジェネレータのインストール
ソースコードを解析した後は RDoc:RDoc オ... -
rdoc
/ generator / json _ index (12018.0) -
他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ クスを生成するサブライブラリです。
...This 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......hname.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": [
["A", "A", "A.html", "", ""],
["B", "A::B", "A::B.html", "", ""],
...
]
}
}
searchIndex、longSearchIndex、info... -
JSON
:: Ext :: Generator :: GeneratorMethods :: String :: Extend (12016.0) -
Alias of JSON::Generator::GeneratorMethods::String::Extend
...Alias of JSON::Generator::GeneratorMethods::String::Extend... -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12000.0) -
String に JSON で使用する特異メソッドを追加するためのモジュールです。
String に JSON で使用する特異メソッドを追加するためのモジュールです。 -
Prime
:: PseudoPrimeGenerator (12000.0) -
擬似素数列の列挙子のための抽象クラスです。
...ソッドが使用する低水準の擬似素数列挙子は、 Prime::PseudoPrimeGenerator のインスタンスであることが期待されています。
このクラスを継承する具象クラスは succ, next, rewind をオーバーライドしなければなりません。
独自の素... -
Prime
:: TrialDivisionGenerator (12000.0) -
Prime::PseudoPrimeGenerator の具象クラスです。 素数の生成に試行除算法を使用しています。
...Prime::PseudoPrimeGenerator の具象クラスです。
素数の生成に試行除算法を使用しています。...