1159件ヒット
[1-100件を表示]
(0.162秒)
ライブラリ
- ビルトイン (211)
-
irb
/ cmd / load (12) - json (36)
- rake (36)
- resolv (252)
-
rubygems
/ config _ file (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ indexer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (180) -
rubygems
/ source _ info _ cache (228) -
rubygems
/ source _ info _ cache _ entry (36) -
rubygems
/ spec _ fetcher (24) - socket (36)
- un (12)
- win32ole (24)
クラス
- Binding (7)
-
Encoding
:: Converter (84) -
Encoding
:: InvalidByteSequenceError (36) -
Encoding
:: UndefinedConversionError (12) -
Gem
:: ConfigFile (12) -
Gem
:: DependencyInstaller (12) -
Gem
:: Indexer (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (180) -
Gem
:: SourceInfoCache (228) -
Gem
:: SourceInfoCacheEntry (36) -
Gem
:: SpecFetcher (24) -
IRB
:: ExtendCommand :: Source (12) -
JSON
:: Parser (24) - Method (24)
- Module (12)
- Proc (12)
-
RDoc
:: Options (12) -
Rake
:: Task (24) - Regexp (12)
-
Resolv
:: DNS (36) -
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 (12) -
Resolv
:: DNS :: Resource :: SOA (60) -
Resolv
:: DNS :: Resource :: TXT (24) -
Socket
:: UDPSource (36) - UnboundMethod (12)
-
WIN32OLE
_ TYPE (24)
モジュール
キーワード
-
add
_ spec (12) -
add
_ update _ sources _ option (12) - bitmap (12)
-
cache
_ data (12) -
cache
_ file (12) -
collect
_ specs (12) -
const
_ source _ location (12) - convert (12)
- cpu (12)
- data (12)
-
default
_ event _ sources (12) -
destination
_ encoding (24) - download (12)
- each (12)
-
each
_ resource (12) - emailbx (12)
- execute (12)
- expire (12)
-
fetch
_ spec (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) -
gem
_ signature (12) - getresource (12)
- getresources (12)
-
index
_ signature (12) -
inline
_ source (12) - inspect (6)
- install (12)
-
latest
_ cache _ data (12) -
latest
_ cache _ file (12) -
latest
_ specs (12) -
latest
_ system _ cache _ file (12) -
latest
_ user _ cache _ file (12) - length (12)
-
load
_ specs (12) -
local
_ address (12) - minimum (12)
- os (12)
- outdated (12)
- parse (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 (24)
-
remote
_ address (12) -
remove
_ spec (12) - reply (12)
-
reset
_ cache _ data (12) -
reset
_ cache _ file (12) -
reset
_ cache _ for (12) - retry (12)
- rmailbx (12)
- rule (12)
- search (24)
-
search
_ with _ source (12) - serial (12)
-
set
_ cache _ data (12) - size (36)
-
source
_ encoding (24) -
source
_ encoding _ name (12) -
source
_ index (12) -
source
_ location (43) -
source
_ ole _ types (12) - sources (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) -
user
_ cache _ file (12) - weight (12)
-
write
_ cache (12)
検索結果
先頭5件
-
Rake
:: Task # source -> String (21302.0) -
Rake::Task#sources の最初の要素を返します。
...Rake::Task#sources の最初の要素を返します。... -
JSON
:: Parser # source -> String (18308.0) -
現在のソースのコピーを返します。
...//emlist[例][ruby]{
require 'json'
parser = JSON::Parser.new(DATA.read)
print parser.source
# => {
# => "Tanaka": {
# => "name":"tanaka",
# => "age":20
# => },
# => "Suzuki": {
# => "name":"suzuki",
# => "age":25
# => }
# => }
__END__
{
"Tanaka": {
"name":"tanaka",... -
Regexp
# source -> String (18308.0) -
その正規表現のもととなった文字列表現を生成して返します。
...その正規表現のもととなった文字列表現を生成して返します。
//emlist[例][ruby]{
re = /foo|bar|baz/i
p re.source # => "foo|bar|baz"
//}... -
WIN32OLE
_ TYPE # default _ event _ sources -> [WIN32OLE _ TYPE] (15707.0) -
型が持つソースインターフェイスを取得します。
...す。
default_event_sourcesメソッドは、selfがCoClass(コンポーネントクラス)
の場合、そのクラスがサポートするデフォルトのソースインターフェイス(イ
ベントの通知元となるインターフェイス)を返します。
@return デフォ......TYPEの配列と
して返します。返すのは配列ですが、デフォルトのソースインターフェ
イスは最大でも1インターフェイスです。ソースインターフェイスを持
たない場合は空配列を返します。
tobj = WIN32OLE_T......YPE.new('Microsoft Excel 14.0 Object Library', 'Worksheet')
tobj.default_event_sources.map {|intf| intf.name} #=> ["DocEvents"]
WIN32OLE_EVENT.newでインターフェイス名を指定しない場合は、ここで
返されたインターフェイスが選択されます。
次のサンプル... -
WIN32OLE
_ TYPE # source _ ole _ types -> [WIN32OLE _ TYPE] (15414.0) -
型が持つソースインターフェイスを取得します。
...得します。
source_ole_typesメソッドは、selfがCoClass(コンポーネントクラス)の場合、
そのクラスがサポートするすべてのソースインターフェイス(イベントの通知
元となるインターフェイス)を返します。
ActiveXコントロ......ベント(WIN32OLE_EVENT)をサポートし
ているコンポーネントクラスの場合は、このメソッドの呼び出しによりイベン
トインターフェイスを調べることが可能です。
@return ソースインターフェイスをWIN32OLE_TYPEの配列として返し......ます。
ソースインターフェイスを持たない場合は空配列を返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'Worksheet')
tobj.source_ole_types.map {|intf| intf.name} #=> ["DocEvents"]... -
Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array (15302.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param only_platform 真を指定するとプラットフォームが一致するもののみを返......します。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。... -
Gem
:: SourceInfoCache # latest _ system _ cache _ file -> String (15301.0) -
最新のシステムキャッシュのファイル名を返します。
最新のシステムキャッシュのファイル名を返します。 -
Gem
:: LocalRemoteOptions # add _ update _ sources _ option (15233.0) -
オプション --update-source を追加します。
...オプション --update-source を追加します。... -
Resolv
:: DNS # getresource(name , typeclass) -> Resolv :: DNS :: Resource (12401.0) -
nameに対応するDNSリソースレコードを取得します。 最初に見つかったリソースを返します。
...す。
typeclass は以下のいずれかです。
* Resolv::DNS::Resource::IN::ANY
* Resolv::DNS::Resource::IN::NS
* Resolv::DNS::Resource::IN::CNAME
* Resolv::DNS::Resource::IN::SOA
* Resolv::DNS::Resource::IN::HINFO
* Resolv::DNS::Resource::IN::MINFO
* Resolv::DNS::Resource::IN::MX......* Resolv::DNS::Resource::IN::TXT
* Resolv::DNS::Resource::IN::A
* Resolv::DNS::Resource::IN::WKS
* Resolv::DNS::Resource::IN::PTR
* Resolv::DNS::Resource::IN::AAAA
* Resolv::DNS::Resource::IN::SRV
ルックアップ結果は Resolv::DNS::Resource (のサブクラス)のインスタ......スとなります。
typeclass に Resolv::DNS::Resource::IN::ANY 以外を指定した場合には
そのクラスのインスタンスを返します。
@param name ルックアップ対象となる名前を Resolv::DNS::Name または String で指定します。
@param typeclass レコード...