276件ヒット
[1-100件を表示]
(0.015秒)
種類
- インスタンスメソッド (144)
- ライブラリ (96)
- 特異メソッド (12)
- クラス (12)
- 定数 (12)
ライブラリ
- rake (36)
- resolv (12)
- rss (36)
-
rubygems
/ commands / sources _ command (12) -
rubygems
/ config _ file (36) -
rubygems
/ defaults (12) -
rubygems
/ dependency _ installer (12) - win32ole (12)
クラス
-
Gem
:: ConfigFile (36) -
Gem
:: DependencyInstaller (12) -
RSS
:: RDF :: Channel :: Items (12) -
RSS
:: TaxonomyTopicsModel :: TaxonomyTopics (12) -
Rake
:: Task (36) -
Resolv
:: DNS (12) -
WIN32OLE
_ TYPE (12)
モジュール
- DublinCoreModel (12)
- Gem (12)
-
Gem
:: LocalRemoteOptions (12)
キーワード
-
DEFAULT
_ UPDATE _ SOURCES (12) - SourcesCommand (12)
-
add
_ update _ sources _ option (12) -
dc
_ sources (12) -
default
_ event _ sources (12) -
default
_ sources (12) -
find
_ gems _ with _ sources (12) - getresources (12)
- resources (24)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) - sources= (12)
-
update
_ sources (12) -
update
_ sources= (12)
検索結果
先頭5件
-
Rake
:: Task # sources -> Array (24201.0) -
自身が依存するファイルのリストを返します。
自身が依存するファイルのリストを返します。 -
Rake
:: Task # source -> String (18117.0) -
Rake::Task#sources の最初の要素を返します。
...Rake::Task#sources の最初の要素を返します。... -
Gem
:: ConfigFile # update _ sources=(update _ sources) (12408.0) -
Gem::SourceInfoCache を毎回更新するかどうか設定します。
...Gem::SourceInfoCache を毎回更新するかどうか設定します。
@param update_sources 真を指定すると毎回 Gem::SourceInfoCache を更新します。... -
Rake
:: Task # sources=(sources) (12408.0) -
自身が依存するファイルのリストをセットします。
...自身が依存するファイルのリストをセットします。
@param sources 自身が依存するファイルのリストを指定します。... -
Resolv
:: DNS # getresources(name , typeclass) -> [Resolv :: DNS :: Resource] (12300.0) -
nameに対応するDNSリソースレコードを取得します。 見つかったリソース全てを配列にして返します。
...S::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:......esolv::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 以... -
WIN32OLE
_ TYPE # default _ event _ sources -> [WIN32OLE _ TYPE] (12231.0) -
型が持つソースインターフェイスを取得します。
...型が持つソースインターフェイスを取得します。
default_event_sourcesメソッドは、selfがCoClass(コンポーネントクラス)
の場合、そのクラスがサポートするデフォルトのソースインターフェイス(イ
ベントの通知元となるイン......ない場合は空配列を返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'Worksheet')
tobj.default_event_sources.map {|intf| intf.name} #=> ["DocEvents"]
WIN32OLE_EVENT.newでインターフェイス名を指定しない場合は、ここで
返されたイ......osoft Internet Controls', 'InternetExplorer')
ctl = WIN32OLE.new(type.progid)
source = type.default_event_sources[0]
class WebEvent
def initialize
@completed = false
end
attr_reader :completed
end
source.ole_methods.each do |m|
WebEvent.module_eval do
define_method("on#{m.... -
Gem
:: LocalRemoteOptions # add _ update _ sources _ option (12217.0) -
オプション --update-source を追加します。
...オプション --update-source を追加します。... -
Gem
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array (12207.0) -
与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
...る Gem::Specification のインスタンスと URI のペアのリストを
返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先にきます... -
DublinCoreModel
# dc _ sources (12201.0) -
@todo
@todo