るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. ipaddr to_i

検索結果

<< 1 2 3 ... > >>

CGI::HtmlExtension#form(method = "post", action = nil, enctype = "application/x-www-form-urlencoded") -> String (24605.0)

form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。

...
form
要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。

@param method method 属性の値として "get" か "post" を指定します。

@param action action 属性の値を指定します。デフォルトは現在の CGI...
..."application/x-www-form-urlencoded" です。

例:
form
{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>

form
("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>

form
("get", "url"){ "string" }...
...# <FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>...

CGI::HtmlExtension#form(method = "post", action = nil, enctype = "application/x-www-form-urlencoded") { ... } -> String (24605.0)

form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。

...
form
要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。

@param method method 属性の値として "get" か "post" を指定します。

@param action action 属性の値を指定します。デフォルトは現在の CGI...
..."application/x-www-form-urlencoded" です。

例:
form
{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>

form
("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>

form
("get", "url"){ "string" }...
...# <FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>...

CGI::HtmlExtension#form(attributes) -> String (24260.0)

form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。

...
form
要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。

@param attributes 属性をハッシュで指定します。

例:
form
({"METHOD" => "post", ENCTYPE => "enctype"}){ "string" }
# <FORM METHOD="post" ENCTYPE="enctype">...
...string</FORM>

@see CGI::HtmlExtension#multipart_form...

CGI::HtmlExtension#form(attributes) { ... } -> String (24260.0)

form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。

...
form
要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。

@param attributes 属性をハッシュで指定します。

例:
form
({"METHOD" => "post", ENCTYPE => "enctype"}){ "string" }
# <FORM METHOD="post" ENCTYPE="enctype">...
...string</FORM>

@see CGI::HtmlExtension#multipart_form...

PrettyPrint.singleline_format(output = &#39;&#39;, maxwidth = 79, newline = "\n", genspace = lambda{|n| &#39; &#39; * n}) {|pp| ...} -> object (21500.0)

PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。 PrettyPrint.format に似ていますが、改行しません。

...PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。
PrettyPrint.format に似ていますが、改行しません。

引数 maxwidth, newline と genspace は無視されます。ブロック中の breakable の実行は、
改行せずに text...
...の実行であるかのように扱います。

@param output 出力先を指定します。output は << メソッドを持っていなければなりません。

@param maxwidth 無視されます。

@param newline 無視されます。

@param genspace 無視されます。...

絞り込み条件を変える

Gem::SpecFetcher#find_matching(dependency, all = false, matching_platform = true) -> Array (18600.0)

依存関係を満たす gemspec の名前の配列を返します。

...返します。

@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォームの情報を返します。

@see Gem::Dependency...

ExceptionForMatrix::ErrDimensionMismatch (18000.0)

行列/ベクトル計算時に次元が合わない場合に発生する例外です。

行列/ベクトル計算時に次元が合わない場合に発生する例外です。

Net::HTTPInformation (18000.0)

HTTP レスポンス 1xx (Informational) を表現するクラスです。

...HTTP レスポンス 1xx (Informational) を表現するクラスです。

リクエストが正常に受信し、処理を続けていることを表わして
います。...

Net::HTTPNonAuthoritativeInformation (18000.0)

HTTP レスポンス 203 (Non-Authoritative Information) を表現するクラスです。

...HTTP レスポンス 203 (Non-Authoritative Information) を表現するクラスです。

詳しくは 7231 Section 6.3.4 を見てください。...

WEBrick::HTTPStatus::NonAuthoritativeInformation (18000.0)

HTTP のステータスコード 203 Non-Authoritative Information を表すクラスです。

...HTTP のステータスコード 203 Non-Authoritative Information を表すクラスです。...

絞り込み条件を変える

<< 1 2 3 ... > >>