るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

クラス

キーワード

検索結果

<< 1 2 > >>

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...
<< 1 2 > >>