415件ヒット
[201-300件を表示]
(0.039秒)
別のキーワード
ライブラリ
- ビルトイン (139)
-
irb
/ cmd / load (12) - json (24)
- resolv (36)
- rss (132)
-
rubygems
/ config _ file (12) -
rubygems
/ source _ index (12) -
rubygems
/ spec _ fetcher (24) - win32ole (12)
クラス
- Binding (7)
-
Encoding
:: Converter (60) -
Encoding
:: InvalidByteSequenceError (36) -
Gem
:: ConfigFile (12) -
Gem
:: SourceIndex (12) -
Gem
:: SpecFetcher (24) -
IRB
:: ExtendCommand :: Source (12) -
JSON
:: Parser (12) - Method (12)
- Module (12)
-
RDoc
:: Options (12) -
RSS
:: Maker :: ItemsBase :: ItemBase (48) -
RSS
:: TrackBackModel10 :: TrackBackAbout (24) -
RSS
:: TrackBackModel10 :: TrackBackPing (24) -
Resolv
:: DNS :: Resource :: IN :: WKS (12) -
Resolv
:: DNS :: Resource :: MINFO (24) - UnboundMethod (12)
-
WIN32OLE
_ TYPE (12)
モジュール
キーワード
- bitmap (12)
- categories (12)
-
const
_ source _ location (12) - convert (12)
-
dc
_ source (12) -
dc
_ source= (12) -
dc
_ sources (12) -
default
_ event _ sources (12) -
destination
_ encoding (12) - emailbx (12)
- enclosure (12)
- execute (12)
-
fetch
_ spec (12) - guid (12)
-
inline
_ source (12) - inspect (6)
-
load
_ specs (12) - parse (12)
-
primitive
_ convert (48) - resource (24)
- resource= (24)
- rmailbx (12)
-
source
_ encoding (12) -
source
_ encoding _ name (12) -
source
_ location (19) -
to
_ json _ raw _ object (12) -
to
_ s (6) - update (12)
-
update
_ sources (12)
検索結果
先頭5件
-
Gem
:: ConfigFile # update _ sources -> bool (6201.0) -
真の場合は Gem::SourceInfoCache を毎回更新します。 そうでない場合は、キャッシュがあればキャッシュの情報を使用します。
...真の場合は Gem::SourceInfoCache を毎回更新します。
そうでない場合は、キャッシュがあればキャッシュの情報を使用します。... -
WIN32OLE
_ TYPE # default _ event _ sources -> [WIN32OLE _ TYPE] (6125.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でインターフェイス名を指......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.name}") do |*ar... -
JSON
:: Generator :: GeneratorMethods :: String # to _ json _ raw _ object -> Hash (6107.0) -
生の文字列を格納したハッシュを生成します。
...する場合に使用してください。
require 'json'
"にほんご".encode("euc-jp").to_json_raw_object
# => {"json_class"=>"String", "raw"=>[164, 203, 164, 219, 164, 243, 164, 180]}
"にほんご".encode("euc-jp").to_json # source sequence is illegal/malformed (JSON::GeneratorError)... -
RSS
:: Maker :: ItemsBase :: ItemBase # categories (6002.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # enclosure (6002.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # guid (6002.0) -
@todo
@todo -
IRB
:: ExtendCommand :: Source # execute(file _ name) -> nil (6001.0) -
現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。
...現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。
path の内容を irb で一行ずつタイプしたかのように、irb 上で一行ずつ評価
されます。$" は更新されず、何度でも実行し直す事ができます。
@param file_name フ... -
Gem
:: SourceIndex # update(source _ uri , all) -> bool (3208.0) -
第一引数で指定された URI を使用して自身を更新します。
...第一引数で指定された URI を使用して自身を更新します。
@param source_uri 更新に使用する URI を指定します。文字列か URI::Generic のサブクラスを指定します。
@param all 偽を指定すると最新バージョンの Gem のみ取得します。真... -
Encoding
:: InvalidByteSequenceError # destination _ encoding -> Encoding (3007.0) -
エラーを発生させた変換の変換先のエンコーディングを Encoding オブジェクトで返します。
...エラーを発生させた変換の変換先のエンコーディングを Encoding
オブジェクトで返します。
@see Encoding::InvalidByteSequenceError#source_encoding,
Encoding::UndefinedConversionError#destination_encoding...