1327件ヒット
[1-100件を表示]
(0.060秒)
別のキーワード
ライブラリ
- ビルトイン (235)
- json (24)
- rake (24)
- resolv (252)
- rss (120)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ config _ file (24) -
rubygems
/ dependency _ installer (12) -
rubygems
/ indexer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (252) -
rubygems
/ source _ info _ cache (252) -
rubygems
/ source _ info _ cache _ entry (36) -
rubygems
/ spec _ fetcher (24) - socket (12)
クラス
- Binding (7)
-
Encoding
:: Converter (84) -
Encoding
:: InvalidByteSequenceError (36) -
Encoding
:: UndefinedConversionError (36) -
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: ConfigFile (24) -
Gem
:: DependencyInstaller (12) -
Gem
:: Indexer (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (252) -
Gem
:: SourceInfoCache (252) -
Gem
:: SourceInfoCacheEntry (36) -
Gem
:: SpecFetcher (24) -
JSON
:: Parser (12) - Method (24)
- Module (12)
- Proc (12)
-
RSS
:: ImageItemModel :: ImageItem (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (48) -
RSS
:: RDF :: Channel :: Image (24) -
RSS
:: TrackBackModel10 :: TrackBackPing (24) -
Rake
:: Task (12) - Regexp (12)
-
Resolv
:: DNS (24) -
Resolv
:: DNS :: Resource :: HINFO (24) -
Resolv
:: DNS :: Resource :: IN :: SRV (48) -
Resolv
:: DNS :: Resource :: IN :: WKS (24) -
Resolv
:: DNS :: Resource :: MINFO (24) -
Resolv
:: DNS :: Resource :: MX (24) -
Resolv
:: DNS :: Resource :: SOA (60) -
Resolv
:: DNS :: Resource :: TXT (24) -
Socket
:: UDPSource (12) - UnboundMethod (12)
モジュール
キーワード
-
add
_ source _ option (12) -
add
_ spec (12) -
add
_ specs (12) -
add
_ update _ sources _ option (12) - bitmap (12)
-
cache
_ data (12) -
cache
_ file (12) - categories (12)
-
collect
_ specs (12) -
const
_ source _ location (12) - convert (12)
- cpu (12)
- data (12)
-
destination
_ encoding (24) - download (12)
- dump (12)
- each (24)
- emailbx (12)
- enclosure (12)
- exchange (12)
- expire (12)
-
fetch
_ spec (12) -
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) - flush (12)
-
gem
_ signature (12) - getresource (12)
- getresources (12)
- guid (12)
-
index
_ signature (12) - inspect (6)
-
latest
_ cache _ data (12) -
latest
_ cache _ file (12) -
latest
_ specs (12) -
latest
_ system _ cache _ file (12) -
latest
_ user _ cache _ file (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specs (12) - minimum (12)
- os (12)
- outdated (12)
- port (12)
- preference (12)
-
primitive
_ convert (48) -
primitive
_ errinfo (12) - priority (12)
- protocol (12)
-
read
_ all _ cache _ data (12) -
read
_ cache _ data (12) - refresh (36)
- refresh! (12)
-
remove
_ spec (12) - reply (12)
-
reset
_ cache _ data (12) -
reset
_ cache _ file (12) -
reset
_ cache _ for (12) - resource (36)
- resource= (36)
- retry (12)
- rmailbx (12)
- rule (12)
- search (24)
-
search
_ with _ source (12) - serial (12)
-
set
_ cache _ data (12) - size (36)
-
source
_ encoding (36) -
source
_ encoding _ name (24) -
source
_ index (12) -
source
_ location (43) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- strings (12)
-
system
_ cache _ file (12) - target (12)
-
to
_ json _ raw _ object (12) -
to
_ s (6) -
try
_ file (12) - update (24)
-
update
_ sources (12) -
update
_ sources= (12) -
user
_ cache _ file (12) - weight (12)
-
write
_ cache (12)
検索結果
先頭5件
-
Regexp
# source -> String (21208.0) -
その正規表現のもととなった文字列表現を生成して返します。
...その正規表現のもととなった文字列表現を生成して返します。
//emlist[例][ruby]{
re = /foo|bar|baz/i
p re.source # => "foo|bar|baz"
//}... -
JSON
:: Parser # source -> String (18208.0) -
現在のソースのコピーを返します。
...print parser.source
# => {
# => "Tanaka": {
# => "name":"tanaka",
# => "age":20
# => },
# => "Suzuki": {
# => "name":"suzuki",
# => "age":25
# => }
# => }
__END__
{
"Tanaka": {
"name":"tanaka",
"age":20
},
"Suzuki": {
"name":"suzuki",
"age":25
}
}
/... -
Rake
:: Task # source -> String (18202.0) -
Rake::Task#sources の最初の要素を返します。
...Rake::Task#sources の最初の要素を返します。... -
RSS
:: Maker :: ItemsBase :: ItemBase # source (18102.0) -
@todo
@todo -
Gem
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array (15201.0) -
与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
...ッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先に......きます。
@param dep Gem::Dependency のインスタンスを指定します。... -
Encoding
:: Converter # source _ encoding -> Encoding (12308.0) -
変換元のエンコーディングを返します。
...変換元のエンコーディングを返します。
@return 変換元のエンコーディング
//emlist[][ruby]{
ec = Encoding::Converter.new("utf-8", "euc-jp")
ec.source_encoding #=> #<Encoding:UTF-8>
//}... -
Encoding
:: InvalidByteSequenceError # source _ encoding -> Encoding (12308.0) -
エラーを発生させた変換の変換元のエンコーディングを Encoding オブジェクトで返します。
...エラーを発生させた変換の変換元のエンコーディングを Encoding
オブジェクトで返します。
@see Encoding::InvalidByteSequenceError#destination_encoding,
Encoding::UndefinedConversionError#source_encoding... -
Encoding
:: UndefinedConversionError # source _ encoding -> Encoding (12302.0) -
エラーを発生させた変換の変換元のエンコーディングを Encoding オブジェクトで返します。
...ーディングを Encoding
オブジェクトで返します。
変換が多段階になされる場合は元の文字列のものではない
エンコーディングが返される場合があることに注意してください。
@see Encoding::UndefinedConversionError#destination_encoding... -
Gem
:: SourceInfoCacheEntry # source _ index -> Gem :: SourceIndex (12302.0) -
このキャッシュエントリに対するソースインデックスです。
このキャッシュエントリに対するソースインデックスです。