8件ヒット
[1-8件を表示]
(0.068秒)
種類
- 関数 (4)
- クラス (1)
- ライブラリ (1)
- インスタンスメソッド (1)
- 特異メソッド (1)
ライブラリ
クラス
キーワード
- CleanupCommand (1)
-
delete
_ never (1) -
rb
_ thread _ cleanup (1) -
rubygems
/ commands / cleanup _ command (1) -
st
_ cleanup _ safe (1) -
st
_ delete _ safe (1)
検索結果
先頭5件
-
OpenSSL
:: Engine . cleanup -> nil (72604.0) -
ロードされている engine を全て破棄します。
ロードされている engine を全て破棄します。
engine が利用していたリソースを開放します。
@see OpenSSL::Engine.load -
OpenSSL
:: X509 :: StoreContext # cleanup -> self (72604.0) -
このメソッドは使わないでください。
このメソッドは使わないでください。 -
rubygems
/ commands / cleanup _ command (54019.0) -
ローカルにインストールされている古い Gem を削除するライブラリです。
ローカルにインストールされている古い Gem を削除するライブラリです。
Usage: gem cleanup [GEMNAME ...] [options]
Options:
-d, --dryrun
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--... -
Gem
:: Commands :: CleanupCommand (45001.0) -
ローカルにインストールされている古い Gem を削除するクラスです。
ローカルにインストールされている古い Gem を削除するクラスです。 -
static void rb
_ thread _ cleanup(void) (36601.0) -
-
void st
_ cleanup _ safe(st _ table *table , char *never) (36601.0) -
never と同じ値を持つエントリーを削除する。
never と同じ値を持つエントリーを削除する。 -
int st
_ delete _ safe(register st _ table *table , register char **key , char **value , char *never) (949.0) -
st_delete と似ているが、その場ですぐに削除するのではなく never を 書きこんでおく。st_cleanup_safe() で本当に削除できる。 Ruby では never には Qundef を使う。
st_delete と似ているが、その場ですぐに削除するのではなく never を
書きこんでおく。st_cleanup_safe() で本当に削除できる。
Ruby では never には Qundef を使う。 -
static int delete
_ never(char *key , char *value , char *never) (349.0) -
st_cleanup_safe() のイテレータブロック。
st_cleanup_safe() のイテレータブロック。