621件ヒット
[1-100件を表示]
(0.121秒)
ライブラリ
- ビルトイン (93)
- json (120)
-
json
/ add / bigdecimal (12) -
json
/ add / complex (12) -
json
/ add / exception (12) -
json
/ add / ostruct (12) -
json
/ add / struct (12) - openssl (24)
- prime (192)
-
rdoc
/ generator / darkfish (24) -
rdoc
/ generator / json _ index (12) -
rdoc
/ generator / ri (24) - rss (48)
クラス
- BigDecimal (12)
- Complex (12)
-
Enumerator
:: Lazy (93) - Exception (12)
-
OpenSSL
:: PKey :: EC :: Group (24) - OpenStruct (12)
- Prime (48)
-
Prime
:: EratosthenesGenerator (12) -
Prime
:: Generator23 (12) -
Prime
:: PseudoPrimeGenerator (108) -
Prime
:: TrialDivisionGenerator (12) -
RDoc
:: Generator :: Darkfish (24) -
RDoc
:: Generator :: JsonIndex (12) -
RDoc
:: Generator :: RI (24) -
RDoc
:: Options (24) -
RSS
:: Maker :: ChannelBase (24) -
RSS
:: Rss :: Channel (24) - Struct (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 (24) -
JSON
:: Generator :: GeneratorMethods :: TrueClass (12)
キーワード
- chunk (24)
- each (48)
-
each
_ with _ index (24) - generate (36)
- generator= (36)
- initialize (24)
- prime? (12)
-
prime
_ division (12) -
set
_ generator (12) -
slice
_ after (22) -
slice
_ before (36) -
slice
_ when (11) - succ (48)
-
to
_ json (168) -
to
_ json _ raw _ object (12) -
with
_ index (24) -
with
_ object (24)
検索結果
先頭5件
-
RDoc
:: Options # generator -> Generator (21225.0) -
コマンドライン引数の --fmt オプションで指定した文字列に応じた Generator を返します。
...コマンドライン引数の --fmt オプションで指定した文字列に応じた
Generator を返します。
指定しなかった場合は、HTML に対応する Generator を返します。... -
OpenSSL
:: PKey :: EC :: Group # generator -> OpenSSL :: PKey :: EC :: Point (21202.0) -
群の生成元を返します。
群の生成元を返します。 -
RSS
:: Maker :: ChannelBase # generator (21103.0) -
@todo
@todo -
RSS
:: Rss :: Channel # generator (21103.0) -
@todo
@todo -
JSON
:: Generator :: GeneratorMethods :: String # to _ json _ raw _ object -> Hash (12101.0) -
生の文字列を格納したハッシュを生成します。
...する場合に使用してください。
require 'json'
"にほんご".encode("euc-jp").to_json_raw_object
# => {"json_class"=>"String", "raw"=>[164, 203, 164, 219, 164, 243, 164, 180]}
"にほんご".encode("euc-jp").to_json # source sequence is illegal/malformed (JSON::GeneratorError)... -
OpenSSL
:: PKey :: EC :: Group # set _ generator(generator , order , cofactor) -> self (9327.0) -
群のパラメータを設定します。
...パラメータを設定します。
@param generator 生成元(OpenSSL::PKey::EC::Point オブジェクト)
@param order 生成元の位数(OpenSSL::BN オブジェクト)
@param cofactor 余因子OpenSSL::BN オブジェクト
@raise OpenSSL::PKey::EC::Group::Error 設定に失敗した場合に... -
Prime
:: PseudoPrimeGenerator # with _ object(obj) {|prime , obj| . . . } -> object (9201.0) -
与えられた任意のオブジェクトと要素をブロックに渡して評価します。
...bj 任意のオブジェクトを指定します。
@return 最初に与えられたオブジェクトを返します。
@return ブロックを与えられた場合は obj を返します。ブロックを与えられなかった場合は Enumerator を返します。
@see Enumerator#with_object... -
RDoc
:: Options # generator=(val) (9108.0) -
コマンドライン引数の --fmt オプションと同様の指定を行います。
...コマンドライン引数の --fmt オプションと同様の指定を行います。
@param val 設定する Generator を指定します。... -
RSS
:: Maker :: ChannelBase # generator=() (9103.0) -
@todo
@todo