るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
644件ヒット [201-300件を表示] (0.207秒)
トップページ > クエリ:t[x] > 種類:関数[x] > バージョン:3.3[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

キーワード

検索結果

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

static VALUE ev_const_get(NODE *cref, ID id, VALUE self) (18304.0)

外のクラスが cref で self が self として 定数 id を参照します。

外のクラスが cref で self が self として
定数 id を参照します。

static VALUE fc_path(struct fc_result *fc, ID name) (18304.0)

static VALUE find_class_path(VALUE klass) (18304.0)

クラス klass のクラスパスを探索し、Ruby の文字列で返します。

クラス klass のクラスパスを探索し、Ruby の文字列で返します。

static VALUE generic_ivar_get(VALUE obj, ID id) (18304.0)

static VALUE get_backtrace(VALUE info) (18304.0)

絞り込み条件を変える

static VALUE inspect_obj(VALUE obj, VALUE str) (18304.0)

static VALUE lex_get_str(VALUE s) (18304.0)

文字列 s の lex_gets_ptr の後から一行取得し、返します。 lex_gets_ptr も進められます。

文字列 s の lex_gets_ptr の後から一行取得し、返します。
lex_gets_ptr も進められます。

static VALUE lex_getline(void) (18304.0)

関数 lex_gets を使って lex_input から Ruby プログラムを一行読みこみます。

関数 lex_gets を使って lex_input から
Ruby プログラムを一行読みこみます。

static VALUE make_backtrace(void) (18304.0)

static VALUE method_arity(VALUE method) (18304.0)

絞り込み条件を変える

static VALUE method_call(int argc, VALUE *argv, VALUE method) (18304.0)

static VALUE method_clone(VALUE self) (18304.0)

static VALUE method_eq(VALUE method, VALUE other) (18304.0)

static VALUE method_inspect(VALUE method) (18304.0)

static VALUE method_list(VALUE mod, int option, int (*func)()) (18304.0)

モジュール mod に定義されているメソッドに対して 順番に func を繰り返し呼び出します。

モジュール mod に定義されているメソッドに対して
順番に func を繰り返し呼び出します。

絞り込み条件を変える

static VALUE method_proc(VALUE method) (18304.0)

static VALUE method_unbind(VALUE obj) (18304.0)

static VALUE module_setup(VALUE module, NODE *n) (18304.0)

module を定義するモジュール文の本体 n を評価します。

module を定義するモジュール文の本体 n を評価します。

static VALUE mvalue_to_svalue(VALUE v) (18304.0)

static VALUE proc_arity(VALUE proc) (18304.0)

絞り込み条件を変える

static VALUE proc_to_proc(VALUE proc) (18304.0)

static VALUE proc_to_s(VALUE self, VALUE other) (18304.0)

static VALUE rb_class_initialize(int argc, VALUE *argv, VALUE klass) (18304.0)

Class#initialize の実体です。

Class#initialize の実体です。

static VALUE rb_cont_call(int argc, VALUE *argv, VALUE cont) (18304.0)

Continuation#call の実体。

Continuation#call の実体。

static VALUE rb_f_abort(int argc, VALUE *argv) (18304.0)

絞り込み条件を変える

static VALUE rb_f_at_exit(void) (18304.0)

static VALUE rb_f_exit(int argc, VALUE *argv, VALUE obj) (18304.0)

static VALUE rb_f_float(VALUE obj, VALUE arg) (18304.0)

Kernel.#Float の実体です。

Kernel.#Float の実体です。

static VALUE rb_f_integer(VALUE obj, VALUE arg) (18304.0)

Kernel.#Integer の実体です。

Kernel.#Integer の実体です。

static VALUE rb_f_string(VALUE obj, VALUE arg) (18304.0)

Kernel.#String の実体です。

Kernel.#String の実体です。

絞り込み条件を変える

static VALUE rb_f_throw(int argc, VALUE *argv) (18304.0)

static VALUE rb_mod_alias_method(VALUE mod, VALUE newname, VALUE oldname) (18304.0)

static VALUE rb_mod_append_features(VALUE module, VALUE include) (18304.0)

static VALUE rb_mod_attr(int argc, VALUE *argv, VALUE klass) (18304.0)

static VALUE rb_mod_attr_accessor(int argc, VALUE *argv, VALUE klass) (18304.0)

絞り込み条件を変える

static VALUE rb_mod_attr_reader(int argc, VALUE *argv, VALUE klass) (18304.0)

static VALUE rb_mod_attr_writer(int argc, VALUE *argv, VALUE klass) (18304.0)

static VALUE rb_mod_const_defined(VALUE mod, VALUE name) (18304.0)

static VALUE rb_mod_const_get(VALUE mod, VALUE name) (18304.0)

static VALUE rb_mod_const_set(VALUE mod, VALUE name, VALUE value) (18304.0)

絞り込み条件を変える

static VALUE rb_mod_define_method(int argc, VALUE *argv, VALUE mod) (18304.0)

static VALUE rb_mod_extend_object(VALUE mod, VALUE obj) (18304.0)

static VALUE rb_mod_gt(VALUE mod, VALUE arg) (18304.0)

static VALUE rb_mod_initialize(VALUE module) (18304.0)

static VALUE rb_mod_lt(VALUE mod, VALUE arg) (18304.0)

絞り込み条件を変える

static VALUE rb_mod_method(VALUE mod, VALUE vid) (18304.0)

static VALUE rb_mod_method_defined(VALUE mod, VALUE mid) (18304.0)

static VALUE rb_mod_nesting(void) (18304.0)

static VALUE rb_mod_private(int argc, VALUE *argv, VALUE module) (18304.0)

static VALUE rb_mod_private_method(int argc, VALUE *argv, VALUE obj) (18304.0)

絞り込み条件を変える

static VALUE rb_mod_public_method(int argc, VALUE *argv, VALUE obj) (18304.0)

static VALUE rb_mod_remove_method(VALUE mod, VALUE name) (18304.0)

Module#remove_method の実体。

Module#remove_method の実体。

モジュール mod から name という名前のメソッドを
検索し、エントリを削除します。見付からなかったときは
例外 NameError が発生します。

static VALUE rb_mod_to_s(VALUE klass) (18304.0)

static VALUE rb_mod_undef_method(VALUE mod, VALUE name) (18304.0)

static VALUE rb_obj_extend(int argc, VALUE *argv, VALUE obj) (18304.0)

絞り込み条件を変える

static VALUE rb_obj_inspect(VALUE obj) (18304.0)

Object#inspect の実体です。

Object#inspect の実体です。

static VALUE rb_obj_method(VALUE obj, VALUE vid) (18304.0)

static VALUE rb_obj_methods(VALUE obj) (18304.0)

Object#methods の実体です。

Object#methods の実体です。

static VALUE rb_obj_private_methods(VALUE obj) (18304.0)

Object#private_methods の実体です。

Object#private_methods の実体です。

static VALUE rb_obj_respond_to(int argc, VALUE *argv, VALUE obj) (18304.0)

絞り込み条件を変える

static VALUE rb_sym_interned_p(VALUE sym) (18304.0)

static VALUE rb_thread_abort_exc(VALUE thread) (18304.0)

static VALUE rb_thread_abort_exc_set(VALUE thread, VALUE val) (18304.0)

static VALUE rb_thread_alive_p(VALUE thread) (18304.0)

static VALUE rb_thread_aref(VALUE thread, VALUE id) (18304.0)

絞り込み条件を変える

static VALUE rb_thread_aset(VALUE thread, VALUE id, VALUE val) (18304.0)

static VALUE rb_thread_critical_get(void) (18304.0)

static VALUE rb_thread_critical_set(VALUE obj, VALUE val) (18304.0)

static VALUE rb_thread_exit(void) (18304.0)

static VALUE rb_thread_initialize(VALUE thread, VALUE args) (18304.0)

絞り込み条件を変える

static VALUE rb_thread_inspect(VALUE thread) (18304.0)

static VALUE rb_thread_join_m(int argc, VALUE *argv, VALUE thread) (18304.0)

static VALUE rb_thread_key_p(VALUE thread, VALUE id) (18304.0)

static VALUE rb_thread_keys(VALUE thread) (18304.0)

static VALUE rb_thread_kill(VALUE thread) (18304.0)

絞り込み条件を変える

static VALUE rb_thread_pass(void) (18304.0)

Thread#pass の実体。

Thread#pass の実体。

static VALUE rb_thread_priority(VALUE thread) (18304.0)

static VALUE rb_thread_priority_set(VALUE thread, VALUE prio) (18304.0)

static VALUE rb_thread_raise(int argc, VALUE *argv, rb_thread_t th) (18304.0)

static VALUE rb_thread_raise_m(int argc, VALUE *argv, VALUE thread) (18304.0)

絞り込み条件を変える

static VALUE rb_thread_s_abort_exc(void) (18304.0)

static VALUE rb_thread_s_abort_exc_set(VALUE self, VALUE val) (18304.0)

static VALUE rb_thread_s_kill(VALUE obj, VALUE th) (18304.0)

static VALUE rb_thread_s_new(int argc, VALUE *argv, VALUE klass) (18304.0)

static VALUE rb_thread_safe_level(VALUE thread) (18304.0)

絞り込み条件を変える

static VALUE rb_thread_stop_p(VALUE thread) (18304.0)

static VALUE rb_thread_value(VALUE thread) (18304.0)

static VALUE rb_thread_yield(VALUE arg, rb_thread_t th) (18304.0)

static VALUE rb_to_integer(VALUE val, char *method) (18304.0)

static VALUE rb_trap_eval(VALUE cmd, int sig) (18304.0)

絞り込み条件を変える

static VALUE rb_true(VALUE obj) (18304.0)

Qtrue を返します。

Qtrue を返します。

static VALUE safe_getter(void) (18304.0)

static VALUE set_trace_func(VALUE obj, VALUE trace) (18304.0)

Kernel#set_trace_func の実体。 評価器に対するフック手続きを登録します。

Kernel#set_trace_func の実体。
評価器に対するフック手続きを登録します。

static VALUE svalue_to_avalue(VALUE v) (18304.0)

static VALUE svalue_to_mvalue(VALUE v) (18304.0)

絞り込み条件を変える

static VALUE umethod_bind(VALUE method, VALUE recv) (18304.0)

UnboundMethod method を recv に束縛します。

UnboundMethod method を recv に束縛します。

static VALUE umethod_call(int argc, VALUE *argv, VALUE method) (18304.0)

static VALUE umethod_proc(VALUE method) (18304.0)

static VALUE umethod_unbind(VALUE obj) (18304.0)

static VALUE undef_getter(ID id) (18304.0)

絞り込み条件を変える

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