870件ヒット
[1-100件を表示]
(0.025秒)
ライブラリ
- ビルトイン (60)
-
cgi
/ html (96) -
cgi
/ session (12) - e2mmap (24)
-
irb
/ context (24) - matrix (36)
-
net
/ http (144) - openssl (36)
-
rdoc
/ markup (12) -
rdoc
/ markup / formatter (12) -
rexml
/ document (24) -
rubygems
/ config _ file (12) -
rubygems
/ exceptions (12) -
rubygems
/ format (12) -
rubygems
/ old _ format (12) -
rubygems
/ platform (24) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ specification (60) -
rubygems
/ version _ option (12) - scanf (6)
- uri (24)
-
webrick
/ accesslog (12) -
webrick
/ httpstatus (24) -
win32
/ registry (36)
クラス
-
CGI
:: Session (12) -
Encoding
:: Converter (48) -
Gem
:: ConfigFile (12) -
Gem
:: Format (12) -
Gem
:: OldFormat (12) -
Gem
:: Platform (24) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (24) -
Gem
:: Specification (60) -
IRB
:: Context (24) -
Net
:: HTTP (84) -
OpenSSL
:: PKey :: EC :: Group (24) -
RDoc
:: Markup (12) -
RDoc
:: Markup :: Formatter (12) -
RDoc
:: Options (36) -
REXML
:: Formatters :: Pretty (12) -
REXML
:: Formatters :: Transitive (12) -
Scanf
:: FormatSpecifier (6) - Time (12)
モジュール
-
CGI
:: HtmlExtension (96) - Exception2MessageMapper (24)
-
Gem
:: VersionOption (12) -
Net
:: HTTPHeader (36) -
OpenSSL
:: OCSP (12) - URI (24)
-
WEBrick
:: AccessLog (12) -
WEBrick
:: HTTPStatus (12) -
Win32
:: Registry :: Constants (36)
キーワード
-
COMMON
_ LOG _ FORMAT (12) - ErrDimensionMismatch (12)
- ErrNotRegular (12)
- ErrOperationNotDefined (12)
- FormatException (12)
-
HKEY
_ PERFORMANCE _ DATA (12) -
HKEY
_ PERFORMANCE _ NLSTEXT (12) -
HKEY
_ PERFORMANCE _ TEXT (12) - HTTPInformation (12)
- HTTPNonAuthoritativeInformation (12)
- MinGW (12)
- NonAuthoritativeInformation (12)
-
PLATFORM
_ DEFAULTS (12) -
RC
_ NON _ AUTHORITATIVE _ INFORMATION (12) -
RESPONSE
_ STATUS _ MALFORMEDREQUEST (12) -
add
_ platform _ option (12) - cgi (12)
-
cgi
/ session (12) -
content
_ type (12) -
content
_ type= (12) - conversion (6)
- convert (24)
-
decode
_ www _ form _ component (12) -
def
_ exception (12) -
encode
_ www _ form _ component (12) - formatter (12)
- formatter= (12)
-
image
_ format (12) -
multipart
_ form (48) - new (36)
-
original
_ platform (12) -
original
_ platform= (12) - platform (12)
- platform= (12)
-
point
_ conversion _ form (12) -
point
_ conversion _ form= (12) - post (24)
- post2 (24)
-
post
_ form (12) -
primitive
_ convert (48) -
request
_ post (24) - requirements= (12)
-
return
_ format (12) -
return
_ format= (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) - search (24)
-
search
_ with _ source (12) -
set
_ content _ type (12) - spec (24)
- strftime (12)
- version (12)
- version= (12)
- 正規表現 (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 - OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form -> Symbol
-
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 ス......on/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 (21505.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...
form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI ス......on/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 (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... -
OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form -> Symbol (18307.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) (18307.0) -
点のエンコーディング方式を設定します。
...エンコーディング方式を設定します。
以下のいずれかを設定します。
* :compressed
* :uncompressed
* :hybrid
詳しくは X9.62 (ECDSA) などを参照してください。
@param sym 設定する方式(Symbol)
@see OpenSSL::PKey::EC::Group#point_conversion_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 に渡すその他のオプションを指定し... -
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 を表すクラスです。...