Home
last modified time | relevance | path

Searched refs:find_method (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DLuaContext.cpp1618 if (find_method("on_update")) { in on_update()
1629 if (find_method("on_draw")) { in on_draw()
1652 if (find_method("on_paused")) { in on_paused()
2489 if (find_method("on_left")) { in on_left()
2607 if (find_method("on_buying")) { in on_buying()
2698 if (find_method("on_moved")) { in on_moved()
2817 if (find_method("on_using")) { in on_using()
3030 if (find_method("on_cut")) { in on_cut()
3116 if (find_method("on_hurt")) { in on_hurt()
3127 if (find_method("on_dying")) { in on_dying()
[all …]
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/sources/org/perl/inline/java/
H A DInlineJavaUserClassLoader.java56 invoke = find_method(c, "invoke") ; in check_link()
57 get = find_method(c, "get") ; in check_link()
58 set = find_method(c, "set") ; in check_link()
59 array_get = find_method(c, "array_get") ; in check_link()
60 array_set = find_method(c, "array_set") ; in check_link()
61 create = find_method(c, "create") ; in check_link()
71 private Method find_method(Class c, String name) throws InlineJavaException { in find_method() method in InlineJavaUserClassLoader
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dfcn-info.cc104 std::string file_name = lp.find_method (name, name, dir_name, package_name); in load_class_constructor()
173 std::string file_name = lp.find_method (dispatch_type, name, in load_class_method()
209 retval = find_method (*it); in load_class_method()
493 file = lp.find_method (dispatch_type, nm, in out_of_date_check()
515 file = lp.find_method (*it, nm, dir_name, in out_of_date_check()
707 fcn_info::fcn_info_rep::find_method (const octave_value_list& args) in find_method() function in octave::fcn_info::fcn_info_rep
713 return find_method (dispatch_type); in find_method()
734 fcn = find_method (args); in xfind()
938 fcn_info::fcn_info_rep::find_method (const std::string& dispatch_type) in find_method() function in octave::fcn_info::fcn_info_rep
H A Dfcn-info.h96 octave_value find_method (const std::string& dispatch_type);
98 octave_value find_method (const octave_value_list& args);
274 octave_value find_method (const std::string& dispatch_type) const in find_method() function
276 return m_rep->find_method (dispatch_type); in find_method()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dnull.pmc88 =item C<PMC *find_method(STRING *method_name)>
96 VTABLE PMC *find_method(STRING *method_name) :no_wb {
99 "Null PMC access in find_method('%Ss')",
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/slof/
H A Dppc64.c114 static type_u find_method(type_u phandle, const char *name) in find_method() function
166 fd_array[fd].read_xt = find_method(phandle, "read"); in socket()
171 fd_array[fd].write_xt = find_method(phandle, "write"); in socket()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/slof/
H A Dppc64.c114 static type_u find_method(type_u phandle, const char *name) in find_method() function
166 fd_array[fd].read_xt = find_method(phandle, "read"); in socket()
171 fd_array[fd].write_xt = find_method(phandle, "write"); in socket()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/slof/
H A Dppc64.c114 static type_u find_method(type_u phandle, const char *name) in find_method() function
166 fd_array[fd].read_xt = find_method(phandle, "read"); in socket()
171 fd_array[fd].write_xt = find_method(phandle, "write"); in socket()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/slof/
H A Dppc64.c114 static type_u find_method(type_u phandle, const char *name) in find_method() function
166 fd_array[fd].read_xt = find_method(phandle, "read"); in socket()
171 fd_array[fd].write_xt = find_method(phandle, "write"); in socket()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/slof/
H A Dppc64.c114 static type_u find_method(type_u phandle, const char *name) in find_method() function
166 fd_array[fd].read_xt = find_method(phandle, "read"); in socket()
171 fd_array[fd].write_xt = find_method(phandle, "write"); in socket()
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-classdef.cc83 octave::cdef_method meth = cls.find_method ("subsref"); in subsref()
126 octave::cdef_method meth = cls.find_method ("subsref"); in subsref()
162 octave::cdef_method meth = cls.find_method ("subsasgn"); in subsasgn()
215 octave::cdef_method meth = cls.find_method ("size"); in size()
243 octave::cdef_method meth = cls.find_method ("numel"); in xnumel()
452 octave::cdef_method cdef_meth = cls.find_method (meth_name); in doc_string()
554 octave::cdef_method meth = cls.find_method (meth_name, false); in execute()
H A Dcdef-class.h83 cdef_method find_method (const std::string& nm, bool local = false);
252 cdef_method find_method (const std::string& nm, bool local = false);
438 cdef_class::find_method (const std::string& nm, bool local) in find_method() function
440 return get_rep ()->find_method (nm, local); in find_method()
H A Dov-class.cc319 octave_value meth = symtab.find_method ("size", class_name ()); in size()
360 octave_value meth = symtab.find_method ("numel", cn); in xnumel()
884 octave_value meth = symtab.find_method ("logical", class_name ()); in is_true()
1003 octave_value meth = symtab.find_method ("char", class_name ()); in string_vector_value()
1060 octave_value ctor = symtab.find_method (c_name, c_name); in reconstruct_exemplar()
1182 if (lp.find_method (class_name (), "saveobj") != "") in save_ascii()
1256 if (lp.find_method (classname, "loadobj") != "") in load_ascii()
1287 if (lp.find_method (class_name (), "saveobj") != "") in save_binary()
1376 if (lp.find_method (c_name, "loadobj") != "") in load_binary()
1455 if (lp.find_method (class_name (), "saveobj") != "") in save_hdf5()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/slof/
H A Dppc64.c114 static type_u find_method(type_u phandle, const char *name) in find_method() function
172 fd_array[fd].read_xt = find_method(phandle, "read"); in socket()
177 fd_array[fd].write_xt = find_method(phandle, "write"); in socket()
/dports/converters/p5-JSON1/JSON-1.15/lib/
H A DJSONRPC.pm91 sub find_method { subroutine
141 if( my $func = $self->find_method($method, $r) ){
157 if(my $func = $self->find_method($method)){
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/slof/
H A Dppc64.c114 static type_u find_method(type_u phandle, const char *name) in find_method() function
172 fd_array[fd].read_xt = find_method(phandle, "read"); in socket()
177 fd_array[fd].write_xt = find_method(phandle, "write"); in socket()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/libcli/resolve/
H A Dresolve.c54 static const struct resolve_method *find_method(const char *name) in find_method() function
73 const struct resolve_method *method = find_method(state->methods[0]); in resolve_handler()
102 const struct resolve_method *method = find_method(state->methods[0]); in setup_next_method()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/storage/
H A Dstorage_url_helpers.py68 def _separate_path(cls, path, find_method): argument
76 idx = find_method(path)
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap_derive-3.0.0-beta.2/src/
H A Dattrs.rs565 if let Some(m) = res.find_method("default_value") { in from_field()
568 if let Some(m) = res.find_method("required") { in from_field()
573 if let Some(m) = res.find_method("default_value") { in from_field()
576 if let Some(m) = res.find_method("required") { in from_field()
618 self.find_method(name).is_some() in has_method()
621 pub fn find_method(&self, name: &str) -> Option<&Method> { in find_method() method
665 let method = self.find_method("case_insensitive"); in case_insensitive()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap_derive-3.0.0-beta.2/src/
H A Dattrs.rs565 if let Some(m) = res.find_method("default_value") { in from_field()
568 if let Some(m) = res.find_method("required") { in from_field()
573 if let Some(m) = res.find_method("default_value") { in from_field()
576 if let Some(m) = res.find_method("required") { in from_field()
618 self.find_method(name).is_some() in has_method()
621 pub fn find_method(&self, name: &str) -> Option<&Method> { in find_method() method
665 let method = self.find_method("case_insensitive"); in case_insensitive()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/structopt-derive-0.4.18/src/
H A Dattrs.rs530 if let Some(m) = res.find_method("default_value") { in from_field()
533 if let Some(m) = res.find_method("required") { in from_field()
538 if let Some(m) = res.find_method("default_value") { in from_field()
541 if let Some(m) = res.find_method("required") { in from_field()
583 self.find_method(name).is_some() in has_method()
586 pub fn find_method(&self, name: &str) -> Option<&Method> { in find_method() method
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/structopt-derive-0.4.16/src/
H A Dattrs.rs530 if let Some(m) = res.find_method("default_value") { in from_field()
533 if let Some(m) = res.find_method("required") { in from_field()
538 if let Some(m) = res.find_method("default_value") { in from_field()
541 if let Some(m) = res.find_method("required") { in from_field()
583 self.find_method(name).is_some() in has_method()
586 pub fn find_method(&self, name: &str) -> Option<&Method> { in find_method() method
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/structopt-derive-0.4.14/src/
H A Dattrs.rs523 if let Some(m) = res.find_method("default_value") { in from_field()
526 if let Some(m) = res.find_method("required") { in from_field()
531 if let Some(m) = res.find_method("default_value") { in from_field()
534 if let Some(m) = res.find_method("required") { in from_field()
576 self.find_method(name).is_some() in has_method()
579 pub fn find_method(&self, name: &str) -> Option<&Method> { in find_method() method
/dports/devel/git-delta/delta-0.9.2/cargo-crates/structopt-derive-0.4.18/src/
H A Dattrs.rs530 if let Some(m) = res.find_method("default_value") { in from_field()
533 if let Some(m) = res.find_method("required") { in from_field()
538 if let Some(m) = res.find_method("default_value") { in from_field()
541 if let Some(m) = res.find_method("required") { in from_field()
583 self.find_method(name).is_some() in has_method()
586 pub fn find_method(&self, name: &str) -> Option<&Method> { in find_method() method
/dports/games/genact/genact-0.10.0/cargo-crates/structopt-derive-0.4.10/src/
H A Dattrs.rs523 if let Some(m) = res.find_method("default_value") { in from_field()
526 if let Some(m) = res.find_method("required") { in from_field()
531 if let Some(m) = res.find_method("default_value") { in from_field()
534 if let Some(m) = res.find_method("required") { in from_field()
576 self.find_method(name).is_some() in has_method()
579 pub fn find_method(&self, name: &str) -> Option<&Method> { in find_method() method

12345678910>>...21