Home
last modified time | relevance | path

Searched refs:__method (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtWidgets/
H A Dprivate_mangle_test.py64 self.clicked.connect(self.__method)
72 def __method(self): # Name mangled method member in Harness
83 self.clicked.connect(self.__method)
91 def __method(self): # Name mangled method member in _Under
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtWidgets/
H A Dprivate_mangle_test.py64 self.clicked.connect(self.__method)
72 def __method(self): # Name mangled method member in Harness
83 self.clicked.connect(self.__method)
91 def __method(self): # Name mangled method member in _Under
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtWidgets/
H A Dprivate_mangle_test.py64 self.clicked.connect(self.__method)
72 def __method(self): # Name mangled method member in Harness
83 self.clicked.connect(self.__method)
91 def __method(self): # Name mangled method member in _Under
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowpreprocess.py116 if self.__method != method:
117 self.__method = method
126 return self.__method
155 return {"method": self.__method}
160 if method != self.__method:
393 self.__method = method
401 return {"method": self.__method}
429 return self.Names[self.__method]
771 self.__method = method
779 return {"method": self.__method}
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/framework/backends/
H A Dcompression.py65 self.__method = method
68 return 'unsupported compression method {}'.format(self.__method)
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/netfilter/
H A Dnf_conntrack_sip.h53 #define SIP_HANDLER(__method, __request, __response) \ argument
55 .method = (__method), \
56 .len = sizeof(__method) - 1, \
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/netfilter/
H A Dnf_conntrack_sip.h53 #define SIP_HANDLER(__method, __request, __response) \ argument
55 .method = (__method), \
56 .len = sizeof(__method) - 1, \
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/netfilter/
H A Dnf_conntrack_sip.h53 #define SIP_HANDLER(__method, __request, __response) \ argument
55 .method = (__method), \
56 .len = sizeof(__method) - 1, \
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A D_CodeBaseImplBase.java60 java.lang.Integer __method = (java.lang.Integer)_methods.get (method); in _invoke() local
61 if (__method == null) in _invoke()
64 switch (__method.intValue ()) in _invoke()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A D_CodeBaseImplBase.java60 java.lang.Integer __method = (java.lang.Integer)_methods.get (method); in _invoke() local
61 if (__method == null) in _invoke()
64 switch (__method.intValue ()) in _invoke()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/api/
H A Dapiproxy_stub_map.py382 __method = None variable in UserRPC
455 return self.__method
516 self.__method = method
578 self.__stubmap.GetPostCallHooks().Call(self.__service, self.__method,
586 self.__stubmap.GetPostCallHooks().Call(self.__service, self.__method,
/dports/net/czmq4/czmq-4.2.1/bindings/jni/czmq-jni/src/main/java/org/zeromq/czmq/
H A DZhttpRequest.java72 native static String __method (long self); in __method() method in ZhttpRequest
74 return __method (self); in method()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/nexenta/ns5/
H A Djsonrpc.py60 self.__method = method
75 url, self.__method, data)
77 response = getattr(self.__proxy.session, self.__method)(url, **kwargs)
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/mediaplayer/
H A DMpMprisInterface.cpp127 #define MPRIS_CALL_METHOD(__method, __return_if_fail) \ argument
130 QDBusMessage reply = dbus_iface.call(QDBus::Block, __method); \
158 #define MPRIS_CALL_METHOD_WITH_ARG(__method, __arg, __return_if_fail) \ argument
161 QDBusMessage reply = dbus_iface.call(QDBus::Block, __method, __arg); \
/dports/net/py-aiocoap/aiocoap-0.4.3/aiocoap/transports/
H A Dtinydtls.py159 def wrapper(*args, __weakself=weakself, __method=method, __deadvalue=deadvalue): argument
164 __method)
166 return getattr(self, __method)(*args)
/dports/devel/py-pep8-naming/pep8-naming-0.12.1/testsuite/
H A DN802.py33 def __method(self): member in Foo
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/mtd/
H A Dspinand.h332 #define SPINAND_ID(__method, ...) \ argument
336 .method = __method, \
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/mtd/
H A Dspinand.h332 #define SPINAND_ID(__method, ...) \ argument
336 .method = __method, \
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/mtd/
H A Dspinand.h332 #define SPINAND_ID(__method, ...) \ argument
336 .method = __method, \
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dbelle_sip_internal.h81 void *__method;\
83 __method=BELLE_SIP_INTERFACE_GET_METHODS(__obj,interface_name)->method;\
84 if (__method) BELLE_SIP_INTERFACE_GET_METHODS(__obj,interface_name)->
91 void *__method;\
93 __method=BELLE_SIP_INTERFACE_GET_METHODS(__obj,interface_name)->method;\
94 if (__method) BELLE_SIP_INTERFACE_GET_METHODS(__obj,interface_name)->
/dports/devel/p5-Test-Spec/Test-Spec-0.54/lib/Test/Spec/
H A DMocks.pm193 $self->{__method} = shift if @_;
194 return $self->{__method};
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/widgets/
H A Dowpreprocess.py236 self.__method = self.DEFAULT_METHOD
244 rb.setChecked(self.__method == method_id)
251 return self.__method
257 if self.__method != method:
258 self.__method = method
267 return {"method": self.__method}
270 return self.Methods[self.__method].name
/dports/devel/py-ramlfications/ramlfications-0.1.9/ramlfications/
H A Dutils.py517 "method": __method,
538 def __method(item, **kwargs): function
/dports/www/p5-HTML-Prototype/HTML-Prototype-1.48/lib/HTML/Prototype/
H A DJs.pm280 var __method = this, args = $A(arguments), object = args.shift();
282 return __method.apply(object, args.concat($A(arguments)));
287 var __method = this;
289 return __method.call(object, event || window.event);
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dssl.pyi235 def set_servername_callback(self, __method: Optional[_SrvnmeCbType]) -> None: ...

12