12件ヒット
[1-12件を表示]
(0.010秒)
種類
- インスタンスメソッド (10)
- 特異メソッド (1)
- クラス (1)
ライブラリ
- matrix (1)
-
rubygems
/ platform (1) -
rubygems
/ spec _ fetcher (2) - scanf (8)
クラス
-
Gem
:: Platform (1) -
Gem
:: SpecFetcher (2) -
Scanf
:: FormatSpecifier (4) -
Scanf
:: FormatString (4)
キーワード
- ErrDimensionMismatch (1)
- fetch (1)
-
find
_ matching (1) -
last
_ match _ tried (1) - matched (1)
-
matched
_ count (1) -
matched
_ string (1) -
mid
_ match? (1) - prune (1)
検索結果
先頭5件
-
Gem
:: Platform . match(platform) -> bool (63604.0) -
@todo ???
@todo ??? -
Scanf
:: FormatSpecifier # match(str) (63304.0) -
@todo
@todo -
Scanf
:: FormatString # match(str) (63304.0) -
@todo
@todo -
Scanf
:: FormatSpecifier # mid _ match? (27304.0) -
@todo
@todo -
Scanf
:: FormatString # last _ match _ tried (27304.0) -
@todo
@todo -
Scanf
:: FormatSpecifier # matched (27301.0) -
@todo
@todo -
Scanf
:: FormatSpecifier # matched _ string (27301.0) -
@todo
@todo -
Scanf
:: FormatString # matched _ count (27301.0) -
@todo
@todo -
ExceptionForMatrix
:: ErrDimensionMismatch (27001.0) -
行列/ベクトル計算時に次元が合わない場合に発生する例外です。
行列/ベクトル計算時に次元が合わない場合に発生する例外です。 -
Gem
:: SpecFetcher # find _ matching(dependency , all = false , matching _ platform = true) -> Array (18901.0) -
依存関係を満たす gemspec の名前の配列を返します。
依存関係を満たす gemspec の名前の配列を返します。
@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォームの情報を返します。
@see Gem::Dependency -
Scanf
:: FormatString # prune(n=matched _ count) (9301.0) -
@todo
@todo -
Gem
:: SpecFetcher # fetch(dependency , all = false , matching _ platform = true) -> Array (601.0) -
依存関係を満たす gemspec の配列を返します。
依存関係を満たす gemspec の配列を返します。
@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォームの情報を返します。
@see Gem::Dependency