るりまサーチ

最速Rubyリファレンスマニュアル検索!
1078件ヒット [1-100件を表示] (0.227秒)

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Net::IMAP::ResponseText#text -> String (30403.0)

応答のテキストを文字列で返します。

応答のテキストを文字列で返します。

REXML::Element#text(path = nil) -> String | nil (27451.0)

先頭のテキスト子ノードの文字列を返します。

...クセスできないことに注意してください。

r
aw モードの設定は無視され、常に正規化されたテキストを返します。
R
EXML::Text#value も参照してください。

path を渡した場合は、その XPath 文字列で指定される
テキストノードの...
...返します。

@param path XPath文字列
@see REXML::Element#get_text

//emlist[][ruby]{
r
equire '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::X509::StoreContext#error_string -> String (21503.0)

検証したときのエラー文字列を返します。

...きのエラー文字列を返します。

OpenSSL::X509::StoreContext#verify を呼びだし、
証明書チェインの各証明書を検証した
コールバック(OpenSSL::X509::Store#verify_callback=)が呼び出され、
StoreContext オブジェクトが渡されますが、このメソッ...
...ドを呼ぶと
直前の証明書検証結果のエラー文字列が得られます。

OpenSSL::X509::StoreContext#verify を呼び出したあと、
このメソッドを呼ぶと検証の最終的な検証結果のエラー文字列を返します。

検証に成功した場合は "ok" を返...

URI::MailTo#to_rfc822text -> String (21404.0)

URI オブジェクトからメールテキスト文字列を生成します。

...URI オブジェクトからメールテキスト文字列を生成します。

例:
r
equire '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>
T
o: ruby-list@ruby-lang.org
Subject: subscribe
Cc: myaddr...

CGI::HtmlExtension#textarea(attributes) -> String (18503.0)

textarea 要素を生成します。

...textarea 要素を生成します。

@param attributes 属性をハッシュで指定します。

例:
text
area("name", 40, 5)
# = textarea({ "NAME" => "name", "COLS" => 40, "ROWS" => 5 })...

絞り込み条件を変える

Gem::Installer#app_script_text -> String (18503.0)

アプリケーションのための実行ファイルの雛形のテキストを返します。

アプリケーションのための実行ファイルの雛形のテキストを返します。

URI::MailTo#to_mailtext -> String (18404.0)

URI オブジェクトからメールテキスト文字列を生成します。

...URI オブジェクトからメールテキスト文字列を生成します。

例:
r
equire '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>
T
o: ruby-list@ruby-lang.org
Subject: subscribe
Cc: myaddr...

CGI::HtmlExtension#textarea(name = "", cols = 70, rows = 10) -> String (18403.0)

textarea 要素を生成します。

...textarea 要素を生成します。

@param name name 属性の値を指定します。

@param cols cols 属性の値を指定します。

@param rows rows 属性の値を指定します。

例:
text
area("name")
# = textarea({ "NAME" => "name", "COLS" => 70, "ROWS" => 10 })...

OpenSSL::SSL::SSLContext#session_id_context -> String | nil (18402.0)

セッション ID コンテキスト文字列を返します。

...セッション ID コンテキスト文字列を返します。

設定されていない場合は nil を返します。

@see OpenSSL::SSL::Session,
OpenSSL::SSL::SSLContext#session_id_context=...
<< 1 2 3 ... > >>