るりまサーチ

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

別のキーワード

  1. _builtin to_h
  2. env to_h
  3. hash to_h
  4. array to_h
  5. struct to_h

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 > >>

CGI::Html4 (27000.0)

CGI::Html4Fr (15000.0)

CGI::Html4Tr (15000.0)

CGI::Html4#element_init (12100.0)

@todo

@todo

CGI::Html4Fr#element_init (12100.0)

@todo

@todo

絞り込み条件を変える

CGI::Html4Tr#element_init (12100.0)

@todo

@todo

CGI::Html4#doctype (9000.0)

@todo

@todo

CGI::Html4Fr#doctype (9000.0)

@todo

@todo

CGI::Html4Tr#doctype (9000.0)

@todo

@todo

cgi (6126.0)

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

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

CGI プロトコルの詳細については以下の文書を参照してください。

* https://tools.ietf.org/html/draft-coar-cgi-v11-03
* 3875: The Common Gateway Interface (CGI) Version 1.1
* https://www.w3.org/CGI/

=== 使用例

=...
...ist[][ruby]{
require "cgi"
cgi = CGI.new
values = cgi['field_name'] # <== 'field_name' の配列
# 'field_name' が指定されていなかったら、 ""を返す。
fields = cgi.keys # <== field nameの配列

# フォームに 'field_name' というfield nameがあるときに真
cgi...
...i.params.inspect + "\n" +
"cookies: " + cgi.cookies.inspect + "\n" +
ENV.collect() do |key, value|
key + " --> " + value + "\n"
end.join("")
)
end
end
end
end

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

絞り込み条件を変える

<< 1 2 > >>