1358件ヒット
[1-100件を表示]
(0.105秒)
ライブラリ
- ビルトイン (415)
- bigdecimal (72)
-
cgi
/ core (12) -
cgi
/ html (36) - csv (6)
- date (4)
- drb (24)
-
drb
/ timeridconv (12) - fiddle (48)
- ipaddr (8)
-
irb
/ context (132) -
irb
/ ext / save-history (72) -
irb
/ output-method (12) -
minitest
/ spec (1) - mkmf (24)
-
net
/ imap (36) - openssl (36)
-
rdoc
/ rdoc (12) - resolv (24)
-
rexml
/ document (84) -
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / ultralightparser (12) -
rexml
/ sax2listener (24) -
rinda
/ tuplespace (48) - rss (48)
-
rubygems
/ package / tar _ header (12) -
rubygems
/ source _ info _ cache _ entry (12) - scanf (36)
- socket (60)
- weakref (24)
クラス
-
ARGF
. class (96) - BasicObject (36)
- BigDecimal (72)
- Binding (7)
-
CSV
:: Row (6) -
DRb
:: DRbIdConv (12) -
DRb
:: DRbObject (12) -
DRb
:: TimerIdConv (12) - Data (6)
- Date (2)
- DateTime (2)
-
Fiddle
:: Pointer (48) -
Gem
:: Package :: TarHeader (12) -
Gem
:: SourceInfoCacheEntry (12) - IO (12)
- IPAddr (8)
-
IRB
:: Context (180) -
IRB
:: OutputMethod (12) - MatchData (6)
- Module (133)
-
Net
:: IMAP (36) - Object (36)
-
OpenSSL
:: SSL :: SSLSocket (12) -
OpenSSL
:: X509 :: Store (12) -
OpenSSL
:: X509 :: StoreContext (12) -
RDoc
:: RDoc (12) -
REXML
:: Attribute (12) -
REXML
:: Attributes (12) -
REXML
:: Element (36) -
REXML
:: Entity (12) -
REXML
:: Parsers :: PullEvent (12) -
REXML
:: Parsers :: UltraLightParser (12) -
RSS
:: Maker :: XMLStyleSheets :: XMLStyleSheet (24) -
RSS
:: XMLStyleSheet (24) - Refinement (4)
-
Resolv
:: DNS :: Resource :: MX (12) -
Resolv
:: DNS :: Resource :: SOA (12) -
Rinda
:: TupleSpace (48) - Socket (24)
- String (36)
- Struct (24)
- Symbol (18)
- Thread (24)
- Time (2)
- UDPSocket (36)
- WeakRef (24)
モジュール
-
CGI
:: HtmlExtension (36) -
CGI
:: QueryExtension (12) -
IRB
:: HistorySavingAbility (24) - Kernel (36)
-
REXML
:: Namespace (12) -
REXML
:: SAX2Listener (24)
キーワード
- * (12)
- + (12)
- +@ (12)
- - (12)
- -@ (12)
-
/ (12) - === (12)
-
_ _ drbref (12) -
_ _ getobj _ _ (12) -
_ _ setobj _ _ (12) - a (24)
-
abort
_ on _ exception (12) -
abort
_ on _ exception= (12) -
add
_ namespace (12) -
alias
_ method (12) - base (12)
- bind (12)
- captures (2)
- connect (12)
-
create
_ makefile (12) - deconstruct (14)
-
deconstruct
_ keys (20) -
delete
_ prefix (8) -
delete
_ prefix! (8) -
deprecate
_ constant (12) - div (12)
- document (12)
-
end
_ prefix _ mapping (12) - error (24)
-
event
_ type (12) -
history
_ file (12) -
history
_ file= (12) - href (24)
- href= (24)
-
import
_ methods (4) -
infect
_ with _ assertions (1) -
inplace
_ mode (12) -
inplace
_ mode= (12) -
inspect
_ mode= (12) -
install
_ files (12) -
instance
_ eval (24) - list (12)
-
load
_ history (12) - lsub (12)
- namespace (12)
- notify (12)
- parse (12)
- ppx (12)
- preference (12)
- prefix (44)
- prefixes (24)
- print (12)
- printf (12)
- private (48)
-
prompt
_ c (12) -
prompt
_ c= (12) -
prompt
_ i (12) -
prompt
_ i= (12) -
prompt
_ mode (12) -
prompt
_ mode= (12) -
prompt
_ n (12) -
prompt
_ n= (12) -
prompt
_ s (12) -
prompt
_ s= (12) - protected (48)
- ptr (12)
- public (12)
- putc (12)
- puts (12)
- quo (12)
- read (12)
-
read
_ all (12) - referer (12)
- refresh (24)
-
save
_ history (24) -
save
_ history= (12) - scanf (36)
- send (60)
-
singleton
_ method _ undefined (12) -
source
_ location (7) -
start
_ prefix _ mapping (12) -
start
_ with? (14) - take (12)
-
to
_ a (6) -
to
_ obj (24) -
to
_ proc (12) -
to
_ write _ io (12) - values (6)
-
verify
_ result (12) - write (12)
- xlist (12)
検索結果
先頭5件
-
REXML
:: Entity # ref -> String | nil (21202.0) -
外部実体(external entity)宣言の URI を返します。
...外部実体(external entity)宣言の URI を返します。
内部実体宣言の場合は nil を返します。... -
Fiddle
:: Pointer # ref -> Fiddle :: Pointer (18208.0) -
自身を指す Pointer オブジェクトを返します。 C 言語におけるポインタへのアドレス演算子の適用 &p と同じです。
...nter オブジェクトを返します。
C 言語におけるポインタへのアドレス演算子の適用 &p と同じです。
この返り値には、free 関数がセットされず、size は 0 とされます。
例:
require 'fiddle'
s = 'abc'
cptr = Fiddle::Pointer[s]
cref = cptr.......ref
p cref.to_s(4).unpack('l*')[0] #=> 136121648
p cptr.to_i #=> 136121648
p cref.ptr.to_s #=> "abc"... -
REXML
:: SAX2Listener # start _ prefix _ mapping(prefix , uri) -> () (12301.0) -
名前空間の接頭辞(prefix)が導入されたときに呼び出される コールバックメソッドです。
...の接頭辞(prefix)が導入されたときに呼び出される
コールバックメソッドです。
以下のようなXMLを処理
<a xmlns:foo="http://foo.example.org/">
<foo:b />
</a>
すると
start_prefix_mapping("foo", "http://foo.example.org/")
start_element(nil, "a", "a", {......"xmlns:foo" => "http://foo.example.org/"})
:
end_element(nil, "a", "a")
end_prefix_mapping("foo")
の順で呼びだされます。つまり名前空間を導入した要素の start_element の前に
start_prefix_mapping が呼びだされます。
@param prefix 接頭辞の文字列が渡... -
String
# delete _ prefix!(prefix) -> self | nil (12301.0) -
self の先頭から破壊的に prefix を削除します。
...prefix を削除します。
@param prefix 先頭から削除する文字列を指定します。
@return 削除した場合は self、変化しなかった場合は nil
//emlist[][ruby]{
"hello".delete_prefix!("hel") # => "lo"
"hello".delete_prefix!("llo") # => nil
//}
@see String#delete_prefi......x
@see String#delete_suffix!
@see String#start_with?... -
String
# delete _ prefix(prefix) -> String (12301.0) -
文字列の先頭から prefix を削除した文字列のコピーを返します。
...ら prefix を削除した文字列のコピーを返します。
@param prefix 先頭から削除する文字列を指定します。
@return 文字列の先頭から prefix を削除した文字列のコピー
//emlist[][ruby]{
"hello".delete_prefix("hel") # => "lo"
"hello".delete_prefix("llo")......# => "hello"
//}
@see String#delete_prefix!
@see String#delete_suffix
@see String#start_with?... -
Module
# protected() -> nil (12207.0) -
メソッドを protected に設定します。
...ッドを protected に設定します。
引数なしのときは今後このクラスまたはモジュール定義内で新規に定義さ
れるメソッドを protected に設定します。
引数が与えられた時には引数によって指定されたメソッドを protected
に設定......it を参照して下さい。
@param name 0 個以上の String または Symbol を指定します。
@param names 0 個以上の String または Symbol を Array で指定します。
@raise NameError 存在しないメソッド名を指定した場合に発生します。
@see Module#prote......cted_method_defined?... -
Module
# protected(*name) -> Array (12207.0) -
メソッドを protected に設定します。
...ッドを protected に設定します。
引数なしのときは今後このクラスまたはモジュール定義内で新規に定義さ
れるメソッドを protected に設定します。
引数が与えられた時には引数によって指定されたメソッドを protected
に設定......it を参照して下さい。
@param name 0 個以上の String または Symbol を指定します。
@param names 0 個以上の String または Symbol を Array で指定します。
@raise NameError 存在しないメソッド名を指定した場合に発生します。
@see Module#prote......cted_method_defined?... -
Module
# protected(name) -> String | Symbol (12207.0) -
メソッドを protected に設定します。
...ッドを protected に設定します。
引数なしのときは今後このクラスまたはモジュール定義内で新規に定義さ
れるメソッドを protected に設定します。
引数が与えられた時には引数によって指定されたメソッドを protected
に設定......it を参照して下さい。
@param name 0 個以上の String または Symbol を指定します。
@param names 0 個以上の String または Symbol を Array で指定します。
@raise NameError 存在しないメソッド名を指定した場合に発生します。
@see Module#prote......cted_method_defined?... -
Module
# protected(names) -> Array (12207.0) -
メソッドを protected に設定します。
...ッドを protected に設定します。
引数なしのときは今後このクラスまたはモジュール定義内で新規に定義さ
れるメソッドを protected に設定します。
引数が与えられた時には引数によって指定されたメソッドを protected
に設定......it を参照して下さい。
@param name 0 個以上の String または Symbol を指定します。
@param names 0 個以上の String または Symbol を Array で指定します。
@raise NameError 存在しないメソッド名を指定した場合に発生します。
@see Module#prote......cted_method_defined?...