1114件ヒット
[1-100件を表示]
(0.040秒)
ライブラリ
- ビルトイン (90)
- benchmark (36)
-
cgi
/ html (96) - date (12)
- fiddle (12)
- ipaddr (12)
-
irb
/ context (12) - logger (60)
-
net
/ http (12) -
net
/ imap (24) -
rexml
/ document (36) -
rubygems
/ commands / help _ command (12) -
rubygems
/ defaults (12) -
rubygems
/ format (12) -
rubygems
/ installer (24) -
rubygems
/ old _ format (12) -
rubygems
/ package / tar _ header (24) -
rubygems
/ platform (72) -
rubygems
/ specification (24) - scanf (132)
- stringio (12)
-
syslog
/ logger (12) - uri (76)
-
webrick
/ accesslog (72) -
webrick
/ httprequest (12) -
webrick
/ httputils (72) -
webrick
/ log (24)
クラス
-
Benchmark
:: Tms (24) - Date (12)
-
Gem
:: Commands :: HelpCommand (12) -
Gem
:: Format (12) -
Gem
:: Installer (24) -
Gem
:: OldFormat (12) -
Gem
:: Package :: TarHeader (24) -
Gem
:: Platform (72) -
Gem
:: Specification (24) - IO (12)
- IPAddr (12)
-
IRB
:: Context (12) - Logger (24)
-
Logger
:: Formatter (36) -
Net
:: IMAP (24) - Object (12)
-
RDoc
:: Options (12) -
Scanf
:: FormatSpecifier (12) -
Scanf
:: FormatString (78) - String (54)
- StringIO (12)
-
Syslog
:: Logger :: Formatter (12) - Time (12)
-
WEBrick
:: HTTPRequest (12) -
WEBrick
:: HTTPUtils :: FormData (72) -
WEBrick
:: Log (24)
モジュール
- Benchmark (12)
-
CGI
:: HtmlExtension (96) - Fiddle (12)
- Gem (12)
- Kernel (36)
-
Net
:: HTTPHeader (12) - URI (76)
-
WEBrick
:: AccessLog (72)
キーワード
-
AGENT
_ LOG _ FORMAT (12) -
BUILD
_ RUBY _ PLATFORM (12) -
CLF
_ TIME _ FORMAT (12) -
COMBINED
_ LOG _ FORMAT (12) -
COMMON
_ LOG _ FORMAT (12) - CURRENT (12)
- Default (12)
- FORMAT (24)
- Format (12)
- FormatString (6)
- IN6FORMAT (12)
- Marshal フォーマット (12)
-
NEWS for Ruby 2
. 1 . 0 (12) -
PACK
_ FORMAT (12) - PLATFORMS (12)
- Pretty (12)
-
REFERER
_ LOG _ FORMAT (12) - REGEX (6)
- RUBY (12)
-
RUBY
_ PLATFORM (12) - SPECIFIERS (6)
- Transitive (12)
-
UNPACK
_ FORMAT (12) - [] (12)
- call (24)
- cgi (12)
-
content
_ type (12) - cpu (12)
-
datetime
_ format (24) - decode (7)
-
decode
_ www _ form (12) -
decode
_ www _ form _ component (12) -
default
_ exec _ format (12) - encode (7)
-
encode
_ www _ form (12) -
encode
_ www _ form _ component (12) - escape (7)
-
exec
_ format (12) - filename (12)
- filename= (12)
- format (36)
-
format
_ date (12) -
format
_ datetime (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)
-
net
/ smtp (12) - new (6)
-
original
_ platform (12) - os (12)
- platform (12)
- printf (12)
- prune (6)
- query (12)
-
re
_ string (6) -
return
_ format (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) - scanf (36)
- space (6)
-
spec
_ count (6) - sprintf (12)
- sprintf フォーマット (12)
- strftime (24)
-
string
_ left (6) -
time
_ format (12) -
time
_ format= (12) -
to
_ s (30) - unescape (7)
-
unicode
_ normalize (11) -
unicode
_ normalize! (11) -
unicode
_ normalized? (11) - unpack1 (9)
- 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 - Scanf
:: FormatString # string _ left
-
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (18447.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 (18447.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 (18282.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 (18282.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...
form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param attributes 属性をハッシュで指定します。
例:
form({"METHOD" => "post", ENCTYPE => "enctype"}){ "string" }
# <FORM METHOD="post" ENCTYPE="enctype">......string</FORM>
@see CGI::HtmlExtension#multipart_form... -
Scanf
:: FormatString # string _ left (12101.0) -
@todo
@todo -
Scanf
:: FormatString (12000.0) -
-
String
# unicode _ normalize(form = :nfc) -> String (9220.0) -
self を NFC、NFD、NFKC、NFKD のいずれかの正規化形式で Unicode 正規化し た文字列を返します。
...self を NFC、NFD、NFKC、NFKD のいずれかの正規化形式で Unicode 正規化し
た文字列を返します。
@param form 正規化形式を :nfc、:nfd、:nfkc、:nfkd のいずれかで指定しま
す。省略した場合は :nfc になります。
@raise Encoding::Comp......# => 'à' ("\u00E0" と同じ)
"\u00E0".unicode_normalize(:nfd) # => 'à' ("a\u0300" と同じ)
"\xE0".force_encoding('ISO-8859-1').unicode_normalize(:nfd)
# => Encoding::CompatibilityError raised
//}
@see String#unicode_normalize!, String#unicode_normalized?... -
Logger
:: Formatter # datetime _ format -> String (9201.0) -
ログの日時フォーマットを取得します。
ログの日時フォーマットを取得します。
@see Time#strftime -
Logger
:: Formatter :: Format -> String (9201.0) -
フォーマット文字列。
フォーマット文字列。 -
String
# unicode _ normalized?(form = :nfc) -> bool (9135.0) -
self が引数 form で指定された正規化形式で Unicode 正規化された文字列か どうかを返します。
...self が引数 form で指定された正規化形式で Unicode 正規化された文字列か
どうかを返します。
@param form 正規化形式を :nfc、:nfd、:nfkc、:nfkd のいずれかで指定しま
す。省略した場合は :nfc になります。
@raise Encoding::Co......=> true
"\u00E0".unicode_normalized? # => true
"\u00E0".unicode_normalized?(:nfd) # => false
"\xE0".force_encoding('ISO-8859-1').unicode_normalized?
# => Encoding::CompatibilityError raised
//}
@see String#unicode_normalize, String#unicode_normalize!...