Home
last modified time | relevance | path

Searched refs:__method__ (Results 1 – 25 of 86) sorted by relevance

1234

/dports/math/octave-forge-geometry/geometry-4.0.0/inst/@svg/
H A Dsubsref.m22 persistent __method__ method4field typeNotImplemented
23 if isempty(__method__)
25 __method__ = struct(); variable
27 __method__.plot = @(o,varargin) plot (o, varargin{:});
28 __method__.getpath = @(o,varargin) getpath (o, varargin{:});
29 __method__.pathid = @(o,varargin) pathid(o,varargin{:});
31 __method__.normalize = @(o,varargin) normalize (o, varargin{:});
32 __method__.height = @(o,varargin) height(o, varargin{:});
33 __method__.width = @(o,varargin) width(o,varargin{:});
48 if ~isfield(__method__, method)
[all …]
/dports/devel/py-python-application/python-application-2.8.0/application/python/
H A Ddecorator.py47 self.__method__ = method
52 method = self.__method__
62 return sorted(set(dir(self.__method__) + dir(self.__class__) + list(self.__slots__)))
65 method = self.__method__.__get__(obj, cls)
69 return getattr(self.__method__, name)
75 setattr(self.__method__, name, value)
81 delattr(self.__method__, name)
84 return self.__method__.__repr__().replace('<', '<wrapper of ', 1)
88 …im_func_wrapper.__callmap__.get(self.__method__.im_self if self.__method__.im_self is not None els…
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A DtestDiag.cpp38 name = string_format("%s", __method__); in Test()
42 name = string_format("%s", __method__); in ~Test()
47 name = string_format("%s", __method__); in test1()
51 name = string_format("%s", __method__); in test2()
57 name = string_format("%s", __method__); in test3()
H A DImageLoaderJPEG.cpp57 Trace(diag, "%s: Read(magic) failed: %s", __method__, strerror(errno)); in Check()
62 Trace(diag, "%s: Bad magic", __method__); in Check()
65 Trace(diag, "%s: OK", __method__); in Check()
96 Trace(diag, "%s read header", __method__); in Load()
98 Trace(diag, "%s read header done", __method__); in Load()
130 Debug(diag, "%s size=(%d,%d) scalewh=(%d,%d) scale=%d", __method__, in Load()
153 Trace(diag, "%s start_decompress", __method__); in Load()
155 Trace(diag, "%s start_decompress done", __method__); in Load()
172 Trace(diag, "%s finish_decompress", __method__); in Load()
174 Trace(diag, "%s finish_decompress done", __method__); in Load()
H A DImageLoaderPNG.cpp53 Trace(diag, "%s: Read(magic) failed: %s", __method__, strerror(errno)); in Check()
58 Trace(diag, "%s: Bad magic", __method__); in Check()
61 Trace(diag, "%s: OK", __method__); in Check()
H A DDiag.h79 #define __method__ \ macro
/dports/cad/freehdl/freehdl-0.0.7/examples/v2c/
H A Dv2c-chunk.cc9 v2c_generic_0_mtype __method__ = in emit_def() local
11 (*__method__) (__node__); in emit_def()
18 v2c_generic_1_mtype __method__ = in emit_decl() local
20 (*__method__) (__node__, l); in emit_decl()
27 v2c_generic_2_mtype __method__ = in emit_stat() local
29 (*__method__) (__node__, l); in emit_stat()
36 v2c_generic_3_mtype __method__ = in emit_expr() local
38 (*__method__) (__node__); in emit_expr()
47 (*__method__) (__node__, l); in emit_conc_stat()
56 (*__method__) (__node__, l); in emit_start_of_context()
[all …]
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dvaulgens-chunk.cc21 return (*__method__) (__node__); in vaul_get_base()
30 return (*__method__) (__node__); in vaul_get_class()
39 return (*__method__) (__node__); in vaul_get_mode()
48 return (*__method__) (__node__); in vaul_get_type()
57 return (*__method__) (__node__); in vaul_get_object_declaration()
66 return (*__method__) (__node__); in vaul_get_generics()
75 return (*__method__) (__node__); in vaul_get_ports()
93 (*__method__) (__node__, ports); in vaul_set_ports()
102 return (*__method__) (__node__); in vaul_get_stats()
111 return (*__method__) (__node__); in vaul_compute_static_level()
[all …]
/dports/devel/py-pep8-naming/pep8-naming-0.12.1/testsuite/
H A DN802.py37 def __method__(self): member in Foo
41 def __method__(self): member in ClassName
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/fileutil/
H A Dpaths.md35 [__poolName__ __method__ ?*arg arg \.\.\.*?](#2)
55 * <a name='2'></a>__poolName__ __method__ ?*arg arg \.\.\.*?
57 __method__ and *arg*uments determine the exact behavior of the
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/struct/
H A Dstruct_map.md34 [__mapName__ __method__ ?*arg arg \.\.\.*?](#2)
55 * <a name='2'></a>__mapName__ __method__ ?*arg arg \.\.\.*?
57 __method__ and *arg*uments determine the exact behavior of the
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/struct/
H A Dstruct_map.md34 [__mapName__ __method__ ?*arg arg \.\.\.*?](#2)
55 * <a name='2'></a>__mapName__ __method__ ?*arg arg \.\.\.*?
57 __method__ and *arg*uments determine the exact behavior of the
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/fileutil/
H A Dpaths.md35 [__poolName__ __method__ ?*arg arg \.\.\.*?](#2)
55 * <a name='2'></a>__poolName__ __method__ ?*arg arg \.\.\.*?
57 __method__ and *arg*uments determine the exact behavior of the
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc-chunk.cc226 v2cc_generic_0_mtype __method__ = in emit_decl() local
235 v2cc_generic_1_mtype __method__ = in emit_main() local
244 v2cc_generic_2_mtype __method__ = in emit_expr() local
253 v2cc_generic_3_mtype __method__ = in cdfg_emit_expr() local
262 v2cc_generic_4_mtype __method__ = in emit_hdr() local
271 v2cc_generic_5_mtype __method__ = in emit_impl() local
280 v2cc_generic_6_mtype __method__ = in cdfg_emit_impl() local
289 v2cc_generic_7_mtype __method__ = in emit_info_init() local
345 return (*__method__) (__node__); in get_operator_type()
354 return (*__method__) (__node__); in get_object_declaration()
[all …]
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dconstants_006.phpt14 var_dump(__method__);
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dconstants_006.phpt14 var_dump(__method__);
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dconstants_006.phpt14 var_dump(__method__);
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dconstants_006.phpt14 var_dump(__method__);
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dconstants_006.phpt14 var_dump(__method__);
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dconstants_006.phpt14 var_dump(__method__);
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dconstants_006.phpt14 var_dump(__method__);
/dports/www/itop/web/application/
H A Dcapturewebpage.class.inc.php76 throw new Exception(__method__.' should not be called');
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dconstants_006.phpt14 var_dump(__method__);
/dports/lang/php81/php-8.1.1/sapi/fuzzer/dict/
H A Dparser81 "__method__"
/dports/www/mod_php80/php-8.0.15/sapi/fuzzer/dict/
H A Dparser81 "__method__"

1234