252件ヒット
[1-100件を表示]
(0.053秒)
別のキーワード
種類
- インスタンスメソッド (120)
- ライブラリ (48)
- クラス (36)
- 特異メソッド (36)
- 文書 (12)
ライブラリ
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: GemPathSearcher (84) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (48)
キーワード
- GemPathSearcher (12)
-
NEWS for Ruby 2
. 0 . 0 (12) - SearchCommand (12)
- WhichCommand (12)
- find (12)
-
find
_ all (12) -
find
_ gems (12) -
init
_ gemspecs (12) -
lib
_ dirs _ for (12) -
matching
_ file? (12) -
matching
_ files (12) - new (12)
- rubygems (12)
-
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ gem _ path _ searcher (12) -
search
_ with _ source (24)
検索結果
先頭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(*args) -> [Gem :: Specification] - rubygems
/ gem _ path _ searcher - Gem
:: GemPathSearcher # init _ gemspecs -> [Gem :: Specification]
-
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (21337.0) -
引数で指定された条件を満たす Gem のリストを返します。
...引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。... -
Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] (21242.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...与えられた条件を満たす Gem::Specification のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します......。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@see Gem::SourceIndex#search... -
Gem
:: SourceInfoCache . search(*args) -> [Gem :: Specification] (21242.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...与えられた条件を満たす Gem::Specification のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search と引数を合わせてください。
@see Gem::SourceInfoCache#search... -
rubygems
/ gem _ path _ searcher (18016.0) -
Gem パッケージに含まれているファイルのうちロード可能なものを検索するためのライブラリです。
...Gem パッケージに含まれているファイルのうちロード可能なものを検索するためのライブラリです。... -
Gem
:: GemPathSearcher # init _ gemspecs -> [Gem :: Specification] (15233.0) -
インストール済みの Gem の Gem::Specification のリストを返します。
...インストール済みの Gem の Gem::Specification のリストを返します。
リストはアルファベット順かつバージョンの新しい順にソートされています。... -
Gem
:: GemPathSearcher (15016.0) -
Gem パッケージに含まれているファイルのうちロード可能なものを検索するためのクラスです。
...Gem パッケージに含まれているファイルのうちロード可能なものを検索するためのクラスです。... -
rubygems
/ commands / search _ command (12082.0) -
指定された文字列を含む Gem パッケージを全て表示するためのライブラリです。
...文字列を含む Gem パッケージを全て表示するためのライブラリです。
Usage: gem search [STRING] [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION Specify version of gem to search
-d, --[no-]de......tails Display detailed information of gem(s)
--[no-]versions Display only gem names
-a, --all Display all gem versions
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r,......old COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモートの操作に HTT... -
Gem
:: GemPathSearcher . new -> Gem :: GemPathSearcher (9301.0) -
検索を行うのに必要なデータを初期化します。
検索を行うのに必要なデータを初期化します。 -
Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array (9141.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search_with_source と引数を合わせてください。
@see Gem::SourceInfoCache#search_with_source...