510件ヒット
[1-100件を表示]
(0.080秒)
ライブラリ
- ビルトイン (6)
-
cgi
/ html (24) -
irb
/ context (60) -
irb
/ ext / math-mode (12) -
net
/ imap (36) - openssl (168)
-
rdoc
/ context (108) -
rdoc
/ markup (12) -
rexml
/ document (48) - rss (24)
-
webrick
/ httputils (12)
クラス
-
Enumerator
:: Yielder (6) -
IRB
:: Context (72) -
Net
:: IMAP :: ContinuationRequest (12) -
Net
:: IMAP :: FetchData (12) -
Net
:: IMAP :: TaggedResponse (12) -
OpenSSL
:: PKCS7 (12) -
OpenSSL
:: SSL :: SSLContext (120) -
OpenSSL
:: X509 :: Certificate (12) -
OpenSSL
:: X509 :: StoreContext (24) -
RDoc
:: Context (108) -
RDoc
:: Markup (12) -
REXML
:: CData (24) -
REXML
:: Element (24) -
RSS
:: RDF :: Textinput (24) -
WEBrick
:: HTTPUtils :: FormData (12)
モジュール
-
CGI
:: HtmlExtension (24)
キーワード
- [] (12)
-
add
_ attribute (12) -
add
_ special (12) - attr (12)
- attributes (12)
-
ca
_ path (12) -
ca
_ path= (12) - cert (12)
- cert= (12)
- chain (12)
-
client
_ ca (12) -
current
_ cert (12) - data (24)
- date (12)
- date= (12)
-
defined
_ in? (12) -
each
_ attribute (12) - evaluate (12)
-
extra
_ chain _ cert (12) -
extra
_ chain _ cert= (12) -
find
_ enclosing _ module _ named (12) -
get
_ text (12) -
irb
_ path (12) -
irb
_ path= (12) - math? (4)
-
math
_ mode (4) -
math
_ mode= (4) -
record
_ location (12) -
renegotiation
_ cb (12) -
renegotiation
_ cb= (12) -
return
_ format (12) -
return
_ format= (12) -
session
_ cache _ stats (12) -
text
_ field (12) - textarea (12)
-
to
_ proc (6) -
to
_ s (12) -
to
_ text (12) -
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - value (12)
- verify (12)
- visibility (12)
検索結果
先頭5件
-
REXML
:: Element # text(path = nil) -> String | nil (18250.0) -
先頭のテキスト子ノードの文字列を返します。
...EXML::Text#value も参照してください。
path を渡した場合は、その XPath 文字列で指定される
テキストノードの文字列を返します。
テキストノードがない場合には nil を返します。
@param path XPath文字列
@see REXML::Element#get_text
//em......list[][ruby]{
require 'rexml/document'
doc = REXML::Document.new "<p>some text <b>this is bold!</b> more text</p>"
# doc.root (<p> ... </p>) は2つのテキストノード("some text " と " more text"
# を持っているが、前者を返す
doc.root.text # => "some text "
//}... -
Net
:: IMAP :: ContinuationRequest # data -> Net :: IMAP :: ResponseText (9201.0) -
レスポンスのデータを返します。
レスポンスのデータを返します。 -
RDoc
:: Context # add _ attribute(an _ attribute) -> () (9201.0) -
引数で指定した RDoc::Attr オブジェクトを追加します。
...引数で指定した RDoc::Attr オブジェクトを追加します。
@param an_attribute RDoc::Attr オブジェクトを指定します。... -
RDoc
:: Context # attributes -> [RDoc :: Attr] (9201.0) -
追加された RDoc::Attr の配列を返します。
...追加された RDoc::Attr の配列を返します。... -
RDoc
:: Context # each _ attribute {|a| . . . } -> [RDoc :: Attr] (9201.0) -
追加された RDoc::Attr に対してブロックを評価します。
...追加された RDoc::Attr に対してブロックを評価します。... -
Net
:: IMAP :: FetchData # attr -> { String => object } (9113.0) -
各メッセージのアトリビュートの値をハッシュテーブルで返します。
...ートは以下の通りです。
: BODY
BODYSTRUCTURE の拡張データなしの形式。
Net::IMAP::BodyTypeBasic, Net::IMAP::BodyTypeText,
Net::IMAP::BodyTypeMessage, Net::IMAP::BodyTypeMultipart
のいずれか。
: BODY[<section>]<<partial>>
section で指定されたセ......点が
BODY[<section>]と同様
: BODYSTRUCTURE
MIME-IMB でのメッセージボディ。
Net::IMAP::BodyTypeBasic, Net::IMAP::BodyTypeText,
Net::IMAP::BodyTypeMessage, Net::IMAP::BodyTypeMultipart
のいずれか。
: ENVELOPE
メッセージのエンベロープ。
Net......ている。
: INTERNALDATE
メッセージの内部日付。文字列。
: RFC822
BODY[] と同じ。文字列。
: RFC822.HEADER
BODY.PEEK[HEADER] と同じ。文字列。
: RFC822.SIZE
メッセージの 822 サイズ。整数。
: RFC822.TEXT
BODY[TEXT] と同じ。文字列... -
OpenSSL
:: X509 :: Certificate # to _ text -> String (9102.0) -
人間が読める形式の文字列を返します。
人間が読める形式の文字列を返します。 -
IRB
:: Context # evaluate(line , line _ no) -> object (9101.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
IRB
:: Context # irb _ path -> String (9101.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。