828件ヒット
[1-100件を表示]
(0.173秒)
ライブラリ
-
cgi
/ core (24) -
cgi
/ html (48) -
irb
/ context (180) -
irb
/ ext / save-history (12) -
net
/ imap (120) - openssl (204)
- psych (12)
-
rdoc
/ context (72) -
rdoc
/ text (84) -
rexml
/ document (36) -
rubygems
/ installer (12) - uri (24)
クラス
- CGI (24)
-
Gem
:: Installer (12) -
IRB
:: Context (192) -
Net
:: IMAP :: BodyTypeText (108) -
Net
:: IMAP :: ResponseText (12) -
OpenSSL
:: Netscape :: SPKI (12) -
OpenSSL
:: PKey :: DH (12) -
OpenSSL
:: PKey :: DSA (12) -
OpenSSL
:: PKey :: EC (12) -
OpenSSL
:: PKey :: EC :: Group (12) -
OpenSSL
:: PKey :: RSA (12) -
OpenSSL
:: SSL :: SSLContext (48) -
OpenSSL
:: SSL :: Session (12) -
OpenSSL
:: X509 :: CRL (12) -
OpenSSL
:: X509 :: Certificate (12) -
OpenSSL
:: X509 :: Request (12) -
OpenSSL
:: X509 :: StoreContext (36) -
Psych
:: SyntaxError (12) -
RDoc
:: Context (24) -
RDoc
:: Context :: Section (48) -
REXML
:: Element (12) -
REXML
:: Text (24) -
URI
:: MailTo (24)
モジュール
-
CGI
:: HtmlExtension (48) -
RDoc
:: Text (84)
キーワード
-
_ _ inspect _ _ (12) -
_ _ to _ s _ _ (12) -
ap
_ name (12) -
ap
_ name= (12) -
app
_ script _ text (12) -
ca
_ file (12) -
ca
_ path (12) - ciphers (12)
- comment (12)
-
content
_ id (12) - context (12)
- description (12)
- encoding (12)
- error= (12)
-
error
_ string (12) -
flush
_ left (12) - header (12)
-
history
_ file (12) - inspect (24)
-
irb
_ name (12) -
irb
_ name= (12) -
irb
_ path (12) - language (12)
-
load
_ modules (12) - markup (12)
- md5 (12)
-
media
_ subtype (12) -
media
_ type (12) - name (12)
-
normalize
_ comment (12) - out (12)
- param (12)
-
prompt
_ c (12) -
prompt
_ i (12) -
prompt
_ n (12) -
prompt
_ s (12) -
return
_ format (12) - sequence (12)
-
session
_ id _ context (12) -
strip
_ hashes (12) -
strip
_ newlines (12) -
strip
_ stars (12) - subtype (12)
-
text
_ field (24) - textarea (24)
- title (12)
-
to
_ mailtext (12) -
to
_ rfc822text (12) -
to
_ s (24) -
to
_ text (120) -
unmatched
_ alias _ lists (12) - value (12)
- verify (12)
検索結果
先頭5件
-
Net
:: IMAP :: ResponseText # text -> String (36403.0) -
応答のテキストを文字列で返します。
応答のテキストを文字列で返します。 -
REXML
:: Element # text(path = nil) -> String | nil (30451.0) -
先頭のテキスト子ノードの文字列を返します。
...:Text#value も参照してください。
path を渡した場合は、その XPath 文字列で指定される
テキストノードの文字列を返します。
テキストノードがない場合には nil を返します。
@param path XPath文字列
@see REXML::Element#get_text
//emlist[......][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 "
//}... -
OpenSSL
:: SSL :: SSLContext # session _ id _ context -> String | nil (27402.0) -
セッション ID コンテキスト文字列を返します。
...セッション ID コンテキスト文字列を返します。
設定されていない場合は nil を返します。
@see OpenSSL::SSL::Session,
OpenSSL::SSL::SSLContext#session_id_context=... -
CGI
:: HtmlExtension # text _ field(attributes) -> String (21542.0) -
タイプが text である input 要素を生成します。
...タイプが text である input 要素を生成します。
@param attributes 属性をハッシュで指定します。
text_field({ "NAME" => "name", "VALUE" => "value" })
# <INPUT TYPE="text" NAME="name" VALUE="value">... -
CGI
:: HtmlExtension # textarea(attributes) -> String (21503.0) -
textarea 要素を生成します。
...textarea 要素を生成します。
@param attributes 属性をハッシュで指定します。
例:
textarea("name", 40, 5)
# = textarea({ "NAME" => "name", "COLS" => 40, "ROWS" => 5 })... -
CGI
:: HtmlExtension # text _ field(name = "" , value = nil , size = 40 , maxlength = nil) -> String (21472.0) -
タイプが text である input 要素を生成します。
...タイプが text である input 要素を生成します。
@param name name 属性の値を指定します。
@param value 属性の値を指定します。
@param size size 属性の値を指定します。
@param maxlength maxlength 属性の値を指定します。
例:
text_field("name......PUT TYPE="text" NAME="name" SIZE="40">
text_field("name", "value")
# <INPUT TYPE="text" NAME="name" VALUE="value" SIZE="40">
text_field("name", "value", 80)
# <INPUT TYPE="text" NAME="name" VALUE="value" SIZE="80">
text_field("name", "value", 80, 200)
# <INPUT TYPE="text"......NAME="name" VALUE="value" SIZE="80" MAXLENGTH="200">... -
URI
:: MailTo # to _ mailtext -> String (21404.0) -
URI オブジェクトからメールテキスト文字列を生成します。
...:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext
=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr>
To: ruby-list@ruby-lang.org
Subject: subscribe
Cc: myaddr... -
URI
:: MailTo # to _ rfc822text -> String (21404.0) -
URI オブジェクトからメールテキスト文字列を生成します。
...:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext
=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr>
To: ruby-list@ruby-lang.org
Subject: subscribe
Cc: myaddr... -
CGI
:: HtmlExtension # textarea(name = "" , cols = 70 , rows = 10) -> String (21403.0) -
textarea 要素を生成します。
...textarea 要素を生成します。
@param name name 属性の値を指定します。
@param cols cols 属性の値を指定します。
@param rows rows 属性の値を指定します。
例:
textarea("name")
# = textarea({ "NAME" => "name", "COLS" => 70, "ROWS" => 10 })...