1281件ヒット
[1-100件を表示]
(0.061秒)
ライブラリ
- ビルトイン (379)
- bigdecimal (24)
- csv (24)
- etc (24)
-
irb
/ xmp (12) -
json
/ add / regexp (12) -
minitest
/ spec (4) -
minitest
/ unit (4) - mkmf (24)
-
net
/ http (12) - openssl (144)
- pathname (12)
- rake (12)
- rbconfig (12)
-
rdoc
/ markup (24) -
rdoc
/ parser (24) -
rdoc
/ text (12) - resolv (84)
-
rexml
/ document (96) -
rinda
/ rinda (12) -
rinda
/ tuplespace (36) - rss (12)
-
rubygems
/ package / tar _ input (12) -
rubygems
/ package / tar _ reader (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ system-command (6) - uri (12)
-
webrick
/ httpstatus (24) -
win32
/ registry (36)
クラス
- Array (21)
- BasicObject (12)
- BigDecimal (12)
- Binding (12)
- CSV (24)
-
Etc
:: Passwd (24) - File (12)
-
Gem
:: Package :: TarInput (12) - MatchData (12)
- Module (25)
- Object (15)
-
OpenSSL
:: BN (12) -
OpenSSL
:: PKey :: DH (36) -
OpenSSL
:: PKey :: DSA (72) - Pathname (12)
-
RDoc
:: Markup (24) -
RDoc
:: Options (24) -
RDoc
:: Parser (24) -
REXML
:: Document (72) - Regexp (142)
- Resolv (12)
-
Resolv
:: DNS :: Resource :: SOA (24) -
Resolv
:: IPv6 (48) -
Rinda
:: TupleEntry (36) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: SystemCommand (6) - String (84)
-
Win32
:: Registry (24)
モジュール
- BigMath (12)
- Kernel (72)
- Math (12)
-
MiniTest
:: Assertions (4) -
OpenSSL
:: X509 (24) -
RDoc
:: Text (12) -
REXML
:: Namespace (24) - RbConfig (12)
- URI (12)
-
WEBrick
:: HTTPStatus (12) -
Win32
:: Registry :: Constants (12)
キーワード
-
$ -F (12) -
$ ; (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - AddressRegex (12)
- DateMatcher (12)
- DateTimeMatcher (12)
- EKEYEXPIRED (12)
- EXTENDED (12)
- ExpectationFailed (12)
- FIXEDENCODING (12)
- HTTPExpectationFailed (12)
-
LABEL
_ LIST _ RE (12) - NOENCODING (12)
- NotExpectedTagError (12)
-
RC
_ EXPECTATION _ FAILED (12) -
REG
_ EXPAND _ SZ (12) -
Regex
_ 6Hex4Dec (12) -
Regex
_ 8Hex (12) -
Regex
_ CompressedHex (12) -
Regex
_ CompressedHex4Dec (12) - Regexp (12)
- RequestExpiredError (12)
- Rubyで使われる記号の意味(正規表現の複雑な記号は除く) (12)
-
SIMPLE
_ LIST _ RE (12) - UNSAFE (12)
- UnexpectedEOF (12)
-
V
_ ERR _ CERT _ HAS _ EXPIRED (12) -
V
_ ERR _ CRL _ HAS _ EXPIRED (12) - [] (24)
-
assert
_ equal (1) -
assert
_ in _ delta (1) -
assert
_ in _ epsilon (1) -
assert
_ same (1) - bigdecimal (12)
- casefold? (12)
-
class
_ eval (12) - compile (11)
- encoding (12)
-
entity
_ expansion _ limit (12) -
entity
_ expansion _ limit= (12) -
entity
_ expansion _ text _ limit (12) -
entity
_ expansion _ text _ limit= (12) - eval (24)
- exclude (12)
- expire (24)
- expire= (12)
- expired? (12)
- expires (12)
- expires= (12)
- exponent (12)
- export (36)
-
extra
_ accessors (12) -
extract
_ entry (12) -
fixed
_ encoding? (12) -
infect
_ with _ assertions (1) -
instance
_ eval (12) -
json
/ add / regexp (12) -
last
_ match (12) - ldexp (12)
- match (24)
-
mod
_ exp (12) -
module
_ eval (12) -
must
_ be _ close _ to (1) -
must
_ be _ within _ delta (1) -
must
_ equal (1) - name (12)
-
named
_ captures (12) - new (23)
- pack (21)
- pack テンプレート文字列 (12)
-
parse
_ files _ matching (12) - parsers (12)
-
pathmap
_ explode (12) -
rb
_ export _ method (12) -
rb
_ get _ method _ body (12) - regexp (12)
- slice (24)
-
start
_ export (6) -
to
_ json (12) -
to
_ pem (36) -
to
_ regexp (12) -
to
_ s (36) -
try
_ static _ assert (24) - unpack (12)
-
value
_ expr (12) -
void
_ expr (12) - xmp (12)
- プログラム・文・式 (12)
- リテラル (12)
- 正規表現 (12)
検索結果
先頭5件
-
BigMath
. # exp(x , prec) -> BigDecimal (18207.0) -
x の指数関数を prec で指定した精度で計算します。
...す。
@param x 計算対象の数値を Integer、BigDecimal、
Float、Rationalオブジェクトのいずれかで指定します。
@param prec 計算結果の精度を指定します。
@raise ArgumentError x に Integer、BigDecimal、
Float、Rational以外の......オブジェクトを指
定した場合に発生します。
@raise ArgumentError prec に 0 以下の数値が指定された場合に発生します。
//emlist[][ruby]{
require "bigdecimal/math"
puts BigMath::exp(BigDecimal('1'), 10) #=> 0.2718281828e1
//}... -
Gem
:: Package :: TarReader :: UnexpectedEOF (15000.0) -
IO がシーク可能でない場合に発生する例外です。
IO がシーク可能でない場合に発生する例外です。 -
static void rb
_ export _ method(VALUE klass , ID name , ID noex) (12400.0) -
-
Math
. # ldexp(x , exp) -> Float (12323.0) -
実数 x に 2 の exp 乗をかけた数を返します。
...実数 x に 2 の exp 乗をかけた数を返します。
@param x 実数
@param exp 整数。小数点以下切捨て。
@raise TypeError 引数のどちらかに数値以外を指定した場合に発生します。
@raise RangeError 引数のどちらかに実数以外の数値を指定し......た場合に発生します。
//emlist[例][ruby]{
fraction, exponent = Math.frexp(1234)
Math.ldexp(fraction, exponent) # => 1234.0
//}... -
OpenSSL
:: BN # mod _ exp(other , m) -> OpenSSL :: BN (12207.0) -
(self ** other) % m を返します。
...(self ** other) % m を返します。
//emlist[][ruby]{
require 'openssl'
OpenSSL::BN.new("7").mod_exp(OpenSSL::BN.new("3"), OpenSSL::BN.new("6")) # => 1
//}
@param other 指数
@param m 剰余を取る数
@raise OpenSSL::BNError 計算時エラー... -
File
. expand _ path(path , default _ dir = & # 39; . & # 39;) -> String (12200.0) -
path を絶対パスに展開した文字列を返します。 path が相対パスであれば default_dir を基準にします。
...ath が相対パスであれば default_dir を基準にします。
先頭の ~ はホームディレクトリ(環境変数 HOME が使われます)に、
~USER はそのユーザのホームディレクトリに展開されます。
//emlist[例][ruby]{
p Dir.getwd #=> "/hom......me/matz"
p File.expand_path("..") #=> "/home/matz/work"
p File.expand_path("..", "/tmp") #=> "/"
p File.expand_path("~") #=> "/home/matz"
p File.expand_path("~foo") #=> "/home/foo"
//}
@param path パスを表す文字列を指定します。
@param default_dir path が相......対パスであれば default_dir を基準に展開されます。... -
OpenSSL
:: X509 :: V _ ERR _ CERT _ HAS _ EXPIRED -> Integer (12200.0) -
証明書が期限切れであることを意味します。
証明書が期限切れであることを意味します。
期限は証明書チェイン全体に対し確認されます。
OpenSSL::X509::Store#error や
OpenSSL::X509::StoreContext#error のエラーコードとして
使われます。
@see OpenSSL::X509::Certificate#not_after=,
OpenSSL::X509::Store#time= -
OpenSSL
:: X509 :: V _ ERR _ CRL _ HAS _ EXPIRED -> Integer (12200.0) -
CRL が期限切れであることを意味します。
CRL が期限切れであることを意味します。
OpenSSL::X509::Store#error や
OpenSSL::X509::StoreContext#error のエラーコードとして
使われます。 -
Pathname
# expand _ path(default _ dir = & # 39; . & # 39;) -> Pathname (12200.0) -
Pathname.new(File.expand_path(self.to_s, *args)) と同じです。
....new(File.expand_path(self.to_s, *args)) と同じです。
@param default_dir self が相対パスであれば default_dir を基準に展開されます。
//emlist[例][ruby]{
require "pathname"
path = Pathname("testfile")
Pathname.pwd # => #<Pathname:/path/to>
path.expand_path......# => #<Pathname:/path/to/testfile>
path.expand_path("../") # => #<Pathname:/path/testfile>
//}
@see File.expand_path...