864件ヒット
[1-100件を表示]
(0.017秒)
別のキーワード
ライブラリ
- ビルトイン (108)
- date (36)
- json (12)
- openssl (72)
- resolv (108)
-
rexml
/ document (72) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) - ripper (24)
-
ripper
/ filter (12) -
ripper
/ lexer (48) -
ripper
/ sexp (24) -
rubygems
/ defaults (36) -
rubygems
/ dependency _ list (12) -
rubygems
/ gem _ path _ searcher (12) -
rubygems
/ package (12) -
rubygems
/ platform (12) -
rubygems
/ source _ index (60) -
rubygems
/ source _ info _ cache (108) -
rubygems
/ source _ info _ cache _ entry (12) - socket (60)
クラス
- Class (24)
- Date (24)
- DateTime (12)
-
Encoding
:: Converter (36) -
Gem
:: DependencyList (12) -
Gem
:: GemPathSearcher (12) -
Gem
:: Platform (12) -
Gem
:: SourceIndex (60) -
Gem
:: SourceInfoCache (108) -
Gem
:: SourceInfoCacheEntry (12) - IO (24)
-
JSON
:: Parser (12) -
OpenSSL
:: Cipher :: RC2 (24) -
OpenSSL
:: Cipher :: RC4 (24) -
OpenSSL
:: Cipher :: RC5 (12) -
OpenSSL
:: PKCS12 (12) -
REXML
:: AttlistDecl (12) -
REXML
:: DocType (12) -
REXML
:: Document (24) -
REXML
:: ElementDecl (12) -
REXML
:: ExternalEntity (12) -
REXML
:: Parsers :: SAX2Parser (12) -
REXML
:: Parsers :: StreamParser (12) -
Resolv
:: DNS :: Resource :: HINFO (12) -
Resolv
:: DNS :: Resource :: IN :: A (12) -
Resolv
:: DNS :: Resource :: IN :: AAAA (12) -
Resolv
:: DNS :: Resource :: IN :: SRV (12) -
Resolv
:: DNS :: Resource :: IN :: WKS (12) -
Resolv
:: DNS :: Resource :: MINFO (12) -
Resolv
:: DNS :: Resource :: MX (12) -
Resolv
:: DNS :: Resource :: SOA (12) -
Resolv
:: DNS :: Resource :: TXT (12) - Ripper (96)
-
Ripper
:: Filter (12) -
RubyVM
:: InstructionSequence (24) - Socket (48)
-
Socket
:: UDPSource (12)
モジュール
- Gem (36)
-
Gem
:: Package (12)
キーワード
- cache (12)
-
cache
_ data (12) - commercial (24)
- compile (12)
-
copy
_ stream (24) - create (12)
-
default
_ sources (12) -
default
_ system _ source _ cache _ dir (12) -
default
_ user _ source _ cache _ dir (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
installed
_ spec _ directories (12) -
latest
_ system _ cache _ file (12) -
latest
_ user _ cache _ file (12) - lex (12)
-
load
_ specification (12) - new (408)
- pack (12)
- parse (12)
-
parse
_ stream (12) - reset (12)
- search (12)
-
search
_ convpath (12) -
search
_ with _ source (12) - sexp (12)
-
sexp
_ raw (12) - slice (12)
-
system
_ cache _ file (12) -
token
_ match (12) - tokenize (12)
-
udp
_ server _ loop (24) -
udp
_ server _ loop _ on (12) -
udp
_ server _ recv (12) -
user
_ cache _ file (12) -
valid
_ commercial? (12)
検索結果
先頭5件
- Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array - Gem
:: SourceInfoCache . search(*args) -> [Gem :: Specification] - Encoding
:: Converter . search _ convpath(source _ encoding , destination _ encoding , options) -> Array - Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList - Date
. commercial(cwyear = -4712 , cweek = 1 , cwday = 1 , start = Date :: ITALY) -> Date
-
Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array (15201.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search_with_source と引数を合わせてください。
@see Gem::SourceInfoCache#search_with_source... -
Gem
:: SourceInfoCache . search(*args) -> [Gem :: Specification] (9101.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...与えられた条件を満たす Gem::Specification のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search と引数を合わせてください。
@see Gem::SourceInfoCache#search... -
Encoding
:: Converter . search _ convpath(source _ encoding , destination _ encoding , options) -> Array (6201.0) -
引数で指定した文字エンコーディングの変換の経路を配列にして返します。
...引数で指定した文字エンコーディングの変換の経路を配列にして返します。
@param source_encoding 変換元の文字エンコーディングを Encoding オ
ブジェクトか文字列で指定します。
@param destination_encoding 変換先の......Encoding::Converter.search_convpath("ISO-8859-1", "EUC-JP")
# => [[#<Encoding:ISO-8859-1>, #<Encoding:UTF-8>],
# [#<Encoding:UTF-8>, #<Encoding:EUC-JP>]]
p Encoding::Converter.search_convpath("ISO-8859-1", "EUC-JP", universal_newline: true)
# or
p Encoding::Converter.search_convpath("ISO-8859-1......,
# [#<Encoding:UTF-8>, #<Encoding:EUC-JP>],
# "universal_newline"]
p Encoding::Converter.search_convpath("ISO-8859-1", "UTF-32BE", universal_newline: true)
# or
p Encoding::Converter.search_convpath("ISO-8859-1", "UTF-32BE", newline: :universal)
# => [[#<Encoding:ISO-8859-1>, #<Encoding:UT... -
Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList (6201.0) -
与えられた Gem::SourceIndex のインスタンスから自身を作成します。
...与えられた Gem::SourceIndex のインスタンスから自身を作成します。
@param src_index Gem::SourceIndex を指定します。
@see Gem::SourceIndex... -
Date
. commercial(cwyear = -4712 , cweek = 1 , cwday = 1 , start = Date :: ITALY) -> Date (6101.0) -
暦週日付に相当する日付オブジェクトを生成します。
暦週日付に相当する日付オブジェクトを生成します。
週、および週の日 (曜日) は負、
または正の数でなければなりません(負のときは最後からの序数)。
零であってはなりません。
このメソッドに改暦前の日付を与えることはできません。
Date.jd、および Date.new も参照してください。
@param cwyear 年
@param cweek 週
@param cwday 週の日 (曜日)
@param start グレゴリオ暦をつかい始めた日をあらわすユリウス日
@raise ArgumentError 正しくない日付になる組み合わせである場合に発生します。暦週日付に相当する日付オブジェクトを生成します。
週、および週の日 (曜日) は負、
または正の数でなければなりません(負のときは最後からの序数)。
零であってはなりません。
このメソッドに改暦前の日付を与えることはできません。
Date.jd、および Date.new も参照してください。
@param cwyear 年
@param cweek 週
@param cwday 週の日 (曜日)
@param start グレゴリオ暦をつかい始めた日をあらわすユリウス日
@raise Date::Error 正しくない日付になる組み合わせである場合に発生します。 -
Date
. valid _ commercial?(cwyear , cweek , cwday , start = Date :: GREGORIAN) -> bool (6101.0) -
正しい暦週日付であれば真、そうでないなら偽を返します。
...正しい暦週日付であれば真、そうでないなら偽を返します。
Date.jd、および Date.commercial も参照してください。
@param cwyear 年
@param cweek 週
@param cwday 週の日 (曜日)
@param start グレゴリオ暦をつかい始めた日をあらわすユリウス... -
DateTime
. commercial(cwyear = -4712 , cweek = 1 , cwday = 1 , hour = 0 , min = 0 , sec = 0 , offset = 0 , start = Date :: ITALY) -> DateTime (6101.0) -
暦週日付に相当する日時オブジェクトを生成します。
暦週日付に相当する日時オブジェクトを生成します。
DateTime.new も参照してください。
@param cwyear 年
@param cweek 週
@param cwday 週の日 (曜日)
@param hour 時
@param min 分
@param sec 秒
@param offset 時差
@param start グレゴリオ暦をつかい始めた日をあらわすユリウス日
@raise ArgumentError 正しくない日時 -
Gem
. default _ sources -> [String] (6101.0) -
デフォルトのパッケージ情報取得先のリストを返します。
デフォルトのパッケージ情報取得先のリストを返します。 -
Gem
. default _ system _ source _ cache _ dir -> String (6101.0) -
デフォルトのシステム全体のソースキャッシュファイルのパスを返します。
デフォルトのシステム全体のソースキャッシュファイルのパスを返します。