るりまサーチ

最速Rubyリファレンスマニュアル検索!
144件ヒット [101-144件を表示] (0.013秒)
トップページ > クエリ:source=[x]

別のキーワード

  1. rss source
  2. _builtin source_location
  3. socket ip_block_source
  4. _builtin source_encoding
  5. socket ip_unblock_source

検索結果

<< < 1 2 >>

WIN32OLE_TYPE#default_event_sources -> [WIN32OLE_TYPE] (6.0)

型が持つソースインターフェイスを取得します。

...oding : cp932
require 'win32ole'

type = WIN32OLE_TYPE.new('Microsoft 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_method...

DublinCoreModel#dc_source (1.0)

@todo

@todo

REXML::Document.new(source = nil, context = {}) -> REXML::Document (1.0)

Document オブジェクトを生成します。

Document オブジェクトを生成します。

source には String、IO、REXML::Document のいずかが
指定できます。 REXML::Document を指定すると
コンテキストと要素、属性が複製されます。
文字列の場合はそれを XML と見なしてパースします。
IOの場合は、XML文書を読み出してパースします。

context で「コンテキスト」を指定します。テキストノードの空白や
特殊文字の取り扱いを Hash で指定します。
以下の Symbol をハッシュのキーとして使います。

: :respect_whitespace
空白を考慮して欲しい要素の名...

RSS::Rss::Channel::Item#source (1.0)

@todo

@todo
<< < 1 2 >>