693件ヒット
[1-100件を表示]
(0.015秒)
ライブラリ
- ビルトイン (72)
- date (48)
- e2mmap (12)
- fileutils (12)
- json (12)
- logger (9)
-
net
/ http (24) -
net
/ imap (24) - open-uri (40)
- prettyprint (24)
- psych (14)
-
rdoc
/ markup / formatter (12) -
rdoc
/ top _ level (24) - resolv (12)
-
rexml
/ document (60) -
rubygems
/ defaults (12) -
rubygems
/ format (36) -
rubygems
/ installer (24) -
rubygems
/ old _ format (36) -
rubygems
/ platform (36) -
rubygems
/ security (12) -
rubygems
/ specification (12) -
rubygems
/ user _ interaction (36) - scanf (6)
- time (24)
- uri (48)
-
webrick
/ httputils (12)
クラス
- Date (24)
- DateTime (24)
- Dir (12)
- Encoding (12)
- File (36)
-
Gem
:: Format (36) -
Gem
:: Installer (24) -
Gem
:: OldFormat (36) -
Gem
:: Platform (36) -
Gem
:: Specification (12) -
Gem
:: StreamUI :: SilentProgressReporter (12) -
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) - IO (12)
- Logger (9)
-
Net
:: HTTP (12) -
Net
:: HTTPResponse (12) -
Net
:: IMAP (24) - PrettyPrint (24)
-
RDoc
:: Markup :: Formatter (12) -
RDoc
:: TopLevel (24) -
REXML
:: Formatters :: Default (12) -
REXML
:: Formatters :: Pretty (12) -
REXML
:: Formatters :: Transitive (12) -
REXML
:: Text (24) -
Resolv
:: DNS :: Resource :: MINFO (12) -
Scanf
:: FormatString (6) - Time (24)
-
WEBrick
:: HTTPUtils :: FormData (12)
モジュール
- Exception2MessageMapper (12)
- FileUtils (12)
- Gem (12)
-
Gem
:: Security (12) -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) - OpenURI (24)
- Psych (14)
- URI (64)
キーワード
-
_ strptime (24) -
all
_ classes _ and _ modules (12) -
body
_ permitted? (12) -
decode
_ www _ form (12) -
decode
_ www _ form _ component (12) -
def
_ exception (6) -
default
_ exec _ format (12) -
encode
_ www _ form (12) -
encode
_ www _ form _ component (12) -
exec
_ format (12) -
exec
_ format= (12) -
find
_ class _ named (12) - format (12)
-
format
_ date (12) -
format
_ datetime (12) -
from
_ file _ by _ path (24) -
from
_ io (24) -
json
_ create (12) - local (12)
-
locale
_ charmap (12) - match (12)
- new (171)
- normalize (12)
-
normalize
_ yaml _ input (12) - open (40)
-
open
_ uri (24) -
post
_ form (12) - rmdir (12)
-
safe
_ load (14) -
singleline
_ format (12) - strptime (48)
- sysopen (12)
- unnormalize (12)
-
verify
_ trust _ dir (12)
検索結果
先頭5件
-
Gem
:: Installer . exec _ format=(format) (6201.0) -
実行ファイル名のフォーマットをセットします。
...実行ファイル名のフォーマットをセットします。
@param format 実行ファイル名のフォーマットを指定します。... -
Encoding
. locale _ charmap -> String | nil (6101.0) -
ロケールエンコーディングを決定するために用いる、locale charmap 名を返します。nl_langinfo 等がない環境では nil を、miniruby では ASCII_8BIT を返します。
...る、locale charmap 名を返します。nl_langinfo 等がない環境では nil を、miniruby では ASCII_8BIT を返します。
//emlist[Debian GNU/Linux + LANG=C][ruby]{
Encoding.locale_charmap #=> "ANSI_X3.4-1968"
//}
//emlist[LANG=ja_JP.EUC-JP][ruby]{
Encoding.locale_charmap #=> "EUC-JP"......//}
//emlist[SunOS 5 + LANG=C][ruby]{
Encoding.locale_charmap #=> "646"
//}
//emlist[SunOS 5 + LANG=ja][ruby]{
Encoding.locale_charmap #=> "eucJP"
//}
@see charmap(5)... -
Gem
. default _ exec _ format -> String (6101.0) -
デフォルトのインストールするコマンド名を決めるためのフォーマット文字列を返します。
デフォルトのインストールするコマンド名を決めるためのフォーマット文字列を返します。 -
Gem
:: Installer . exec _ format -> String (6101.0) -
実行ファイル名のフォーマットを返します。
実行ファイル名のフォーマットを返します。
指定しない場合は ruby コマンドと同じフォーマットを使用します。 -
Gem
:: Specification . normalize _ yaml _ input(input) -> String (6101.0) -
YAML 形式の gemspec を正しくフォーマットします。
YAML 形式の gemspec を正しくフォーマットします。
@param input 文字列か IO オブジェクトを指定します。 -
Net
:: HTTP . post _ form(uri , params) -> Net :: HTTPResponse (6101.0) -
URI で指定した対象に フォームのデータを HTTP で POST します。
URI で指定した対象に フォームのデータを HTTP で
POST します。
送るデータは params に文字列から文字列への Hash として
渡します。
@param uri POST する対象を URI で指定します。
@param params POST するデータです。 -
Net
:: HTTPResponse . body _ permitted? -> bool (6101.0) -
エンティティボディを含むことが許されているレスポンスクラス ならば真を、そうでなければ偽を返します。
...エンティティボディを含むことが許されているレスポンスクラス
ならば真を、そうでなければ偽を返します。
//emlist[例][ruby]{
require 'net/http'
Net::HTTPSuccess.body_permitted? # => true
Net::HTTPNotModified.body_permitted? # => false
//}... -
Net
:: IMAP . format _ date(time) -> String (6101.0) -
時刻オブジェクトを IMAP の日付フォーマットでの文字列に変換します。
...時刻オブジェクトを IMAP の日付フォーマットでの文字列に変換します。
require 'net/imap'
Net::IMAP.format_date(Time.new(2011, 6, 20))
# => "20-Jun-2011"
@param time 変換する時刻オブジェクト... -
Net
:: IMAP . format _ datetime(time) -> String (6101.0) -
時刻オブジェクトを IMAP の日付時刻フォーマットでの文字列に変換します
...時刻オブジェクトを IMAP の日付時刻フォーマットでの文字列に変換します
require 'net/imap'
Net::IMAP.format_datetime(Time.new(2011, 6, 20, 13, 20, 1))
# => "20-Jun-2011 13:20 +0900"
@param time 変換する時刻オブジェクト...