別のキーワード
ライブラリ
- ビルトイン (235)
- json (84)
- objspace (24)
- resolv (240)
-
rexml
/ document (24) -
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) - rss (60)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ config _ file (36) -
rubygems
/ dependency _ installer (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ exceptions (12) -
rubygems
/ indexer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (204) -
rubygems
/ source _ info _ cache (60) -
rubygems
/ spec _ fetcher (24) - socket (228)
- un (24)
-
win32
/ registry (12) - win32ole (24)
クラス
- Binding (7)
-
Encoding
:: Converter (108) -
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: ConfigFile (36) -
Gem
:: DependencyInstaller (12) -
Gem
:: DependencyList (12) -
Gem
:: Indexer (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (204) -
Gem
:: SourceInfoCache (60) -
Gem
:: SpecFetcher (24) -
JSON
:: Parser (36) - Method (12)
- Module (12)
- Proc (12)
-
RDoc
:: Options (12) -
REXML
:: DocType (12) -
REXML
:: Document (12) -
REXML
:: Parsers :: PullParser (12) -
REXML
:: Parsers :: SAX2Parser (12) -
REXML
:: Parsers :: StreamParser (12) -
RSS
:: RDF :: Channel :: Textinput (24) -
RSS
:: TaxonomyTopicsModel :: TaxonomyTopics (12) -
RSS
:: TrackBackModel10 :: TrackBackPing (24) - Regexp (12)
-
Resolv
:: DNS (36) -
Resolv
:: DNS :: Resource :: HINFO (24) -
Resolv
:: DNS :: Resource :: IN :: A (12) -
Resolv
:: DNS :: Resource :: IN :: AAAA (12) -
Resolv
:: DNS :: Resource :: IN :: SRV (36) -
Resolv
:: DNS :: Resource :: IN :: WKS (48) -
Resolv
:: DNS :: Resource :: MX (24) -
Resolv
:: DNS :: Resource :: SOA (24) -
RubyVM
:: InstructionSequence (24) - Socket (84)
-
Socket
:: UDPSource (48) -
WIN32OLE
_ TYPE (24)
モジュール
-
Gem
:: LocalRemoteOptions (24) - JSON (48)
- Kernel (24)
- ObjectSpace (24)
- Process (36)
-
Socket
:: Constants (84) -
Win32
:: Registry :: Constants (12)
キーワード
-
DEFAULT
_ UPDATE _ SOURCES (12) -
IP
_ ADD _ SOURCE _ MEMBERSHIP (24) -
IP
_ BLOCK _ SOURCE (24) -
IP
_ DROP _ SOURCE _ MEMBERSHIP (24) -
IP
_ MSFILTER (24) -
IP
_ UNBLOCK _ SOURCE (24) -
MCAST
_ JOIN _ SOURCE _ GROUP (24) -
MCAST
_ LEAVE _ SOURCE _ GROUP (24) -
NEWS for Ruby 2
. 7 . 0 (6) - PTR (24)
-
REG
_ FULL _ RESOURCE _ DESCRIPTOR (12) - RemoteSourceException (12)
- UDPSource (12)
- UndefinedConversionError (12)
-
add
_ source _ option (12) -
add
_ spec (12) -
add
_ specs (12) -
add
_ update _ sources _ option (12) - address (36)
-
allocation
_ sourcefile (12) -
allocation
_ sourceline (12) - bitmap (12)
-
collect
_ specs (12) - compile (12)
-
const
_ source _ location (12) - cp (12)
- cpu (12)
-
default
_ event _ sources (12) - download (12)
- dump (12)
-
each
_ resource (12) - expire (12)
-
fetch
_ spec (12) -
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) - getresource (12)
- getresources (12)
- getrlimit (12)
-
inline
_ source (12) - inspect (6)
- install (12)
-
installed
_ spec _ directories (12) - irb (12)
-
latest
_ specs (12) - load (12)
-
load
_ gems _ in (12) -
load
_ specification (12) -
load
_ specs (12) -
local
_ address (12) - new (192)
- parse (24)
- parse! (12)
-
parse
_ stream (12) - port (12)
- preference (12)
-
primitive
_ convert (48) -
primitive
_ errinfo (12) - priority (12)
- protocol (12)
- rdoc (12)
-
remote
_ address (12) -
remove
_ spec (12) - reply (12)
- resource (24)
- resource= (24)
- resources (12)
- restore (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / specification _ command (12) - search (36)
-
search
_ convpath (12) -
search
_ with _ source (12) - setrlimit (24)
-
source
_ location (19) -
source
_ ole _ types (12) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
-
sweep
_ source _ filename (12) -
to
_ s (6) -
try
_ file (12) - update (24)
-
update
_ sources (12) -
update
_ sources= (12) - 多言語化 (12)
検索結果
先頭5件
-
Regexp
# source -> String (21113.0) -
その正規表現のもととなった文字列表現を生成して返します。
...その正規表現のもととなった文字列表現を生成して返します。
//emlist[例][ruby]{
re = /foo|bar|baz/i
p re.source # => "foo|bar|baz"
//}... -
JSON
:: Parser # source -> String (21107.0) -
現在のソースのコピーを返します。
...現在のソースのコピーを返します。
//emlist[例][ruby]{
require 'json'
parser = JSON::Parser.new(DATA.read)
print parser.source
# => {
# => "Tanaka": {
# => "name":"tanaka",
# => "age":20
# => },
# => "Suzuki": {
# => "name":"suzuki",
# => "age":25
# => }
#... -
Socket
:: Constants :: IP _ DROP _ SOURCE _ MEMBERSHIP -> Integer (18301.0) -
Drop a multicast group membership。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Drop a multicast group membership。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP,
ip(4freebsd)... -
Socket
:: IP _ DROP _ SOURCE _ MEMBERSHIP -> Integer (18301.0) -
Drop a multicast group membership。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Drop a multicast group membership。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP,
ip(4freebsd)... -
WIN32OLE
_ TYPE # source _ ole _ types -> [WIN32OLE _ TYPE] (15313.0) -
型が持つソースインターフェイスを取得します。
...型が持つソースインターフェイスを取得します。
source_ole_typesメソッドは、selfがCoClass(コンポーネントクラス)の場合、
そのクラスがサポートするすべてのソースインターフェイス(イベントの通知
元となるインターフ......ーフェイスをWIN32OLE_TYPEの配列として返します。
ソースインターフェイスを持たない場合は空配列を返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'Worksheet')
tobj.source_ole_types.map {|intf| intf.name} #=> ["DocEven... -
Gem
:: LocalRemoteOptions # add _ source _ option (15217.0) -
オプション --source を追加します。
...オプション --source を追加します。... -
Gem
:: LocalRemoteOptions # add _ update _ sources _ option (15216.0) -
オプション --update-source を追加します。
...オプション --update-source を追加します。... -
Gem
:: ConfigFile # update _ sources=(update _ sources) (12400.0) -
Gem::SourceInfoCache を毎回更新するかどうか設定します。
...Gem::SourceInfoCache を毎回更新するかどうか設定します。
@param update_sources 真を指定すると毎回 Gem::SourceInfoCache を更新します。... -
Socket
:: Constants :: IP _ BLOCK _ SOURCE -> Integer (12217.0) -
Block IPv4 multicast packets with a give source address。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Block IPv4 multicast packets with a give source address。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP,
ip(4freebsd)...