1098件ヒット
[1-100件を表示]
(0.075秒)
別のキーワード
ライブラリ
- ビルトイン (126)
- benchmark (12)
-
cgi
/ html (96) - date (12)
- e2mmap (12)
-
irb
/ context (12) - logger (84)
- mkmf (12)
-
net
/ http (24) - openssl (36)
-
rdoc
/ markup / formatter (12) -
rexml
/ document (12) -
rubygems
/ format (72) -
rubygems
/ installer (12) -
rubygems
/ old _ format (72) -
rubygems
/ platform (132) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (60) -
rubygems
/ version _ option (12) - scanf (84)
- stringio (12)
-
syslog
/ logger (36) -
webrick
/ httputils (48) -
webrick
/ log (24) - zlib (12)
クラス
-
ARGF
. class (12) -
Benchmark
:: Tms (12) - Date (12)
-
Encoding
:: Converter (48) -
Gem
:: Format (72) -
Gem
:: Installer (12) -
Gem
:: OldFormat (72) -
Gem
:: Platform (132) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (24) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (60) - IO (12)
-
IRB
:: Context (12) - Logger (48)
-
Logger
:: Formatter (36) -
Net
:: HTTP (12) -
OpenSSL
:: PKey :: EC :: Group (24) -
RDoc
:: Markup :: Formatter (12) -
RDoc
:: Options (12) -
REXML
:: Formatters :: Pretty (12) -
Scanf
:: FormatSpecifier (12) -
Scanf
:: FormatString (60) - String (54)
- StringIO (12)
-
Syslog
:: Logger (24) -
Syslog
:: Logger :: Formatter (12) - Time (12)
-
WEBrick
:: HTTPUtils :: FormData (48) -
WEBrick
:: Log (24) -
Zlib
:: GzipWriter (12)
モジュール
-
CGI
:: HtmlExtension (96) - Exception2MessageMapper (12)
-
Gem
:: VersionOption (12) - Kernel (12)
-
Net
:: HTTPHeader (12) -
OpenSSL
:: Buffering (12)
キーワード
- == (12)
- === (12)
- =~ (12)
- [] (12)
-
add
_ platform _ option (12) -
add
_ tag (12) - call (24)
-
content
_ type (12) - cpu (12)
- cpu= (12)
-
datetime
_ format (24) -
datetime
_ format= (24) -
def
_ exception (6) - fetch (12)
-
file
_ entries (24) -
file
_ entries= (24) - filename (12)
-
find
_ matching (12) - format (12)
-
formatted
_ program _ filename (12) - formatter (24)
- formatter= (24)
-
gem
_ path (24) -
gem
_ path= (24) -
image
_ format (12) -
last
_ match _ tried (6) -
last
_ spec (6) -
last
_ spec _ tried (6) - match (6)
-
matched
_ count (6) -
matched
_ string (6) -
multipart
_ form (48) - name (12)
-
original
_ platform (12) -
original
_ platform= (12) - os (12)
- os= (12)
- platform (12)
- platform= (12)
-
point
_ conversion _ form (12) -
point
_ conversion _ form= (12) - post (12)
-
primitive
_ convert (48) - printf (60)
- prune (6)
-
re
_ string (6) - requirements= (12)
-
return
_ format (12) - scanf (12)
- search (24)
-
search
_ with _ source (12) - space (6)
- spec (24)
- spec= (24)
-
spec
_ count (6) - strftime (24)
-
string
_ left (6) -
time
_ format (12) -
time
_ format= (12) -
to
_ a (12) -
to
_ s (30) -
unicode
_ normalize (11) -
unicode
_ normalize! (11) -
unicode
_ normalized? (11) - unpack1 (9)
- version (12)
- version= (12)
- width (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
:: Specification # original _ platform=(platform)
-
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (21406.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...
form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI ス......-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 MET......HOD="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 (21406.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...
form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI ス......-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 MET......HOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
CGI
:: HtmlExtension # form(attributes) -> String (21261.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 (21261.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...
form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param attributes 属性をハッシュで指定します。
例:
form({"METHOD" => "post", ENCTYPE => "enctype"}){ "string" }
# <FORM METHOD="post" ENCTYPE="enctype">......string</FORM>
@see CGI::HtmlExtension#multipart_form... -
Gem
:: Specification # original _ platform=(platform) (12301.0) -
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
...この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
@param platform プラットフォームを指定します。... -
Gem
:: Installer # formatted _ program _ filename(filename) -> String (12201.0) -
Ruby のコマンドと同じプレフィックスとサフィックスを付けたファイル名を返します。
Ruby のコマンドと同じプレフィックスとサフィックスを付けたファイル名を返します。
@param filename 実行ファイルのファイル名を指定します。 -
Gem
:: Specification # original _ platform -> String (12201.0) -
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
...この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。... -
Logger
:: Formatter # datetime _ format -> String (12201.0) -
ログの日時フォーマットを取得します。
ログの日時フォーマットを取得します。
@see Time#strftime -
Logger
:: Formatter # datetime _ format=(format) (12201.0) -
ログの日時フォーマットをセットします。
...param format 日時のフォーマット文字列。Time#strftime で使用するフォーマット文字列と
同じものを使用できます。
//emlist[例][ruby]{
require 'logger'
formatter = Logger::Formatter.new
formatter.datetime_format # => nil
formatter.datetime_format =......'%Y-%m-%d %H:%M:%S' # => "%Y-%m-%d %H:%M:%S"
formatter.datetime_format # => "%Y-%m-%d %H:%M:%S"
//}
@see Time#strftime...