ライブラリ
- ビルトイン (27)
- monitor (12)
-
mutex
_ m (12) -
net
/ http (500) -
net
/ imap (12) - openssl (96)
-
rdoc
/ code _ object (24) -
rdoc
/ context (144) - set (9)
- uri (48)
クラス
- Array (6)
- Enumerator (6)
-
MonitorMixin
:: ConditionVariable (12) -
Net
:: IMAP :: FetchData (12) -
OpenSSL
:: Config (96) -
RDoc
:: CodeObject (24) -
RDoc
:: Context (36) -
RDoc
:: Context :: Section (96) - Set (12)
-
URI
:: Generic (36)
モジュール
- Enumerable (12)
- URI (12)
キーワード
- + (12)
- == (12)
- HTTPAccepted (12)
- HTTPBadGateway (12)
- HTTPBadRequest (12)
- HTTPConflict (12)
- HTTPContinue (12)
- HTTPCreated (12)
- HTTPExpectationFailed (12)
- HTTPForbidden (12)
- HTTPFound (12)
- HTTPGatewayTimeOut (5)
- HTTPGatewayTimeout (7)
- HTTPGone (12)
- HTTPInternalServerError (12)
- HTTPLengthRequired (12)
- HTTPMethodNotAllowed (12)
- HTTPMisdirectedRequest (8)
- HTTPMovedPermanently (12)
- HTTPMultipleChoices (12)
- HTTPNoContent (12)
- HTTPNonAuthoritativeInformation (12)
- HTTPNotAcceptable (12)
- HTTPNotFound (12)
- HTTPNotImplemented (12)
- HTTPNotModified (12)
- HTTPOK (12)
- HTTPPartialContent (12)
- HTTPPayloadTooLarge (7)
- HTTPPaymentRequired (12)
- HTTPPreconditionFailed (12)
- HTTPProxyAuthenticationRequired (12)
- HTTPRangeNotSatisfiable (7)
- HTTPRequestEntityTooLarge (5)
- HTTPRequestTimeOut (5)
- HTTPRequestTimeout (7)
- HTTPRequestURITooLong (5)
- HTTPRequestedRangeNotSatisfiable (5)
- HTTPResetContent (12)
- HTTPSeeOther (12)
- HTTPServiceUnavailable (12)
- HTTPSwitchProtocol (12)
- HTTPTemporaryRedirect (12)
- HTTPURITooLong (7)
- HTTPUnsupportedMediaType (12)
- HTTPUpgradeRequired (12)
- HTTPUseProxy (12)
- HTTPVersionNotSupported (12)
-
Mutex
_ m (12) -
NEWS for Ruby 3
. 0 . 0 (5) - Section (12)
- [] (12)
-
add
_ value (12) - attr (12)
- chunk (12)
- comment (12)
-
current
_ section (12) - each (12)
-
get
_ value (12) - inspect (12)
- intersection (18)
- join (12)
- merge (12)
- merge! (12)
- new (12)
- parent (12)
- produce (6)
- rdoc (12)
-
rdoc
/ context (12) -
ruby 1
. 8 . 4 feature (12) - section= (12)
- sections (24)
- sequence (12)
-
set
_ comment (12) -
set
_ current _ section (12) - title (12)
- value (24)
- wait (12)
検索結果
先頭5件
-
RDoc
:: Context :: Section # parent -> RDoc :: Context (3000.0) -
自身が所属する RDoc::Context オブジェクトを返します。
自身が所属する RDoc::Context オブジェクトを返します。 -
OpenSSL
:: Config # add _ value(section , name , value) -> String (129.0) -
section で指定したセクションにある name というキーの 情報を value に変更します。
...section で指定したセクションにある name というキーの
情報を value に変更します。
指定した section が存在しない場合には新たにそのセクションが
オブジェクト内に作られます。
指定した name が存在しない場合も同様に新た......ェクト内に作られます。指定した name が存在した場合には
情報が上書きされます。
value を返します。
@param section セクションを表す文字列
@param name キーを表す文字列
@param value 変更後の値の文字列
@raise OpenSSL::ConfigError 設... -
OpenSSL
:: Config # each {|section , key , value| . . . } -> self (113.0) -
オブジェクトに含まれる全ての設定情報を順にブロックに渡し 呼び出します。
...の文字列、の3つです。
require 'openssl'
conf = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)
conf.each{|section, key, value| p [section, key, value]}
# => ["req_distinguished_name", "countryName", "Country Name (2 letter code)"]
# => ["req_distinguished_name", "coun... -
OpenSSL
:: Config # value(section , name) -> String | nil (113.0) -
このメソッドは obsolete です。
...が持っている設定情報を返します。
引数が一つの場合はグローバルセクションの情報を返し、
2つの場合は section で指定したセクションの情報を返します。
@param section セクションを表す文字列
@param name キーを表す文字列... -
OpenSSL
:: Config # get _ value(section , name) -> String | nil (107.0) -
オブジェクトが持っている設定情報を返します。
...ジェクトが持っている設定情報を返します。
キーに対応する設定情報がない場合は nil を返します。
@param section セクションを表す文字列。"" を渡すことでグローバルな設定情報を読むことができます。
@param name キーを表... -
rdoc (54.0)
-
RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。
...されます)
: :main: name
コマンドラインの --main パラメータと同じ働きをします。
: :section: title
新しいセクションを開始します。:section: の後ろに置いたタイトルはその
セクションの見出しとなります。そして、コメン......の導入文となります。その後ろのメソッド、エイリアス、属性、クラス
はこのセクションに含まれます。:section: 命令の前に何行かあってもかま
いません。それらはドキュメントには含まれず、またそれとまったく同じ......---------------------------------------
# :section: My Section
# This is the section that I wrote.
# See it glisten in the noon-day sun.
# ----------------------------------------
//}
: :category: title
記述した要素の :section: を title で指定したものに上書き... -
Net
:: IMAP :: FetchData # attr -> { String => object } (30.0) -
各メッセージのアトリビュートの値をハッシュテーブルで返します。
...odyTypeMessage, Net::IMAP::BodyTypeMultipart
のいずれか。
: BODY[<section>]<<partial>>
section で指定されたセクションのボディの内容。文字列。
: BODY.PEEK[<section>]<<partial>>
section で指定されたセクションのメッセージボディの内容。文......字列。
ただしこれで内容を見ても :Seen フラグを設定しない点が
BODY[<section>]と同様
: BODYSTRUCTURE
MIME-IMB でのメッセージボディ。
Net::IMAP::BodyTypeBasic, Net::IMAP::BodyTypeText,
Net::IMAP::BodyTypeMessage, Net::IMAP::BodyTypeMultipart... -
rdoc
/ context (16.0) -
RDoc::Context と RDoc::Context::Section を定義するサブライ ブラリです。
...RDoc::Context と RDoc::Context::Section を定義するサブライ
ブラリです。... -
OpenSSL
:: Config # value(name) -> String | nil (13.0) -
このメソッドは obsolete です。
...が持っている設定情報を返します。
引数が一つの場合はグローバルセクションの情報を返し、
2つの場合は section で指定したセクションの情報を返します。
@param section セクションを表す文字列
@param name キーを表す文字列...