168件ヒット
[1-100件を表示]
(0.083秒)
ライブラリ
-
cgi
/ core (12) -
irb
/ context (12) -
net
/ imap (48) - open-uri (24)
- openssl (36)
-
rdoc
/ context (36)
クラス
- CGI (12)
-
IRB
:: Context (12) -
Net
:: IMAP :: ContinuationRequest (12) -
Net
:: IMAP :: ResponseText (24) -
Net
:: IMAP :: TaggedResponse (12) -
OpenSSL
:: SSL :: SSLContext (24) -
OpenSSL
:: X509 :: StoreContext (12) -
RDoc
:: Context (24) -
RDoc
:: Context :: Section (12)
モジュール
-
OpenURI
:: Meta (24)
キーワード
- charset (24)
- ciphers= (12)
- code (12)
- data (24)
- error= (12)
- header (12)
-
set
_ comment (12) -
set
_ current _ section (12) -
set
_ last _ value (12) -
set
_ params (12) -
set
_ visibility _ for (12)
検索結果
先頭5件
-
Net
:: IMAP :: ResponseText # text -> String (24102.0) -
応答のテキストを文字列で返します。
応答のテキストを文字列で返します。 -
IRB
:: Context # set _ last _ value(value) -> object (9102.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
OpenSSL
:: SSL :: SSLContext # set _ params(params) -> Hash (9102.0) -
パラメータをハッシュで設定します。
...Context#cert=)
* :key (OpenSSL::SSL::SSLContext#key=)
* :client_ca (OpenSSL::SSL::SSLContext#client_ca=)
* :ca_file (OpenSSL::SSL::SSLContext#ca_file=)
* :ca_path (OpenSSL::SSL::SSLContext#ca_path=)
* :timeout (OpenSSL::SSL::SSLContext#timeout=)
* :verify_mode (OpenSSL::SSL::SSLContext#v......rify_depth (OpenSSL::SSL::SSLContext#verify_depth=)
* :verify_callback (OpenSSL::SSL::SSLContext#verify_callback=)
* :options (OpenSSL::SSL::SSLContext#options=)
* :cert_store (OpenSSL::SSL::SSLContext#cert_store=)
* :extra_chain_cert (OpenSSL::SSL::SSLContext#extra_chain_cert=)
* :client_......SSL::SSL::SSLContext#tmp_dh_callback=)
* :session_id_context (OpenSSL::SSL::SSLContext#session_id_context=)
* :session_get_cb (OpenSSL::SSL::SSLContext#session_get_cb=)
* :session_new_cb (OpenSSL::SSL::SSLContext#session_new_cb=)
* :session_remove_cb (OpenSSL::SSL::SSLContext#session_remove_... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (9102.0) -
Handle sections
Handle sections -
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (9102.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、
singleton で指定した条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param visibility 可視性を :public, :protected, :private の内のいずれか
で指定します。
@param singleton 特異メソッドの可視性を変更する場合は... -
RDoc
:: Context :: Section # set _ comment(comment) -> () (9102.0) -
自身にコメントを設定します。
自身にコメントを設定します。
@param comment 文字列を指定します。
comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。
# ---------------------
# :section: The title
# The body
# --------------------- -
OpenURI
:: Meta # charset -> String | nil (6113.0) -
対象となるリソースの文字コードを文字列で返します。Content-Type ヘッダの文字コード情報が使われます。 文字列は小文字へと変換されています。
...、自身のタイプが text である場合は、
2616 3.7.1 で定められているとおり、文字列 "iso-8859-1" を返します。
//emlist[例][ruby]{
require 'open-uri'
open("http://www.ruby-lang.org/en") {|f|
p f.content_type # => "text/html"
p f.charset # => "iso-8859-1"
}......、自身のタイプが text である場合は、
2616 3.7.1 で定められているとおり、文字列 "iso-8859-1" を返します。
//emlist[例][ruby]{
require 'open-uri'
URI.open("http://www.ruby-lang.org/en") {|f|
p f.content_type # => "text/html"
p f.charset # => "iso-8859-1... -
OpenURI
:: Meta # charset { . . . } -> String (6113.0) -
対象となるリソースの文字コードを文字列で返します。Content-Type ヘッダの文字コード情報が使われます。 文字列は小文字へと変換されています。
...、自身のタイプが text である場合は、
2616 3.7.1 で定められているとおり、文字列 "iso-8859-1" を返します。
//emlist[例][ruby]{
require 'open-uri'
open("http://www.ruby-lang.org/en") {|f|
p f.content_type # => "text/html"
p f.charset # => "iso-8859-1"
}......、自身のタイプが text である場合は、
2616 3.7.1 で定められているとおり、文字列 "iso-8859-1" を返します。
//emlist[例][ruby]{
require 'open-uri'
URI.open("http://www.ruby-lang.org/en") {|f|
p f.content_type # => "text/html"
p f.charset # => "iso-8859-1... -
Net
:: IMAP :: ResponseText # code -> Net :: IMAP :: ResponseCode | nil (6001.0) -
レスポンスコードを返します。
レスポンスコードを返します。
応答がレスポンスコードを含んでいない場合は nil を返します。
@see Net::IMAP::ResponseCode