るりまサーチ

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

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l matrix

ライブラリ

キーワード

検索結果

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

RDoc::Context::Section#title -> String | nil (27202.0)

section のタイトルを返します。

section のタイトルを返します。

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

RDoc::Context#set_current_section(title, comment) -> () (3202.0)

Handle sections

...Handle sections...

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

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

...ずに自力で HTML を出力したい場合などに使います。
このメソッドは文字列エンコーディングを変換しません。

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

: type
Content-Type ヘッダです。デフォルトは "text/html" です。
: chars...
...ます。Connection ヘッダに対応します。
: length
送信するコンテンツの長さを指定します。Content-Length ヘッダに対応します。
: language
送信するコンテンツの言語を指定します。Content-Language ヘッダに対応します。
: expires
...
...えます。

"OK" --> "200 OK"
"PARTIAL_CONTENT" --> "206 Partial Content"
"MULTIPLE_CHOICES" --> "300 Multiple Choices"
"MOVED" --> "301 Moved Permanently"
"REDIRECT" --> "302 Found"
"NOT_MODIFIED"...