るりまサーチ (Ruby 3.2)

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

別のキーワード

  1. net/imap raw_data
  2. socket sock_raw
  3. socket ipproto_raw
  4. etc sc_raw_sockets
  5. rexml/document raw

ライブラリ

モジュール

キーワード

検索結果

CGI::QueryExtension#raw_cookie -> String (54352.0)

ENV["HTTP_COOKIE"] を返します。

ENV["HTTP_COOKIE"] を返します。

CGI::QueryExtension#raw_cookie2 -> String (18352.0)

ENV["HTTP_COOKIE2"] を返します。

ENV["HTTP_COOKIE2"] を返します。

cgi (181.0)

CGI プログラムの支援ライブラリです。

...y + " --> " + value + "\n"
end.join("")
)
end
end
end
end

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("html4") # html4.0 (Strict)
CGI.new("html4Tr") # html4.0 Transitional
CGI.new("html4Fr") # html4.0 Frameset
//}

==== ファイルの...
...3") # HTML3.2に準拠したHTML生成メソッドを追加
cgi.h1
# <H1></h1>
cgi.h1{ "content" }
# <H1>content</H1>
cgi.h1({ "class" => "foo", "attr" => "bar" }){ "content" }
# <H1 class="foo" attr="bar">content</H1>

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("...