1663件ヒット
[1-100件を表示]
(0.036秒)
キーワード
-
arg
_ concat (12) -
assign
_ in _ cond (12) -
autoload
_ i (12) -
bind
_ clone (12) -
clone
_ method (12) -
compile
_ error (12) - cond (12)
- cond0 (12)
-
convert
_ type (12) -
e
_ option _ supplied (12) -
ev
_ const _ defined (12) -
ev
_ const _ get (12) -
eval
_ under (12) -
global
_ id (12) -
list
_ concat (12) -
literal
_ concat (12) -
literal
_ concat _ dstr (12) -
literal
_ concat _ list (12) -
literal
_ concat _ string (12) -
localjump
_ error (12) -
mark
_ locations _ array (12) -
method
_ clone (12) -
method
_ list (12) -
mod
_ av _ set (12) - numcmp (12)
- numhash (12)
-
rb
_ ary _ concat (12) -
rb
_ ary _ entry (12) -
rb
_ ary _ new2 (12) -
rb
_ ary _ new3 (12) -
rb
_ ary _ store (12) -
rb
_ autoload (12) -
rb
_ autoload _ id (12) -
rb
_ big2ulong _ pack (1) -
rb
_ call (12) -
rb
_ call _ super (12) -
rb
_ catch (12) -
rb
_ check _ convert _ type (12) -
rb
_ compile _ cstr (12) -
rb
_ compile _ error (12) -
rb
_ compile _ error _ with _ enc (12) -
rb
_ compile _ file (12) -
rb
_ compile _ string (12) -
rb
_ const _ assign (12) -
rb
_ const _ defined (12) -
rb
_ const _ defined _ at (12) -
rb
_ const _ get (12) -
rb
_ const _ get _ at (12) -
rb
_ const _ list (12) -
rb
_ const _ set (12) -
rb
_ cont _ call (12) -
rb
_ convert _ type (12) -
rb
_ copy _ generic _ ivar (12) -
rb
_ cstr _ to _ dbl (12) -
rb
_ define _ alias (12) -
rb
_ define _ attr (12) -
rb
_ define _ class (12) -
rb
_ define _ class _ under (12) -
rb
_ define _ class _ variable (12) -
rb
_ define _ const (12) -
rb
_ define _ global _ const (12) -
rb
_ define _ global _ function (12) -
rb
_ define _ hooked _ variable (12) -
rb
_ define _ method (12) -
rb
_ define _ module (12) -
rb
_ define _ module _ function (12) -
rb
_ define _ module _ under (12) -
rb
_ define _ private _ method (12) -
rb
_ define _ protected _ method (12) -
rb
_ define _ readonly _ variable (12) -
rb
_ define _ singleton _ method (12) -
rb
_ define _ variable (12) -
rb
_ define _ virtual _ variable (12) -
rb
_ disable _ super (12) -
rb
_ enable _ super (12) -
rb
_ eval _ string (12) -
rb
_ eval _ string _ protect (12) -
rb
_ eval _ string _ wrap (12) -
rb
_ exec (1) -
rb
_ exec _ err (1) -
rb
_ fatal (12) -
rb
_ feature _ p (12) -
rb
_ fix _ new (12) -
rb
_ funcall3 (12) -
rb
_ gc _ mark _ locations (12) -
rb
_ gv _ get (12) -
rb
_ gv _ set (12) -
rb
_ int _ new (12) -
rb
_ intern (12) -
rb
_ io _ mode _ flags (1) -
rb
_ is _ const _ id (12) -
rb
_ longjmp (12) -
rb
_ mod _ clone (12) -
rb
_ mod _ const _ at (12) -
rb
_ mod _ const _ defined (12) -
rb
_ mod _ const _ get (12) -
rb
_ mod _ const _ of (12) -
rb
_ mod _ const _ set (12) -
rb
_ mod _ constants (12) -
rb
_ mod _ remove _ const (12) -
rb
_ mod _ s _ constants (12) -
rb
_ obj _ clone (12) -
rb
_ obj _ respond _ to (12) -
rb
_ obj _ singleton _ methods (12) -
rb
_ path2class (12) -
rb
_ proc _ exec _ n (1) -
rb
_ provide (12) -
rb
_ provided (12) -
rb
_ quad _ unpack (1) -
rb
_ raise (12) -
rb
_ remove _ method (12) -
rb
_ require (12) -
rb
_ reserved _ word (12) -
rb
_ respond _ to (12) -
rb
_ scan _ args (12) -
rb
_ set _ class _ path (12) -
rb
_ singleton _ class (12) -
rb
_ singleton _ class _ attached (12) -
rb
_ singleton _ class _ clone (12) -
rb
_ singleton _ class _ new (12) -
rb
_ source _ filename (12) -
rb
_ str _ cat (12) -
rb
_ str _ cat2 (12) -
rb
_ str _ concat (12) -
rb
_ str _ new (12) -
rb
_ str _ new2 (12) -
rb
_ str _ substr (12) -
rb
_ struct _ iv _ get (1) -
rb
_ thread _ alone (12) -
rb
_ thread _ restore _ context (12) -
rb
_ thread _ save _ context (12) -
rb
_ throw (12) -
rb
_ time _ timespec _ new (10) -
rb
_ undef _ method (12) -
readonly
_ setter (12) -
ruby
_ xcalloc (12) -
ruby
_ xmalloc (12) -
ruby
_ xrealloc (12) -
terminate
_ process (12) -
thread
_ status _ name (12) -
top
_ const _ get (12) -
warn
_ unless _ e _ option (12) -
warning
_ unless _ e _ option (12)
検索結果
先頭5件
- VALUE rb
_ singleton _ class _ clone(VALUE klass) - VALUE rb
_ check _ convert _ type(VALUE val , int type , const char *tname , const char *method) - VALUE rb
_ convert _ type(VALUE val , int type , const char *tname , const char *method) - static VALUE convert
_ type(VALUE val , const char *tname , const char *method , int raise) - int rb
_ run _ exec _ options(const struct rb _ exec _ arg *e , struct rb _ exec _ arg *s)
-
VALUE rb
_ singleton _ class _ clone(VALUE klass) (12201.0) -
特異クラス klass を clone して返します。 klass が特異クラスでないときはただ klass を返します。
...特異クラス klass を clone して返します。
klass が特異クラスでないときはただ klass を返します。... -
VALUE rb
_ check _ convert _ type(VALUE val , int type , const char *tname , const char *method) (6301.0) -
val.method を実行してクラス tname のインスタンスを返します。 val がメソッド method を持たなければ nil を返します。
val.method を実行してクラス tname のインスタンスを返します。
val がメソッド method を持たなければ nil を返します。
type は、T_ARRAY, T_STRING などの構造体を表す ID です。
method の結果の型が type でなければ例外 TypeError が発生します。 -
VALUE rb
_ convert _ type(VALUE val , int type , const char *tname , const char *method) (6301.0) -
オブジェクト val をクラス type のインスタンスに変換します。 変換には、val.method の戻り値が使われます。
オブジェクト val をクラス type のインスタンスに変換します。
変換には、val.method の戻り値が使われます。
val がもともと type クラスのインスタンスなら val を
そのまま返します。 -
static VALUE convert
_ type(VALUE val , const char *tname , const char *method , int raise) (6301.0) -
-
int rb
_ run _ exec _ options(const struct rb _ exec _ arg *e , struct rb _ exec _ arg *s) (6201.0) -
この関数は deprecated です。
この関数は deprecated です。 -
int rb
_ run _ exec _ options _ err(const struct rb _ exec _ arg *e , struct rb _ exec _ arg *s , char *errmsg , size _ t errmsg _ buflen) (6201.0) -
この関数は deprecated です。
この関数は deprecated です。 -
static VALUE rb
_ cont _ call(int argc , VALUE *argv , VALUE cont) (6201.0) -
Continuation#call の実体。
...Continuation#call の実体。... -
static void mark
_ locations _ array(register VALUE *x , register long n) (6201.0) -
-
static void warn
_ unless _ e _ option(const char *str) (6201.0) -
ruby -e で与えたプログラムの評価中ではないなら、 警告メッセージ str を出力する。
ruby -e で与えたプログラムの評価中ではないなら、
警告メッセージ str を出力する。 -
static void warning
_ unless _ e _ option(const char *str) (6201.0) -
ruby -e で与えたプログラムの評価中ではなく、 しかも $VERBOSE が真ならば、警告メッセージ str を出力する。
ruby -e で与えたプログラムの評価中ではなく、
しかも $VERBOSE が真ならば、警告メッセージ str を出力する。 -
void rb
_ define _ const(VALUE klass , const char *name , VALUE val) (6201.0) -
クラス klass の定数 name を初期値 val で 定義します。既に同名の定数が定義されていたら警告します。
クラス klass の定数 name を初期値 val で
定義します。既に同名の定数が定義されていたら警告します。