るりまサーチ

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

別のキーワード

  1. net/imap extension
  2. openssl add_extension
  3. extension new
  4. markdown extension
  5. rdoc/markdown extension

キーワード

検索結果

<< < ... 20 21 22 >>

OpenSSL::OCSP::BasicResponse#add_status(cid, status, reason, revtime, thisupd, nextupd, exts) -> self (6.0)

証明書の状態の問い合わせの結果をオブジェクトに追加します。

...失効理由コード(整数)
@param revtime 失効時刻(Time オブジェクトもしくは nil)
@param thisupd 最終更新時刻(Time オブジェクト)
@param nextupd 次回更新時刻(Time オブジェクト)
@param exts 拡張領域(OpenSSL::X509::Extension オブジェクトの配列)...

Rubyの起動 (6.0)

Rubyの起動 * cmd_option * shebang

...す。

: --help

コマンドラインオプションの概要を表示します。-h よりも詳しい情報が表示されます。

: -i[extension]

引数で指定されたファイルの内容を置き換える(in-place edit)こ
とを指定します。元のファイルは拡張子を...

int rb_scan_args(int argc, const VALUE *argv, const char *fmt, ...) (6.0)

長さ argc の配列 argv を fmt に従って 解析し、第四引数以降で渡されたアドレスに書き込みます。

...def some_method(a, b, opt = nil)

使用例 (2)

VALUE a, rest, block;
rb_scan_args(argc, argv, "1*&", &a, &rest, &block);

対応する Ruby プログラムでの宣言

def some_method(a, *rest, &block)

@see https://github.com/ruby/ruby/blob/master/doc/extension.ja.rdoc...

rubygems/commands/generate_index_command (6.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...Marshal.<version>
Marshal.<version>.Z # Marshal full index
yaml
yaml.Z # legacy YAML full index

The .Z and .rz extension files are compressed with the inflate algorithm.
The
Marshal version number comes from ruby's Marshal::MAJOR_VERSION and
Marsh...
<< < ... 20 21 22 >>