60件ヒット
[1-60件を表示]
(0.017秒)
別のキーワード
ライブラリ
-
cgi
/ html (24) -
net
/ imap (12) - openssl (12)
-
rdoc
/ code _ object (12)
クラス
-
Net
:: IMAP :: ResponseText (12) -
OpenSSL
:: OCSP :: BasicResponse (12) -
RDoc
:: CodeObject (12)
モジュール
-
CGI
:: HtmlExtension (24)
検索結果
先頭5件
- Net
:: IMAP :: ResponseText # code -> Net :: IMAP :: ResponseCode | nil - CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String - CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") { . . . } -> String - RDoc
:: CodeObject # section -> RDoc :: Context :: Section - OpenSSL
:: OCSP :: BasicResponse # status -> [[OpenSSL :: OCSP :: CertificateId , Integer , Integer , Time|nil , Time , Time|nil , [OpenSSL :: X509 :: Extension]]]
-
Net
:: IMAP :: ResponseText # code -> Net :: IMAP :: ResponseCode | nil (21202.0) -
レスポンスコードを返します。
...レスポンスコードを返します。
応答がレスポンスコードを含んでいない場合は nil を返します。
@see Net::IMAP::ResponseCode... -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (3101.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...ルトは "application/x-www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "s......tring" }
# <FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") { . . . } -> String (3101.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...ルトは "application/x-www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "s......tring" }
# <FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
RDoc
:: CodeObject # section -> RDoc :: Context :: Section (3101.0) -
所属している section を返します。
所属している section を返します。 -
OpenSSL
:: OCSP :: BasicResponse # status -> [[OpenSSL :: OCSP :: CertificateId , Integer , Integer , Time|nil , Time , Time|nil , [OpenSSL :: X509 :: Extension]]] (113.0) -
証明書の状態の問い合わせの結果を返します。
...容は信用できません。
次回更新時刻が指定されていない場合には nil を返します。
拡張領域には、OpenSSL::X509::Extension の配列が渡されます。
結果をどのように解釈すべきか、より詳しくは 2560 や X.509 を見てください。
例:......tus code
# 0, # reason code
# nil, # revoked time
# 2011-06-29 05:24:43 UTC, # update time
# 2011-07-06 05:24:43 UTC, # next u......pdate time
# []] # extensions
# ]
@raise OpenSSL::OCSP::OCSPError ステータスの読み出しに失敗した場合に発生します...