840件ヒット
[1-100件を表示]
(0.170秒)
ライブラリ
- ビルトイン (192)
-
irb
/ cmd / load (12) - json (12)
- rake (24)
- resolv (36)
- rss (288)
-
rubygems
/ config _ file (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (72) -
rubygems
/ source _ info _ cache (84) -
rubygems
/ source _ info _ cache _ entry (12) -
rubygems
/ spec _ fetcher (24) - socket (12)
- un (12)
- win32ole (24)
クラス
-
Encoding
:: Converter (84) -
Encoding
:: InvalidByteSequenceError (36) -
Encoding
:: UndefinedConversionError (12) -
Gem
:: ConfigFile (12) -
Gem
:: DependencyInstaller (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (72) -
Gem
:: SourceInfoCache (84) -
Gem
:: SourceInfoCacheEntry (12) -
Gem
:: SpecFetcher (24) -
IRB
:: ExtendCommand :: Source (12) -
JSON
:: Parser (12) - Method (24)
- Module (12)
- Proc (12)
-
RSS
:: ImageItemModel :: ImageItem (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (48) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Source (48) -
RSS
:: RDF :: Channel :: Items (12) -
RSS
:: RDF :: Channel :: Textinput (24) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: Rss :: Channel :: Item :: Source (48) -
RSS
:: TaxonomyTopicsModel :: TaxonomyTopics (12) -
RSS
:: TrackBackModel10 :: TrackBackAbout (24) -
RSS
:: TrackBackModel10 :: TrackBackPing (24) -
Rake
:: Task (12) -
Resolv
:: DNS (36) -
Socket
:: UDPSource (12) - UnboundMethod (12)
-
WIN32OLE
_ TYPE (24)
モジュール
- Kernel (24)
キーワード
-
add
_ spec (12) - categories (12)
-
const
_ source _ location (12) - content (24)
- content= (24)
- convert (12)
-
default
_ event _ sources (12) -
destination
_ encoding (24) - download (12)
-
each
_ resource (12) - enclosure (12)
- execute (12)
-
fetch
_ spec (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) -
gem
_ signature (12) - getresource (12)
- getresources (12)
- guid (12)
- inspect (6)
- install (12)
-
latest
_ cache _ file (12) -
load
_ specs (12) - parse (12)
-
primitive
_ convert (48) -
primitive
_ errinfo (12) -
read
_ cache _ data (12) - refresh (12)
- reply (12)
-
reset
_ cache _ for (12) - resource (48)
- resource= (48)
- resources (24)
- rule (12)
- search (24)
-
search
_ with _ source (12) -
set
_ cache _ data (12) - source= (12)
-
source
_ encoding (24) -
source
_ encoding _ name (12) -
source
_ location (36) -
source
_ ole _ types (12) - sources= (12)
- specification (12)
-
to
_ s (6) -
try
_ file (12) - update (12)
-
update
_ sources= (12) - url (24)
- url= (24)
検索結果
先頭5件
-
RSS
:: Maker :: ItemsBase :: ItemBase # source (24118.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel :: Item # source (21119.0) -
@todo
...@todo... -
WIN32OLE
_ TYPE # default _ event _ sources -> [WIN32OLE _ TYPE] (15337.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] (15320.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 (15226.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...ication と URL のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param only_platform 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。
@par......am all 真を指定するとキャッシュを更新してから検索を実行します。
@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。... -
RSS
:: Maker :: RSS20 :: Items :: Item :: Source # content (15117.0) -
@todo
...@todo... -
RSS
:: Maker :: RSS20 :: Items :: Item :: Source # content=() (15117.0) -
@todo
...@todo... -
Gem
:: ConfigFile # update _ sources=(update _ sources) (12407.0) -
Gem::SourceInfoCache を毎回更新するかどうか設定します。
...Gem::SourceInfoCache を毎回更新するかどうか設定します。
@param update_sources 真を指定すると毎回 Gem::SourceInfoCache を更新します。... -
Resolv
:: DNS # getresource(name , typeclass) -> Resolv :: DNS :: Resource (12319.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 レコード...