るりまサーチ

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

別のキーワード

  1. openssl to_text
  2. prettyprint text
  3. cgi text_field
  4. cgi/html text_field
  5. rexml/document text

ライブラリ

キーワード

検索結果

RSS::Maker::TextinputBase#title (21119.0)

@todo

...@todo...

RSS::RDF::Textinput#title (21119.0)

@todo

...@todo...

RSS::Rss::Channel::TextInput#title (21119.0)

@todo

...@todo...

RSS::Maker::TextinputBase#title=() (9119.0)

@todo

...@todo...

RSS::RDF::Textinput#title= (9119.0)

@todo

...@todo...

絞り込み条件を変える

RSS::Rss::Channel::TextInput#title= (9119.0)

@todo

...@todo...

RDoc::Context::Section#set_comment(comment) -> () (3013.0)

自身にコメントを設定します。

...自身にコメントを設定します。

@
param comment 文字列を指定します。

comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定...
...します。

# ---------------------
# :section: The title
# The body
# ---------------------...

CGI#header(options = "text/html") -> String (168.0)

HTTP ヘッダを options に従って生成します。 CGI#out と違い、標準出力には出力しません。 CGI#out を使わずに自力で HTML を出力したい場合などに使います。 このメソッドは文字列エンコーディングを変換しません。

...を変換しません。

ヘッダのキーとしては以下が利用可能です。

: type
Content-Type ヘッダです。デフォルトは "text/html" です。
: charset
ボディのキャラクタセットを Content-Type ヘッダに追加します。
: nph
真偽値を指定します...
...RIES" --> "506 Variant Also Negotiates"

@
param options Hash か文字列で HTTP ヘッダを生成するための情報を指定します。

例:
header
# Content-Type: text/html

header("text/plain")
# Content-Type: text/plain

header({"nph" =...
...=> ENV['SERVER_SOFTWARE'],
"connection" => "close",
"type" => "text/html",
"charset" => "iso-2022-jp",
# Content-Type: text/html; charset=iso-2022-jp
"language" => "ja",
"expires" => Time...