1461件ヒット
[1-100件を表示]
(0.142秒)
ライブラリ
クラス
- DBM (36)
- Dir (19)
- File (16)
- GDBM (24)
-
Gem
:: RemoteFetcher (12) - IO (124)
-
Net
:: HTTPResponse (24) - Object (30)
-
OpenSSL
:: ASN1 :: ASN1Data (12) -
OpenSSL
:: ASN1 :: ObjectId (60) -
OpenSSL
:: BN (12) -
OpenSSL
:: Cipher (12) -
OpenSSL
:: Config (72) -
OpenSSL
:: Engine (36) -
OpenSSL
:: Netscape :: SPKI (36) -
OpenSSL
:: OCSP :: Response (24) -
OpenSSL
:: PKCS12 (12) -
OpenSSL
:: PKCS7 (48) -
OpenSSL
:: PKey :: DH (12) -
OpenSSL
:: PKey :: DSA (12) -
OpenSSL
:: PKey :: EC (60) -
OpenSSL
:: PKey :: EC :: Group (48) -
OpenSSL
:: PKey :: PKey (12) -
OpenSSL
:: PKey :: RSA (48) -
OpenSSL
:: SSL :: SSLContext (36) -
OpenSSL
:: SSL :: SSLSocket (36) -
OpenSSL
:: SSL :: Session (36) -
OpenSSL
:: X509 :: Attribute (24) -
OpenSSL
:: X509 :: CRL (60) -
OpenSSL
:: X509 :: Extension (36) -
OpenSSL
:: X509 :: ExtensionFactory (36) -
OpenSSL
:: X509 :: Name (24) -
OpenSSL
:: X509 :: Request (48) -
OpenSSL
:: X509 :: StoreContext (12) - OpenStruct (36)
- Pathname (12)
- SDBM (24)
- StringIO (24)
- UNIXSocket (36)
-
Zlib
:: GzipReader (36) -
Zlib
:: GzipWriter (12)
モジュール
-
OpenSSL
:: Buffering (96) -
OpenSSL
:: SSL :: SocketForwarder (12) -
OpenURI
:: OpenRead (24)
キーワード
- [] (12)
-
add
_ value (12) - addr (12)
-
ca
_ file (12) -
ca
_ path (12) - challenge (12)
- children (7)
- cmds (12)
- comment= (12)
-
compute
_ key (12) -
create
_ ext _ from _ string (12) -
create
_ extension (24) - decrypt (12)
- delete (12)
-
dh
_ compute _ key (12) -
dsa
_ sign _ asn1 (12) - error= (12)
-
error
_ string (12) -
error
_ string= (12) - fetch (12)
-
get
_ value (12) - gets (24)
- getsockopt (12)
- hostname (12)
- id (12)
- inspect (12)
- ln (12)
-
long
_ name (12) - name (12)
- oid (36)
-
open
_ uri _ or _ path (12) - path (8)
- peeraddr (12)
- pread (8)
-
private
_ decrypt (12) -
private
_ encrypt (12) -
public
_ decrypt (12) -
public
_ encrypt (12) - pwrite (8)
- read (60)
-
read
_ body (24) -
read
_ nonblock (12) - readchar (12)
- readline (24)
- readlines (48)
- readpartial (12)
- recvfrom (12)
- reopen (24)
- section (12)
- seed (12)
- select (12)
-
session
_ id _ context (12) -
set
_ encoding (36) -
short
_ name (12) - sign (12)
-
signature
_ algorithm (12) - sn (12)
- status (12)
-
status
_ string (12) - store (12)
- sysread (24)
- syssign (12)
- syswrite (24)
- then (14)
-
to
_ a (12) -
to
_ der (108) -
to
_ json (12) -
to
_ path (20) -
to
_ pem (72) -
to
_ s (72) -
to
_ text (60) - ungetc (12)
- update (12)
- value (36)
-
values
_ at (36) - verify (12)
-
yield
_ self (16)
検索結果
先頭5件
-
OpenURI
:: OpenRead # open(mode = & # 39;r& # 39; , perm = nil , options = {}) -> StringIO (24267.0) -
自身が表すリソースを取得して StringIO オブジェクトとして返します。 OpenURI.open_uri(self, *rest, &block) と同じです。
...ースを取得して StringIO オブジェクトとして返します。
OpenURI.open_uri(self, *rest, &block) と同じです。
ブロックを与えた場合は StringIO オブジェクトを引数としてブロックを
評価します。ブロックの終了時に StringIO は close され......値である StringIO オブジェクトは OpenURI::Meta モジュールで extend されています。
@param mode モードを文字列で与えます。Kernel.#open と同じです。
@param perm 無視されます。
@param options ハッシュを与えます。
@raise OpenURI::HTTPError......す。
@raise Net::FTPError 対象となる URI のスキームが ftp であり、かつリソースの取得に失敗した時に
Net::FTPError のサブクラスが発生します。詳しくは net/ftp
を参照して下さい。
@see OpenURI.open_uri... -
StringIO
# reopen(str , mode = & # 39;r+& # 39;) -> StringIO (9226.0) -
自身が表す文字列が指定された文字列 str になります。
...ックを与えた場合は生成した StringIO オブジェクトを引数としてブロックを評価します。
@param str 自身が表したい文字列を指定します。
この文字列はバッファとして使われます。StringIO#write などによって、
s......す。
@param mode Kernel.#open 同様文字列か整数で自身のモードを指定します。
@raise Errno::EACCES str がフリーズされていて、mode が書き込み可能に設定されている場合に発生します。
//emlist[例][ruby]{
require 'stringio'
sio = StringIO.new("ho......ge", 'r+')
sio.reopen('foo')
p sio.read #=> "foo"
//}... -
OpenSSL
:: PKCS7 # error _ string -> String | nil (9215.0) -
検証エラーの理由を表す文字列を返します。
...検証エラーの理由を表す文字列を返します。
OpenSSL::PKCS7#verify で検証を
した場合のみ更新されます。
OpenSSL::PKCS7#verify で検証をする前は nil を返します。
検証に成功した場合は nil を返します。
@see OpenSSL::PKCS7#error_string=... -
OpenSSL
:: X509 :: ExtensionFactory # create _ ext _ from _ string(str) -> OpenSSL :: X509 :: Extension (9214.0) -
文字列から OpenSSL::X509::Extension オブジェクトを生成します。
...文字列から OpenSSL::X509::Extension オブジェクトを生成します。
文字列は "oid = value" もしくは "oid = critical, value" という
形式である必要があります。
@param str 生成する拡張領域のデータの文字列
@see OpenSSL::X509::ExtensionFactory#create... -
StringIO
# reopen(sio) -> StringIO (9211.0) -
自身が表す文字列が指定された StringIO と同じものになります。
...が表す文字列が指定された StringIO と同じものになります。
@param sio 自身が表したい StringIO を指定します。
//emlist[例][ruby]{
require 'stringio'
sio = StringIO.new("hoge", 'r+')
sio2 = StringIO.new("foo", 'r+')
sio.reopen(sio2)
p sio.read... -
OpenSSL
:: OCSP :: Response # status _ string -> String (9209.0) -
レスポンスステータスを human-readable な文字列で返します。
...レスポンスステータスを human-readable な文字列で返します。
@see OpenSSL::OCSP::Response#status... -
OpenSSL
:: PKCS7 # error _ string=(str) (9120.0) -
検証エラーの理由を表す文字列を設定します。
...検証エラーの理由を表す文字列を設定します。
@param str 設定するエラー文字列
@see OpenSSL::PKCS7#error_string... -
Gem
:: RemoteFetcher # open _ uri _ or _ path(uri , last _ modified = nil , head = false , depth = 0) -> StringIO | File (6242.0) -
@param uri URI を指定します。
...
@param uri URI を指定します。
@param last_modified 最終更新時刻を指定します。
@param head 真を指定するとヘッダ情報のみ取得します。
@param depth 現在のリダイレクト回数を指定します。
@raise Gem::RemoteFetcher::FetchError デフォルトで... -
OpenURI
:: OpenRead # read(options = {}) -> String (6130.0) -
自身が表す内容を読み込んで文字列として返します。 self.open(options={}) {|io| io.read } と同じです。 このメソッドによって返される文字列は OpenURI::Meta によって extend されています。
...字列として返します。
self.open(options={}) {|io| io.read } と同じです。
このメソッドによって返される文字列は OpenURI::Meta
によって extend されています。
@param options ハッシュを与えます。
require 'open-uri'
uri = URI.parse('http://www.ex......ample.com/')
str = uri.read
p str.is_a?(OpenURI::Meta) # => true
p str.content_type...