るりまサーチ

最速Rubyリファレンスマニュアル検索!
21861件ヒット [101-200件を表示] (0.071秒)

別のキーワード

  1. constants lock_ex
  2. _builtin lock_ex
  3. sync ex
  4. sync_m ex
  5. sync sync_ex_count

ライブラリ

クラス

オブジェクト

キーワード

検索結果

<< < 1 2 3 4 ... > >>

Resolv::IPv6::Regex_CompressedHex4Dec -> Regexp (12300.0)

IPv6の各文字列表記とマッチする正規表現です。順に * a:b:c:d:e:f:w.x.y.z * a:b:c:d:e:f:g:h * a::b * a::b:w.x.y.z という文字列とマッチします。

IPv6の各文字列表記とマッチする正規表現です。順に
* a:b:c:d:e:f:w.x.y.z
* a:b:c:d:e:f:g:h
* a::b
* a::b:w.x.y.z
という文字列とマッチします。

Thread::MUTEX_FOR_THREAD_EXCLUSIVE -> Mutex (12300.0)

Thread.exclusive用のMutexオブジェクトです。 (private constant です。)

...Thread.exclusive用のMutexオブジェクトです。...
...Thread.exclusive用のMutexオブジェクトです。
(private constant です。)...

Shell::ProcessController::USING_AT_EXIT_WHEN_PROCESS_EXIT -> true (12200.0)

@todo

@todo

IRB::ContextExtender.def_extend_command(cmd_name, load_file, *aliases) -> object (12100.0)

IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。

...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。

@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま...

IRB::ContextExtender.install_extend_commands -> object (12100.0)

定義済みの拡張を読み込みます。

...::Context で以下のメソッドが利用できるようになります。

* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=

irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。

@see IRB::ContextExtender.def_extend_...

絞り込み条件を変える

REXML::ParseException#context -> [Integer, Integer, Integer] (12100.0)

パースエラーが起きた(XML上の)場所を返します。

...所を返します。

要素3個の配列で、
[position, lineno, line]
という形で返します。
position, line は
REXML::ParseException#position
REXML::ParseException#line
と同じ値です。
lineno は IO#lineno が返す意味での行数です。
通常は line と同じ値です。...

Gem::SystemExitException (12000.0)

何らかの理由でコマンドを実行出来ない場合に使用する例外です。

何らかの理由でコマンドを実行出来ない場合に使用する例外です。

IRB::ContextExtender (12000.0)

IRB::Context を拡張するためのモジュールです。

...IRB::Context を拡張するためのモジュールです。...

rubygems/ext/ext_conf_builder (12000.0)

extconf.rb を元にして拡張ライブラリをビルドするためのクラスを扱うライブラリです。

...extconf.rb を元にして拡張ライブラリをビルドするためのクラスを扱うライブラリです。...

REXML::Element#get_text(path = nil) -> REXML::Text | nil (9300.0)

先頭のテキスト子ノードを返します。

...
REXML::Text#value も参照してください。

path を渡した場合は、その XPath 文字列で指定される
テキストノードの文字列を返します。

テキストノードがない場合には nil を返します。

@param path XPath文字列
@see REXML::Element#text

//e...
...mlist[][ruby]{
require 'rexml/document'
doc = REXML::Document.new "<p>some text <b>this is bold!</b> more text</p>"
# doc.root (<p> ... </p>) は2つのテキストノード("some text " と " more text"
# を持っているが、前者を返す
doc.root.get_text.value # => "some text "
//}...

絞り込み条件を変える

REXML::Element#texts -> [REXML::Texts] (9300.0)

すべてのテキスト子ノードの配列を返します。

すべてのテキスト子ノードの配列を返します。

返される配列は freeze されます。
<< < 1 2 3 4 ... > >>