735件ヒット
[1-100件を表示]
(0.025秒)
別のキーワード
ライブラリ
- ビルトイン (84)
-
cgi
/ html (96) -
cgi
/ session (12) - e2mmap (24)
- logger (9)
- matrix (36)
- mkmf (12)
-
net
/ http (24) - openssl (36)
-
rexml
/ document (36) -
rubygems
/ exceptions (12) -
rubygems
/ format (24) -
rubygems
/ old _ format (24) -
rubygems
/ platform (24) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ specification (60) -
rubygems
/ version _ option (12) - scanf (30)
- stringio (12)
- syslog (12)
-
webrick
/ httpstatus (24) - zlib (12)
クラス
-
CGI
:: Session (12) -
Encoding
:: Converter (48) -
Gem
:: Format (24) -
Gem
:: OldFormat (24) -
Gem
:: Platform (24) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (12) -
Gem
:: Specification (60) - IO (24)
- Logger (9)
-
OpenSSL
:: PKey :: EC :: Group (24) -
RDoc
:: Options (36) -
REXML
:: Formatters :: Default (12) -
REXML
:: Formatters :: Pretty (12) -
REXML
:: Formatters :: Transitive (12) -
Scanf
:: FormatSpecifier (6) - StringIO (12)
-
Zlib
:: GzipWriter (12)
モジュール
-
CGI
:: HtmlExtension (96) - Exception2MessageMapper (24)
-
Gem
:: VersionOption (12) - Kernel (48)
-
OpenSSL
:: Buffering (12) - Syslog (12)
-
WEBrick
:: HTTPStatus (12)
キーワード
- ErrDimensionMismatch (12)
- ErrNotRegular (12)
- ErrOperationNotDefined (12)
- FormatException (12)
- HTTPInformation (12)
- HTTPNonAuthoritativeInformation (12)
-
NEWS for Ruby 2
. 1 . 0 (12) - NonAuthoritativeInformation (12)
-
RC
_ NON _ AUTHORITATIVE _ INFORMATION (12) - Win32ネイティブ版Rubyの互換性問題 (12)
-
add
_ platform _ option (12) -
cgi
/ session (12) - conversion (6)
-
def
_ exception (12) - formatter (12)
- formatter= (12)
-
from
_ io (24) -
image
_ format (12) - log (12)
-
multipart
_ form (48) - new (45)
-
original
_ platform (12) -
original
_ platform= (12) - platform (12)
- platform= (12)
-
point
_ conversion _ form (12) -
point
_ conversion _ form= (12) -
primitive
_ convert (48) - printf (72)
- requirements= (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) - scanf (24)
- search (24)
- spec (24)
- version (12)
- version= (12)
- write (12)
検索結果
先頭5件
- CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String - CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") { . . . } -> String - CGI
:: HtmlExtension # form(attributes) -> String - CGI
:: HtmlExtension # form(attributes) { . . . } -> String - Gem
:: VersionOption # add _ platform _ option(task = command , *wrap)
-
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (21505.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"){ "s......tring" }
# <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 (21505.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"){ "s......tring" }
# <FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
CGI
:: HtmlExtension # form(attributes) -> String (21160.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 (21160.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...
form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param attributes 属性をハッシュで指定します。
例:
form({"METHOD" => "post", ENCTYPE => "enctype"}){ "string" }
# <FORM METHOD="post" ENCTYPE="enctype">......string</FORM>
@see CGI::HtmlExtension#multipart_form... -
Gem
:: VersionOption # add _ platform _ option(task = command , *wrap) (18200.0) -
option parser に対して --platform オプションを追加します。
...option parser に対して --platform オプションを追加します。
@param task コマンド名を指定します。デフォルト値はインクルードされる側のクラスで指定されます。
@param wrap Gem::Command#add_option に渡すその他のオプションを指定し... -
OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form -> Symbol (12207.0) -
点のエンコーディング方式を返します。
...:compressed
* :uncompressed
* :hybrid
詳しくは X9.62 (ECDSA) などを参照してください。
@raise OpenSSL::PKey::EC::Group::Error 得られたエンコーディングが未知の値であった
場合に発生します。
@see OpenSSL::PKey::EC::Group#point_conversion_form=... -
OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form=(sym) (12207.0) -
点のエンコーディング方式を設定します。
...エンコーディング方式を設定します。
以下のいずれかを設定します。
* :compressed
* :uncompressed
* :hybrid
詳しくは X9.62 (ECDSA) などを参照してください。
@param sym 設定する方式(Symbol)
@see OpenSSL::PKey::EC::Group#point_conversion_form... -
ExceptionForMatrix
:: ErrDimensionMismatch (12000.0) -
行列/ベクトル計算時に次元が合わない場合に発生する例外です。
行列/ベクトル計算時に次元が合わない場合に発生する例外です。 -
ExceptionForMatrix
:: ErrOperationNotDefined (12000.0) -
演算時にクラスが適切でない場合に発生する例外です。
演算時にクラスが適切でない場合に発生する例外です。