851件ヒット
[1-100件を表示]
(0.042秒)
キーワード
- bigdecimal (12)
-
bigdecimal
/ math (12) -
bigdecimal
/ newton (12) -
bigdecimal
/ util (12) -
cgi
/ session / pstore (12) - fiddle (12)
-
fiddle
/ import (12) - getoptlong (12)
- irb (12)
-
irb
/ completion (12) -
irb
/ ext / history (12) -
irb
/ ext / math-mode (4) -
irb
/ ext / save-history (12) -
irb
/ inspector (12) -
irb
/ ruby-token (12) -
json
/ add / core (12) -
json
/ editor (12) - logger (12)
-
minitest
/ autorun (12) - monitor (12)
-
net
/ http (12) -
net
/ protocol (12) -
net
/ smtp (12) - openssl (12)
-
optparse
/ date (12) - profile (6)
- pstore (12)
- psych (12)
- rake (12)
- rdoc (12)
-
rdoc
/ generator (12) -
rdoc
/ generator / darkfish (12) -
rdoc
/ generator / json _ index (12) -
rdoc
/ generator / markup (12) -
rdoc
/ generator / ri (12) -
rdoc
/ markdown (12) -
rdoc
/ markup / to _ ansi (12) -
rdoc
/ markup / to _ bs (12) -
rdoc
/ markup / to _ html (12) -
rdoc
/ markup / to _ html _ crossref (12) -
rdoc
/ markup / to _ rdoc (12) -
rdoc
/ parser / c (12) -
rdoc
/ parser / ruby _ tools (12) -
rdoc
/ token _ stream (12) -
rdoc
/ top _ level (12) - resolv (12)
-
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) - rss (12)
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ custom _ require (12) -
rubygems
/ validator (12) - set (9)
- singleton (12)
-
test
/ unit (1) - tracer (12)
- tsort (12)
-
webrick
/ httpauth / authenticator (12) - xmlrpc (3)
-
yaml
/ store (12)
検索結果
先頭5件
-
rdoc
/ generator / json _ index (6049.0) -
他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ クスを生成するサブライブラリです。
...ライブラリです。
This generator is derived from sdoc by Vladimir Kolesnikov and
contains verbatim code written by him.
このジェネレータは HTML ジェネレータと一緒に使うために設計されています。:
class RDoc::Generator::Darkfish
def initialize options......# ...
@base_dir = Pathname.pwd.expand_path
@json_index = RDoc::Generator::JsonIndex.new self, options
end
def generate
# ...
@json_index.generate
end
end
=== インデックスフォーマット
検索用のインデックスは JSON ファイルに出......, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to... -
rdoc
/ markup / to _ ansi (6007.0) -
RDoc 形式のドキュメントを ANSI エスケープシーケンスで色付けするサブライ ブラリです。
...RDoc 形式のドキュメントを ANSI エスケープシーケンスで色付けするサブライ
ブラリです。
require 'rdoc/markup/to_ansi'
h = RDoc::Markup::ToAnsi.new
puts h.convert(input_string)
変換した結果は文字列で取得できます。... -
rdoc
/ markup / to _ bs (6007.0) -
RDoc 形式のドキュメントをエスケープシーケンスで太字やアンダーラインの効 果を持たせるように見せるサブライブラリです。
...スで太字やアンダーラインの効
果を持たせるように見せるサブライブラリです。
require 'rdoc/markup/to_bs'
h = RDoc::Markup::ToBs.new
puts h.convert(input_string)
変換した結果は文字列で取得できます。実際に効果を確認するためには... -
rdoc
/ markup / to _ html (6007.0) -
RDoc 形式のドキュメントを HTML に整形するためのサブライブラリです。
...RDoc 形式のドキュメントを HTML に整形するためのサブライブラリです。
require 'rdoc/markup/to_html'
h = RDoc::Markup::ToHtml.new
puts h.convert(input_string)
変換した結果は文字列で取得できます。... -
bigdecimal
/ newton (6001.0) -
ニュートン法を用いて非線形方程式 f(x) = 0 の解 x を求める機能を提供しま す。
...ま
す。
本サブライブラリは BigDecimal に依存しません。
実行例:
require "bigdecimal"
require "bigdecimal/newton"
...
n = Newton.nlsolve(f, x)
引数 f には関数を表すオブジェクトを指定します。以下のメソッドに応答でき
る必要があ... -
cgi
/ session / pstore (6001.0) -
-
getoptlong (6001.0)
-
getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド 行オプションの解析を行う Ruby のライブラリです。
...getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド
行オプションの解析を行う Ruby のライブラリです。
=== GNU getopt_long() とは?
GNU getopt_long() は、コマンド行オプションの解析を行う C の関数です。多
くの GNU ソフ......トウェアがこの関数を使用しています。GNU getopt_long() そし
て getoptlong には、以下のような特徴があります。
* 伝統的な一文字オプションに加えて、長いオプションに対応しています。長
いオプションは `-' の代わりに `-......* 特殊な引数 `--' によって、オプションの解析を強制的に終了します。
=== 順序形式 (ordering)
GNU getopt_long() および getoptlong.rb には、`REQUIRE_ORDER',
`PERMUTE', `RETURN_IN_ORDER' という、3 つの「順序形式」が用
意されています。そ... -
irb
/ ext / history (6001.0) -
IRB::Context に実行結果の履歴を保持する機能を提供するサブライブラ リです。
...IRB::Context に実行結果の履歴を保持する機能を提供するサブライブラ
リです。
conf.eval_history か IRB.conf[:EVAL_HISTORY] に Integer を設定す
る事で使用できます。
このライブラリで定義されているメソッドはユーザが直接使用する... -
irb
/ ext / save-history (6001.0) -
IRB::Context にヒストリの読み込み、保存の機能を提供するサブライブ ラリです。
...IRB::Context にヒストリの読み込み、保存の機能を提供するサブライブ
ラリです。
conf.save_history か IRB.conf[:SAVE_HISTORY] にヒストリの保存件数を設定
する事で使用できます。
ただし、readline が利用できない環境ではヒストリの...