802件ヒット
[1-100件を表示]
(0.132秒)
ライブラリ
- ビルトイン (24)
-
cgi
/ core (12) - openssl (132)
-
rubygems
/ defaults (24) -
rubygems
/ dependency _ installer (12) -
rubygems
/ doc _ manager (12) -
rubygems
/ installer (24) -
rubygems
/ source _ info _ cache (372) -
rubygems
/ source _ info _ cache _ entry (60) -
rubygems
/ spec _ fetcher (12)
クラス
-
Gem
:: DependencyInstaller (12) -
Gem
:: DocManager (12) -
Gem
:: Installer (12) -
Gem
:: SourceInfoCache (360) -
Gem
:: SourceInfoCacheEntry (48) -
Gem
:: SpecFetcher (12) -
OpenSSL
:: SSL :: SSLContext (132) -
RubyVM
:: InstructionSequence (24)
モジュール
-
CGI
:: QueryExtension (12) - Gem (24)
キーワード
- Installer (12)
-
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - Rubyの起動 (7)
-
SESSION
_ CACHE _ BOTH (12) -
SESSION
_ CACHE _ CLIENT (12) -
SESSION
_ CACHE _ NO _ AUTO _ CLEAR (12) -
SESSION
_ CACHE _ NO _ INTERNAL (12) -
SESSION
_ CACHE _ NO _ INTERNAL _ LOOKUP (12) -
SESSION
_ CACHE _ NO _ INTERNAL _ STORE (12) -
SESSION
_ CACHE _ OFF (12) -
SESSION
_ CACHE _ SERVER (12) - SourceInfoCache (12)
- SourceInfoCacheEntry (12)
-
cache
_ control (12) -
cache
_ data (24) -
cache
_ dir (12) -
cache
_ file (12) - cgi (12)
-
compile
_ option (12) -
compile
_ option= (12) -
default
_ system _ source _ cache _ dir (12) -
default
_ user _ source _ cache _ dir (12) - flush (12)
- install (12)
-
latest
_ cache _ data (12) -
latest
_ cache _ file (12) -
latest
_ system _ cache _ file (24) -
latest
_ user _ cache _ file (24) - new (24)
-
rb
_ clear _ cache (12) -
rb
_ clear _ cache _ by _ class (12) -
rb
_ clear _ cache _ by _ id (12) -
read
_ all _ cache _ data (12) -
read
_ cache _ data (12) - refresh (24)
- reset (12)
-
reset
_ cache _ data (12) -
reset
_ cache _ file (12) -
reset
_ cache _ for (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ source _ info _ cache _ entry (12) - search (24)
-
search
_ with _ source (24) -
session
_ cache _ mode (12) -
session
_ cache _ size (12) -
session
_ cache _ stats (12) -
set
_ cache _ data (12) - size (12)
-
source
_ index (12) -
system
_ cache _ file (24) -
try
_ file (12) - update (12)
-
update
_ ri _ cache (12) -
user
_ cache _ file (24) -
write
_ cache (12)
検索結果
先頭5件
-
static void rb
_ clear _ cache _ by _ class(VALUE klass) (32200.0) -
メソッドキャッシュから klass クラスのメソッドの キャッシュエントリを消去します。
メソッドキャッシュから klass クラスのメソッドの
キャッシュエントリを消去します。 -
static void rb
_ clear _ cache _ by _ id(ID id) (32200.0) -
メソッドキャッシュから id という名前のメソッドの キャッシュエントリを全て消去します。
メソッドキャッシュから id という名前のメソッドの
キャッシュエントリを全て消去します。 -
void rb
_ clear _ cache(void) (32200.0) -
メソッドキャッシュをすべて消去します。
メソッドキャッシュをすべて消去します。 -
rubygems
/ source _ info _ cache (32000.0) -
個々の Gem パッケージのインデックス情報のコピーを保存するためのライブラリです。
個々の Gem パッケージのインデックス情報のコピーを保存するためのライブラリです。 -
rubygems
/ source _ info _ cache _ entry (32000.0) -
Gem::SourceInfoCache が持つエントリを表すためのライブラリです。
...Gem::SourceInfoCache が持つエントリを表すためのライブラリです。... -
rubygems
/ commands / pristine _ command (26006.0) -
インストールされている Gem パッケージを初期状態にするためのライブラリです。
...ブラリです。
Usage: gem pristine [args] [options]
Options:
--all インストールされている全ての Gem パッケージを
初期状態に戻します
-v, --version VERSION 指定したバ......を表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレー......Arguments:
GEMNAME gem to restore to pristine condition (unless --all)
Summary:
Restores installed gems to pristine condition from files located in the gem
cache
Description:
The pristine command compares the installed gems with the contents of the
cached... -
rubygems
/ commands / server _ command (26006.0) -
ローカルにインストールされている Gem パッケージとそのドキュメントを HTTP サーバに 載せて公開するためのライブラリです。
...ためのライブラリです。
Usage: gem server [options]
Options:
-p, --port=PORT port to listen on
-d, --dir=GEMDIR directory from which to serve gems
--[no-]daemon run as a daemon
Common Options:
-h, --help......を表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレー......Summary:
Documentation and gem repository HTTP server
Description:
The server command starts up a web server that hosts the RDoc for your
installed gems and can operate as a server for installation of gems on other
machines.
The cache files for installed... -
Gem
:: SourceInfoCache . cache(all = false) -> Gem :: SourceInfoCache (24301.0) -
自身のインスタンスを生成するためのメソッドです。
...自身のインスタンスを生成するためのメソッドです。
@param all 真を指定すると、インスタンス生成時に全てのキャッシュを再作成します。... -
Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array (18200.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...n と URL のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param only_platform 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。
@param all......真を指定するとキャッシュを更新してから検索を実行します。
@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。...