264件ヒット
[201-264件を表示]
(0.135秒)
別のキーワード
ライブラリ
-
rubygems
/ platform (132) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (60) -
rubygems
/ version _ option (12)
クラス
-
Gem
:: Platform (132) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (24) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (60)
モジュール
-
Gem
:: VersionOption (12)
キーワード
- == (12)
- === (12)
- =~ (12)
-
add
_ platform _ option (12) - cpu (12)
- cpu= (12)
- fetch (12)
-
find
_ matching (12) -
full
_ name (12) -
original
_ platform (12) -
original
_ platform= (12) - os (12)
- os= (12)
- platform= (12)
- search (24)
-
search
_ with _ source (12) -
to
_ a (12) -
to
_ s (12) - version (12)
- version= (12)
検索結果
先頭5件
- Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] - Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] - Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array - Gem
:: SpecFetcher # fetch(dependency , all = false , matching _ platform = true) -> Array - Gem
:: SpecFetcher # find _ matching(dependency , all = false , matching _ platform = true) -> Array
-
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (3344.0) -
引数で指定された条件を満たす Gem のリストを返します。
...引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。... -
Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] (3243.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...与えられた条件を満たす Gem::Specification のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します......。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@see Gem::SourceIndex#search... -
Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array (3142.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param only_platform 真を指定するとプラットフォームが一致するもののみを返......します。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。... -
Gem
:: SpecFetcher # fetch(dependency , all = false , matching _ platform = true) -> Array (3114.0) -
依存関係を満たす gemspec の配列を返します。
...依存関係を満たす gemspec の配列を返します。
@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォームの情......報を返します。
@see Gem::Dependency... -
Gem
:: SpecFetcher # find _ matching(dependency , all = false , matching _ platform = true) -> Array (3114.0) -
依存関係を満たす gemspec の名前の配列を返します。
...依存関係を満たす gemspec の名前の配列を返します。
@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォー......ムの情報を返します。
@see Gem::Dependency... -
Gem
:: Specification # full _ name -> String (3023.0) -
この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
...この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
プラットフォームの情報が指定されている場合は、それも含みます (name-version-platform)。...