るりまサーチ

最速Rubyリファレンスマニュアル検索!
99件ヒット [1-99件を表示] (0.022秒)
トップページ > クエリ:cleanup[x]

別のキーワード

  1. openssl cleanup
  2. engine cleanup
  3. storecontext cleanup
  4. rubygems/commands/cleanup_command cleanupcommand
  5. cleanup openssl

検索結果

OpenSSL::Engine.cleanup -> nil (18101.0)

ロードされている engine を全て破棄します。

ロードされている engine を全て破棄します。

engine が利用していたリソースを開放します。

@see OpenSSL::Engine.load

OpenSSL::X509::StoreContext#cleanup -> self (18101.0)

このメソッドは使わないでください。

このメソッドは使わないでください。

static void rb_thread_cleanup(void) (6100.0)

void st_cleanup_safe(st_table *table, char *never) (6100.0)

never と同じ値を持つエントリーを削除する。

never と同じ値を持つエントリーを削除する。

rubygems/commands/cleanup_command (6006.0)

ローカルにインストールされている古い Gem を削除するライブラリです。

...ローカルにインストールされている古い Gem を削除するライブラリです。

Usage: gem cleanup [GEMNAME ...] [options]
Options:
-d, --dryrun
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no...

絞り込み条件を変える

Gem::Commands::CleanupCommand (6000.0)

ローカルにインストールされている古い Gem を削除するクラスです。

ローカルにインストールされている古い Gem を削除するクラスです。

int st_delete_safe(register st_table *table, register char **key, char **value, char *never) (16.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) (16.0)

st_cleanup_safe() のイテレータブロック。

...st_cleanup_safe() のイテレータブロック。...

OpenSSL::Engine.load(name = nil) -> true | nil (6.0)

Engine をロードします。

...はロード可能なすべての engine をロードします。

動的な読み込みをしたい場合は OpenSSL::Engine#by_id を
用います。

ロードに成功した場合は true を返します。

@param name ロードする engine の名前(文字列)
@see OpenSSL::Engine.cleanup...