114件ヒット
[101-114件を表示]
(0.076秒)
クラス
- Enumerator (60)
-
OpenSSL
:: OCSP :: BasicResponse (12) -
OpenSSL
:: X509 :: CRL (12) -
Prime
:: PseudoPrimeGenerator (24) - ThreadsWait (6)
キーワード
- feed (12)
-
next
_ update= (12) -
next
_ values (12) -
next
_ wait (6) - peek (12)
-
peek
_ values (12) - status (12)
- succ (12)
検索結果
先頭2件
-
Enumerator
# feed(obj) -> nil (31.0) -
Enumerator 内部の yield が返す値を設定します。
...# not reached w/o another e.next
end
e = o.to_enum
e.next # (1)
e.feed "foo" # (3)
e.next # (4)
e.next # (7)
# (10)
//}
@param obj Enumerator 内部の yield が返す値
@raise TypeError すでに値をこのメソッ... -
OpenSSL
:: OCSP :: BasicResponse # status -> [[OpenSSL :: OCSP :: CertificateId , Integer , Integer , Time|nil , Time , Time|nil , [OpenSSL :: X509 :: Extension]]] (13.0) -
証明書の状態の問い合わせの結果を返します。
...# update time
# 2011-07-06 05:24:43 UTC, # next update time
# []] # extensions
# ]
@raise OpenSSL::OCSP::OCSPError ステータスの読み出しに失敗した場合に発生します...