るりまサーチ

最速Rubyリファレンスマニュアル検索!
161件ヒット [1-100件を表示] (0.059秒)
トップページ > クエリ:@[x] > クエリ:language[x]

別のキーワード

  1. net/imap language
  2. rss language
  3. rss language=
  4. rss dc_language
  5. rss dc_language=

ライブラリ

クラス

モジュール

検索結果

<< 1 2 > >>

RSS::Maker::ChannelBase#language (18118.0)

@todo

...@todo...

RSS::Rss::Channel#language (18118.0)

@todo

...@todo...

DublinCoreModel#dc_language (6118.0)

@todo

...@todo...

DublinCoreModel#dc_language= (6118.0)

@todo

...@todo...

RSS::Maker::ChannelBase#language=() (6118.0)

@todo

...@todo...

絞り込み条件を変える

RSS::Rss::Channel#language= (6118.0)

@todo

...@todo...

DublinCoreModel#dc_languages (6116.0)

@todo

...@todo...

NEWS for Ruby 3.0.0 (36.0)

NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...nts}[rdoc-ref:doc/syntax/comments.rdoc@Magic+Comments] for more details.
17273
* A {static analysis}[rdoc-label:label-Static+analysis] foundation is
introduced.
* {RBS}[rdoc-label:label-RBS] is introduced. It is a type definition
language
for Ruby programs.
* {TypeProf}...
...on uses only methods ending with `!`.
* Ractor compatible.
* Improved support for YAML. 8382
* Use officially discouraged. Read OpenStruct@Caveats section.
* Pathname
* Ractor compatible.
* Psych
* Update to Psych 3.3.0
* This version is Ractor compatible.
* Reline...
...ses like Hash and their subclasses.
* Method inlining support for some C methods
* `Kernel`: `#class`, `#frozen?`
* `Integer`: `#-@`, `#~`, `#abs`, `#bit_length`, `#even?`, `#integer?`, `#magnitude`, `#odd?`, `#ord`, `#to_i`, `#to_int`, `#zero?`
* `Struct`: reader methods...

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

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

...h
送信するコンテンツの長さを指定します。Content-Length ヘッダに対応します。
: language
送信するコンテンツの言語を指定します。Content-Language ヘッダに対応します。
: expires
送信するコンテンツの有効期限を Time のインス...
...--> "501 Method Not Implemented"
"BAD_GATEWAY" --> "502 Bad Gateway"
"VARIANT_ALSO_VARIES" --> "506 Variant Also Negotiates"

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

例:
header
# Content-Type...
...=> "text/html",
"charset" => "iso-2022-jp",
# Content-Type: text/html; charset=iso-2022-jp
"language" => "ja",
"expires" => Time.now + 30,
"cookie" => [cookie1, cookie2],
"my_header1" => "m...
<< 1 2 > >>