459件ヒット
[1-100件を表示]
(0.095秒)
ライブラリ
- date (48)
- e2mmap (12)
- logger (9)
-
net
/ imap (24) - prettyprint (24)
-
rdoc
/ markup / formatter (12) -
rexml
/ document (36) -
rubygems
/ defaults (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ format (36) -
rubygems
/ installer (36) -
rubygems
/ old _ format (36) -
rubygems
/ package / tar _ output (24) - scanf (6)
- socket (60)
- time (48)
-
webrick
/ httpserver (12) - zlib (12)
クラス
- Date (24)
- DateTime (24)
-
Gem
:: DependencyInstaller (12) -
Gem
:: Format (36) -
Gem
:: Installer (36) -
Gem
:: OldFormat (36) -
Gem
:: Package :: TarOutput (24) - Logger (9)
-
Net
:: IMAP (24) - PrettyPrint (24)
-
RDoc
:: Markup :: Formatter (12) -
REXML
:: Formatters :: Default (12) -
REXML
:: Formatters :: Pretty (12) -
REXML
:: Formatters :: Transitive (12) -
Scanf
:: FormatString (6) - Socket (36)
- TCPServer (24)
- Time (48)
-
WEBrick
:: HTTPServer (12) -
Zlib
:: GzipReader (12)
モジュール
- Exception2MessageMapper (12)
- Gem (12)
キーワード
-
_ strptime (24) -
def
_ exception (6) -
default
_ exec _ format (12) -
exec
_ format (12) -
exec
_ format= (12) -
format
_ date (12) -
format
_ datetime (12) -
from
_ file _ by _ path (24) -
from
_ io (24) - getaddrinfo (12)
- gethostbyname (12)
- getnameinfo (12)
- new (159)
- open (24)
- rfc2822 (12)
- rfc822 (12)
-
singleline
_ format (12) - strptime (48)
検索結果
先頭5件
- PrettyPrint
. format(output = & # 39;& # 39; , maxwidth = 79 , newline = "\n" , genspace = lambda{|n| & # 39; & # 39; * n}) {|pp| . . . } -> object - Gem
:: Installer . exec _ format=(format) - PrettyPrint
. singleline _ format(output = & # 39;& # 39; , maxwidth = 79 , newline = "\n" , genspace = lambda{|n| & # 39; & # 39; * n}) {|pp| . . . } -> object - Net
:: IMAP . format _ date(time) -> String - Net
:: IMAP . format _ datetime(time) -> String
-
PrettyPrint
. format(output = & # 39;& # 39; , maxwidth = 79 , newline = "\n" , genspace = lambda{|n| & # 39; & # 39; * n}) {|pp| . . . } -> object (24202.0) -
PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。 与えられた output を返します。
...PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。
与えられた output を返します。
以下と同じ働きをするもので簡便のために用意されています。
//emlist[][ruby]{
require 'prettyprint'
begin
pp = PrettyPrint.ne......w(output, maxwidth, newline, &genspace)
...
pp.flush
output
end
//}
@param output 出力先を指定します。output は << メソッドを持っていなければなりません。
@param maxwidth 行の最大幅を指定します。ただし、改行できないものが渡された場......合は、
実際の出力幅は maxwidth を越えることがあります。
@param newline 改行に使われます。
@param genspace 空白の生成に使われる Proc オブジェクトを指定します。
生成したい空白の幅を表す整数を引数... -
Gem
:: Installer . exec _ format=(format) (12409.0) -
実行ファイル名のフォーマットをセットします。
...実行ファイル名のフォーマットをセットします。
@param format 実行ファイル名のフォーマットを指定します。... -
PrettyPrint
. singleline _ format(output = & # 39;& # 39; , maxwidth = 79 , newline = "\n" , genspace = lambda{|n| & # 39; & # 39; * n}) {|pp| . . . } -> object (12218.0) -
PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。 PrettyPrint.format に似ていますが、改行しません。
...PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。
PrettyPrint.format に似ていますが、改行しません。
引数 maxwidth, newline と genspace は無視されます。ブロック中の breakable の実行は、
改行せずに text......の実行であるかのように扱います。
@param output 出力先を指定します。output は << メソッドを持っていなければなりません。
@param maxwidth 無視されます。
@param newline 無視されます。
@param genspace 無視されます。... -
Net
:: IMAP . format _ date(time) -> String (12208.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 (12208.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 変換する時刻オブジェクト... -
Gem
. default _ exec _ format -> String (12202.0) -
デフォルトのインストールするコマンド名を決めるためのフォーマット文字列を返します。
デフォルトのインストールするコマンド名を決めるためのフォーマット文字列を返します。 -
Gem
:: Installer . exec _ format -> String (12202.0) -
実行ファイル名のフォーマットを返します。
...実行ファイル名のフォーマットを返します。
指定しない場合は ruby コマンドと同じフォーマットを使用します。... -
REXML
:: Formatters :: Pretty . new(indentation=2 , ie _ hack=false) -> REXML :: Formatter :: Pretty (9301.0) -
フォーマッタオブジェクトを生成して返します。
...渡すと、空のタグを閉じる前で空白を挿入します。
これは特定のバージョンのIEのXMLパーサのバグを避けるための機能です。
@param indentation 出力のインデント幅
@param ie_hack 空のタグを閉じる所にスペースを入れるかどうか... -
Gem
:: Format . from _ file _ by _ path(file _ path , security _ policy = nil) -> Gem :: Format (9202.0) -
@todo security_policy
...@todo security_policy
Gem ファイルのパスからデータを読み込んで、自身を初期化して返します。
@param file_path Gem ファイルへのパスを指定します。
@param security_policy ???...