192件ヒット
[1-100件を表示]
(0.108秒)
クラス
- CGI (48)
モジュール
検索結果
先頭5件
-
CGI
# print(*strings) (6119.0) -
@todo
...@todo
引数の文字列を標準出力に出力します。
cgi.print は $DEFAULT_OUTPUT.print と等価です。
例:
cgi = CGI.new
cgi.print "This line is a part of content body.\r\n"... -
CGI
:: QueryExtension :: Value # first -> self (6119.0) -
@todo
...@todo... -
CGI
:: QueryExtension :: Value # last -> self (6119.0) -
@todo
...@todo... -
CGI
:: QueryExtension :: Value # set _ params(params) (6119.0) -
@todo
...@todo... -
CGI
:: QueryExtension :: Value # to _ a -> Array (6119.0) -
@todo
...@todo... -
CGI
:: QueryExtension :: Value # to _ ary -> Array (6119.0) -
@todo
...@todo... -
CGI
# out(options = "text / html") { . . . . } (6115.0) -
HTTP ヘッダと、ブロックで与えられた文字列を標準出力に出力します。
...HTTP ヘッダと、ブロックで与えられた文字列を標準出力に出力します。
HEADリクエスト (REQUEST_METHOD == "HEAD") の場合は HTTP ヘッダのみを出力します。
charset が "iso-2022-jp"・"euc-jp"・"shift_jis" のいずれかで
ある場合は文字列エ......。
@param options Hash か文字列で HTTP ヘッダを生成するための情報を指定します。
例:
cgi = CGI.new
cgi.out{ "string" }
# Content-Type: text/html
# Content-Length: 6
#
# string
cgi.out("text/plain"){ "strin......Content-Type: text/plain
# Content-Length: 6
#
# string
cgi.out({"nph" => true,
"status" => "OK", # == "200 OK"
"server" => ENV['SERVER_SOFTWARE'],
"connection" => "close",
"typ... -
CGI
# accept _ charset -> String (6109.0) -
受けとることができるキャラクタセットを文字列で返します。 デフォルトは UTF-8 です。
...受けとることができるキャラクタセットを文字列で返します。
デフォルトは UTF-8 です。
@see CGI.accept_charset, CGI.accept_charset=... -
CGI
:: QueryExtension :: Value # [](idx , *args) (3019.0) -
@todo
...@todo...