606件ヒット
[1-100件を表示]
(0.165秒)
ライブラリ
- ビルトイン (54)
- benchmark (12)
-
cgi
/ html (96) - date (12)
-
irb
/ context (12) - logger (48)
-
net
/ http (12) -
rubygems
/ format (12) -
rubygems
/ installer (12) -
rubygems
/ old _ format (12) -
rubygems
/ platform (48) -
rubygems
/ specification (24) - scanf (108)
- stringio (12)
-
syslog
/ logger (12) -
webrick
/ httprequest (12) -
webrick
/ httputils (72) -
webrick
/ log (24)
クラス
-
Benchmark
:: Tms (12) - Date (12)
-
Gem
:: Format (12) -
Gem
:: Installer (12) -
Gem
:: OldFormat (12) -
Gem
:: Platform (48) -
Gem
:: Specification (24) - IO (12)
-
IRB
:: Context (12) - Logger (24)
-
Logger
:: Formatter (24) -
RDoc
:: Options (12) -
Scanf
:: FormatSpecifier (12) -
Scanf
:: FormatString (60) - String (54)
- StringIO (12)
-
Syslog
:: Logger :: Formatter (12) - Time (12)
-
WEBrick
:: HTTPRequest (12) -
WEBrick
:: HTTPUtils :: FormData (72) -
WEBrick
:: Log (24)
モジュール
-
CGI
:: HtmlExtension (96) - Kernel (12)
-
Net
:: HTTPHeader (12)
キーワード
- [] (12)
- call (24)
-
content
_ type (12) - cpu (12)
-
datetime
_ format (24) - filename (12)
- filename= (12)
- format (12)
-
formatted
_ program _ filename (12) - formatter (12)
-
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)
- name= (12)
-
original
_ platform (12) - os (12)
- platform (12)
- printf (12)
- prune (6)
- query (12)
-
re
_ string (6) -
return
_ format (12) - scanf (36)
- space (6)
-
spec
_ count (6) - strftime (24)
-
string
_ left (6) -
time
_ format (12) -
time
_ format= (12) -
to
_ s (30) -
unicode
_ normalize (11) -
unicode
_ normalize! (11) -
unicode
_ normalized? (11) - unpack1 (9)
- version (12)
検索結果
先頭5件
- Logger
:: Formatter # datetime _ format -> String - 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 - Logger
# datetime _ format -> String | nil - CGI
:: HtmlExtension # form(attributes) -> String
-
Logger
:: Formatter # datetime _ format -> String (24402.0) -
ログの日時フォーマットを取得します。
ログの日時フォーマットを取得します。
@see Time#strftime -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (18548.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...
form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI ス......@param enctype enctype 属性の値を指定します。デフォルトは "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="applicati......on/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 (18548.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...
form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI ス......@param enctype enctype 属性の値を指定します。デフォルトは "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="applicati......on/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "string" }
# <FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
Logger
# datetime _ format -> String | nil (18408.0) -
ログに記録する時の日付のフォーマットです。
...Time#usec の
値を String#% でフォーマットしたものが入ります。
//emlist[例][ruby]{
require 'logger'
logger = Logger.new(STDOUT)
logger.datetime_format # => nil
logger.debug("test")
logger.datetime_format = '%Y/%m/%dT%H:%M:%S.%06d'
logger.datetime_format # => "%Y/%m/%dT%H:%M:%......S.%06d"
logger.debug("test")
# => D, [2019-03-12T22:52:13.674385 #17393] DEBUG -- : test
# D, [2019/03/12T22:52:13.000012#17393] DEBUG -- : test
//}
@see Time#strftime, Logger#datetime_format=... -
CGI
:: HtmlExtension # form(attributes) -> String (18383.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 (18383.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...
form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param attributes 属性をハッシュで指定します。
例:
form({"METHOD" => "post", ENCTYPE => "enctype"}){ "string" }
# <FORM METHOD="post" ENCTYPE="enctype">......string</FORM>
@see CGI::HtmlExtension#multipart_form... -
String
# unicode _ normalize(form = :nfc) -> String (15339.0) -
self を NFC、NFD、NFKC、NFKD のいずれかの正規化形式で Unicode 正規化し た文字列を返します。
...式で Unicode 正規化し
た文字列を返します。
@param form 正規化形式を :nfc、:nfd、:nfkc、:nfkd のいずれかで指定しま
す。省略した場合は :nfc になります。
@raise Encoding::CompatibilityError self が Unicode 文字列ではない場合......GB18030、UCS_2BE、and UCS_4BE を含みます。
また、self が UTF-8 以外のエンコーディングであった場合は一度 UTF-8 に変
換してから正規化されるため、UTF-8 よりも遅くなっています。
//emlist[例][ruby]{
"a\u0300".unicode_normalize # => 'à......"a\u0300".unicode_normalize(:nfc) # => 'à' ("\u00E0" と同じ)
"\u00E0".unicode_normalize(:nfd) # => 'à' ("a\u0300" と同じ)
"\xE0".force_encoding('ISO-8859-1').unicode_normalize(:nfd)
# => Encoding::CompatibilityError raised
//}
@see String#unicode_normal... -
Gem
:: Specification # original _ platform -> String (15302.0) -
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。 -
Gem
:: Specification # platform -> String (15302.0) -
この Gem パッケージを使用できるプラットフォームを返します。
この Gem パッケージを使用できるプラットフォームを返します。