るりまサーチ

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

別のキーワード

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

キーワード

検索結果

<< < ... 19 20 21 22 > >>

RDoc::Options#parse(argv) -> () (12.0)

コマンドライン引数を解析します。

...合は標準エラーに出力を行い、終了コード 1
でプログラムを終了します。

* --extension オプションに拡張子を 2 つ指定しなかった場合
* --extension オプションに new=old を指定した時に old を扱えるフォーマッ
タがない場合
*...

mkmf (12.0)

Ruby の拡張ライブラリのための Makefile を作成するライブラリです。

...e を作成するのが慣習です。

extconf.rb の書きかたについては、
Ruby のアーカイブに含まれる doc/extension.rdoc (日本語版は doc/extension.ja.rdoc)
も参照してください。

このライブラリでは extconf.rb を記述するのに有用なメソッドを...

net/imap (12.0)

このライブラリは Internet Message Access Protocol (IMAP) の クライアントライブラリです。2060 を元に 実装されています。

...Mail Extensions) Part One: Format of Internet Message Bodies", RFC
2045, November 1996.

* [RFC-822]
Crocker, D., "Standard for the Format of ARPA Internet Text
Messages", STD 11, RFC 822, University of Delaware, August 1982.

* [RFC-2087]
Myers, J., "IMAP4 QUOTA extension", RF...
...C 2087, January 1997.

* [RFC-2086]
Myers, J., "IMAP4 ACL extension", RFC 2086, January 1997.

* [OSSL]
https://www.openssl.org/

* [RSSL]
http://savannah.gnu.org/projects/rubypki

以上のうち、いくつかの RFC は obsolete になって置き換えられています。
2060...

rdoc (12.0)

RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。

...よびファイルを処理の対象から取り除きます。

: --extension new=old

ファイル名の末尾が .new であるものを、末尾が .old であるものとして取
り扱います。例えば '--extension cgi=rb' とすれば、RDoc は ".cgi" で
終わるファイルを...

ruby 1.8.4 feature (12.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...09V3_CTX.
#
# * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): use
# X509V3_EXT_nconf_nid to avoid SEGV (and to build extensions which
# values are placed in separate section).
#
# * test/openssl/test_x509ext.rb: new file.
#
# ?

#Tue Nov 01 10:50:17 2005...
...7 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
#
# * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extension
# options. [ruby-dev:27449]
#

--with-extension オプション追加。((<ruby-dev:27449>))

: mkmf: find_executable() [compat]

#Thu Sep 22 23:36:24 2005 Nobuy...

絞り込み条件を変える

NEWS for Ruby 2.0.0 (6.0)

NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...private key to PEM with a password - it has to be at least four characters
long.
* SSL/TLS support for the Next Protocol Negotiation extension. Supported
with OpenSSL 1.0.1 and higher.
* OpenSSL::OPENSSL_FIPS allows client applications to detect whether OpenSSL
is FIPS-e...

NEWS for Ruby 2.4.0 (6.0)

NEWS for Ruby 2.4.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...699919799/utilities/contents.html

* Time
* Time#to_time はタイムゾーンを保つようになりました 12271

* thread
* the extension library is removed. Till 2.0 it was a pure ruby script
"thread.rb", which has precedence over "thread.so", and has been provided
in...

OpenSSL::ASN1::ObjectId.register(oid, short_name, long_name) -> true (6.0)

オブジェクト識別子に対応する名前(short name と long name)を OpenSSLの内部テーブルに登録します。

...別子に対応する名前(short name と long name)を
OpenSSLの内部テーブルに登録します。

登録した名前は OpenSSL::X509::Extension などで利用できるようになります。

例:

require "openssl"
OpenSSL::ASN1::ObjectId.register(
"2.5.29.9", "subjectDirAttrs"...

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 オブジェクトの配列)...
<< < ... 19 20 21 22 > >>