99件ヒット
[1-99件を表示]
(0.011秒)
別のキーワード
キーワード
- getoptlong (11)
-
irb
/ output-method (11) - prettyprint (11)
- rdoc (11)
-
rdoc
/ markup (11) - rss (11)
-
rubygems
/ commands / specification _ command (11) -
rubygems
/ package / tar _ output (11) -
rubygems
/ security (11)
検索結果
-
irb
/ output-method (6001.0) -
irb が出力を扱うためのサブライブラリです。
irb が出力を扱うためのサブライブラリです。 -
rubygems
/ package / tar _ output (6001.0) -
gem-format な tar ファイルを書き出す Gem::Package::TarWriter のラッ パークラスを提供するライブラリです。
gem-format な tar ファイルを書き出す Gem::Package::TarWriter のラッ
パークラスを提供するライブラリです。 -
rdoc (31.0)
-
RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。
...上書きせずに、マージするようにします。
: --one-file
すべての出力を一つのファイルに書きだします。
: --output dir, --op dir
出力先のディレクトリを dir に設定します(デフォルトは "doc" です)。
: --opname name
出力の名前......ちらでも良
いということです。
<tt>--output</tt> <i>name [, name]</i>::
specify the name of one or more output files. If multiple
files are present, the first is used as the index.
<tt>--quiet:</tt>:: do not output the names, sizes, byte counts,
i......ll 修飾
子を加えます。
//emlist{
module SM #:nodoc:
class Input
end
end
module Markup #:nodoc: all
class Output
end
end
//}
以上のコードでは、SM::Input のドキュメントのみが出力されます。
: :stopdoc: / :startdoc:... -
rss (19.0)
-
RSS を扱うためのライブラリです。
...end
end
未設定の可能性がある要素にデフォルト値を設定しています。
出力する文字コードを変更するにはoutput_encoding=が使えます。
もし、変換できないエンコーディングを指定された場合は
RSS::UnknownConversionMethodError例外......EUC-JPで出力するように書き換えてみましょう。
def print_items(feed)
rss10 = convert_to_rss10(feed)
begin
rss10.output_encoding = "EUC-JP"
rescue RSS::UnknownConversionMethodError
end
rss10.items.each do |item|
puts "#{item.title} : #{item.descript......rce, true)
rescue RSS::Error
end
if rss.nil?
puts "#{fname}はRSS 1.0ではありません。"
else
begin
rss.output_encoding = "euc-jp"
rescue RSS::UnknownConversionMethodError
end
rss.items.each do |item|
items << item if item.dc_date... -
getoptlong (13.0)
-
getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド 行オプションの解析を行う Ruby のライブラリです。
...--max-size SIZE Set maximum size
-q --quiet --silence Suppress all warnings
--help Output this help, then exit
--version Output version number, then exit
まず、`getoptlong.rb' を Ruby で書かれたあなたのプログラム... -
rdoc
/ markup (13.0) -
RDoc 形式に整形されたプレインテキストを変換するためのサブライブラリです。
...への変換を行う
ツール群の基礎として作られています。RDoc::Markup 自身は何の出力も
行いません。
それらは output_format で後述するクラス群に委ねられています。
=== Markup
基本的には、lib:rdoc#markup と同じです。ただし、rdoc......* lib:rdoc#list
* lib:rdoc#labeled_list
* lib:rdoc#headline
* lib:rdoc#ruled_line
* lib:rdoc#italic_bold_typewriter
* lib:rdoc#escape
===[a:output_format] 出力可能な形式
変換する形式として以下のいずれかを選択できます。
* HTML 形式: RDoc::Markup::ToHtml
* H... -
rubygems
/ security (13.0) -
このライブラリは暗号署名を RubyGems パッケージに使用するために使用します。
...(ノート:Windows の *.cer ファイルは X509 証明書の DER フォーマットです) :
$ openssl x509 -in input.pem -outform der -out output.der
人間に読みやすいフォーマットで証明書を出力する :
$ openssl x509 -in input.pem -noout -text
秘密鍵に対して......じことができます。
PEM フォーマットの RSA 鍵を DER フォーマットに変換します :
$ openssl rsa -in input_key.pem -outform der -out output_key.der
鍵を人間に読みやすいフォーマットで出力します :
$ openssl rsa -in input_key.pem -noout -text... -
prettyprint (7.0)
-
pretty printing アルゴリズムのためのライブラリです。
...p2.group(p2.indent + s.size + 1) do
p2.breakable
p2.text('a')
p2.breakable
p2.text('b')
p2.breakable
p2.text('c')
end
p2.flush
puts p2.output
#=>
# hello
# a
# b
# c
//}
=== References
Christian Lindig, Strictly Pretty, March 2000,
http://www.st.cs.uni-sb.de/~lindig/pa... -
rubygems
/ commands / specification _ command (7.0) -
指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。
...Specify version of gem to examine
--platform PLATFORM Specify the platform of gem to specification
--all Output specifications for all versions of
the gem
Local/Remote Options:
-l, --local...