1128件ヒット
[1-100件を表示]
(0.015秒)
別のキーワード
種類
- インスタンスメソッド (732)
- 特異メソッド (264)
- クラス (108)
- モジュール関数 (12)
- 定数 (12)
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: ConfigFile (36) -
Gem
:: DependencyInstaller (12) -
Gem
:: DependencyList (12) -
Gem
:: GemPathSearcher (84) -
Gem
:: Indexer (12) -
Gem
:: Platform (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (312) -
Gem
:: SourceInfoCache (360) -
Gem
:: SourceInfoCacheEntry (48) -
Gem
:: SpecFetcher (24)
モジュール
- Gem (48)
-
Gem
:: LocalRemoteOptions (24) -
Gem
:: Package (12)
キーワード
-
DEFAULT
_ UPDATE _ SOURCES (12) - GemPathSearcher (12)
- MirrorCommand (12)
- RemoteSourceException (12)
- SearchCommand (12)
- ServerCommand (12)
- SourceIndex (12)
- SourceInfoCache (12)
- SourceInfoCacheEntry (12)
- SourcesCommand (12)
-
add
_ source _ option (12) -
add
_ spec (12) -
add
_ specs (12) -
add
_ update _ sources _ option (12) - cache (12)
-
cache
_ data (24) -
cache
_ file (12) -
collect
_ specs (12) -
default
_ sources (12) -
default
_ system _ source _ cache _ dir (12) -
default
_ user _ source _ cache _ dir (12) - download (12)
- dump (12)
- each (24)
-
fetch
_ spec (12) - find (12)
-
find
_ all (12) -
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) - flush (12)
-
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
gem
_ signature (12) -
index
_ signature (12) -
init
_ gemspecs (12) -
installed
_ spec _ directories (12) -
latest
_ cache _ data (12) -
latest
_ cache _ file (12) -
latest
_ specs (12) -
latest
_ system _ cache _ file (24) -
latest
_ user _ cache _ file (24) - length (12)
-
lib
_ dirs _ for (12) -
load
_ gems _ in (12) -
load
_ specification (12) -
load
_ specs (12) -
matching
_ file? (12) -
matching
_ files (12) - new (48)
- outdated (12)
- pack (12)
-
read
_ all _ cache _ data (12) -
read
_ cache _ data (12) - refresh (24)
- refresh! (12)
-
remove
_ spec (12) - reset (12)
-
reset
_ cache _ data (12) -
reset
_ cache _ file (12) -
reset
_ cache _ for (12) - search (36)
-
search
_ with _ source (24) -
set
_ cache _ data (12) - size (36)
-
source
_ index (24) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
-
system
_ cache _ file (24) -
try
_ file (12) - update (24)
-
update
_ sources (12) -
update
_ sources= (12) -
user
_ cache _ file (24) -
write
_ cache (12)
検索結果
先頭5件
- Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array - Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array - Gem
:: SourceInfoCacheEntry # source _ index -> Gem :: SourceIndex - 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 (15201.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param only_platform 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。 -
Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array (15201.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search_with_source と引数を合わせてください。
@see Gem::SourceInfoCache#search_with_source... -
Gem
:: SourceInfoCacheEntry # source _ index -> Gem :: SourceIndex (9201.0) -
このキャッシュエントリに対するソースインデックスです。
このキャッシュエントリに対するソースインデックスです。 -
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (9101.0) -
引数で指定された条件を満たす Gem のリストを返します。
引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。 -
Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] (9101.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...ンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@see Gem::SourceIndex#search... -
Gem
:: SourceInfoCache . search(*args) -> [Gem :: Specification] (9101.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...与えられた条件を満たす Gem::Specification のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search と引数を合わせてください。
@see Gem::SourceInfoCache#search... -
Gem
. # source _ index -> Gem :: SourceIndex (6202.0) -
Gem.#path にある Gem::Specification のキャッシュを返します。 インストールされている Gem::Specification のインデックスを返します
...Gem.#path にある Gem::Specification のキャッシュを返します。
インストールされている Gem::Specification のインデックスを返します
@see Gem::SourceIndex, Gem::Specification... -
Gem
:: ConfigFile # update _ sources=(update _ sources) (6201.0) -
Gem::SourceInfoCache を毎回更新するかどうか設定します。
...Gem::SourceInfoCache を毎回更新するかどうか設定します。
@param update_sources 真を指定すると毎回 Gem::SourceInfoCache を更新します。... -
Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList (6201.0) -
与えられた Gem::SourceIndex のインスタンスから自身を作成します。
...与えられた Gem::SourceIndex のインスタンスから自身を作成します。
@param src_index Gem::SourceIndex を指定します。
@see Gem::SourceIndex...