Home
last modified time | relevance | path

Searched refs:ClassMethod (Results 51 – 75 of 523) sorted by relevance

12345678910>>...21

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Builder/
H A DTrait_.php37 } elseif ($stmt instanceof Stmt\ClassMethod) {
H A DInterface_.php53 } elseif ($stmt instanceof Stmt\ClassMethod) {
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/Builder/
H A DTrait_.php37 } elseif ($stmt instanceof Stmt\ClassMethod) {
H A DInterface_.php53 } elseif ($stmt instanceof Stmt\ClassMethod) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/Builder/
H A DTrait_.php37 } elseif ($stmt instanceof Stmt\ClassMethod) {
H A DInterface_.php53 } elseif ($stmt instanceof Stmt\ClassMethod) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/Builder/
H A DTrait_.php37 } elseif ($stmt instanceof Stmt\ClassMethod) {
H A DInterface_.php53 } elseif ($stmt instanceof Stmt\ClassMethod) {
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Builder/
H A DTrait_.php37 } elseif ($stmt instanceof Stmt\ClassMethod) {
H A DInterface_.php53 } elseif ($stmt instanceof Stmt\ClassMethod) {
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/
H A DTrait_.php37 } elseif ($stmt instanceof Stmt\ClassMethod) {
H A DInterface_.php53 } elseif ($stmt instanceof Stmt\ClassMethod) {
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DFullParseHandler.h479 [[nodiscard]] ClassMethod* newDefaultClassConstructor( in newDefaultClassConstructor()
485 return new_<ClassMethod>(ParseNodeKind::DefaultConstructor, key, funNode, in newDefaultClassConstructor()
490 [[nodiscard]] ClassMethod* newClassMethodDefinition( in newClassMethodDefinition()
498 return new_<ClassMethod>(ParseNodeKind::ClassMethod, key, funNode, atype, in newClassMethodDefinition()
501 return new_<ClassMethod>(ParseNodeKind::ClassMethod, key, funNode, atype, in newClassMethodDefinition()
521 member->isKind(ParseNodeKind::ClassMethod) || in addClassMemberDefinition()
525 member->as<LexicalScopeNode>().scopeBody()->is<ClassMethod>())); in addClassMemberDefinition()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DFullParseHandler.h491 [[nodiscard]] ClassMethod* newDefaultClassConstructor( in newDefaultClassConstructor()
497 return new_<ClassMethod>(ParseNodeKind::DefaultConstructor, key, funNode, in newDefaultClassConstructor()
502 [[nodiscard]] ClassMethod* newClassMethodDefinition( in newClassMethodDefinition()
510 return new_<ClassMethod>(ParseNodeKind::ClassMethod, key, funNode, atype, in newClassMethodDefinition()
513 return new_<ClassMethod>(ParseNodeKind::ClassMethod, key, funNode, atype, in newClassMethodDefinition()
533 member->isKind(ParseNodeKind::ClassMethod) || in addClassMemberDefinition()
537 member->as<LexicalScopeNode>().scopeBody()->is<ClassMethod>())); in addClassMemberDefinition()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DFullParseHandler.h479 [[nodiscard]] ClassMethod* newDefaultClassConstructor( in newDefaultClassConstructor()
485 return new_<ClassMethod>(ParseNodeKind::DefaultConstructor, key, funNode, in newDefaultClassConstructor()
490 [[nodiscard]] ClassMethod* newClassMethodDefinition( in newClassMethodDefinition()
498 return new_<ClassMethod>(ParseNodeKind::ClassMethod, key, funNode, atype, in newClassMethodDefinition()
501 return new_<ClassMethod>(ParseNodeKind::ClassMethod, key, funNode, atype, in newClassMethodDefinition()
521 member->isKind(ParseNodeKind::ClassMethod) || in addClassMemberDefinition()
525 member->as<LexicalScopeNode>().scopeBody()->is<ClassMethod>())); in addClassMemberDefinition()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DCodegen.py9909 methods.append(ClassMethod(
9918 methods.append(ClassMethod(
10050 ClassMethod(
10254 class ClassMethod(ClassItem): class
12692 return ClassMethod(
12712 return ClassMethod(
12821 return ClassMethod(
13926 class CGNativeMember(ClassMethod):
13950 ClassMethod.__init__(self, name,
15042 ClassMethod("_Create",
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DCodegen.py10394 methods.append(ClassMethod(
10535 ClassMethod(
10742 class ClassMethod(ClassItem): class
13222 return ClassMethod(
13242 return ClassMethod(
13352 return ClassMethod(
14492 class CGNativeMember(ClassMethod):
14515 ClassMethod.__init__(self, name,
15642 ClassMethod("_Create",
15652 ClassMethod("__OnGet",
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/oso-0.12.4/src/host/
H A Dclass_method.rs157 pub struct ClassMethod(TypeErasedFunction<PolarValue>); struct
159 impl ClassMethod { impl
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Builder/
H A DTrait_.php41 } elseif ($stmt instanceof Stmt\ClassMethod) {
H A DInterface_.php57 } elseif ($stmt instanceof Stmt\ClassMethod) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/Builder/
H A DTrait_.php41 } elseif ($stmt instanceof Stmt\ClassMethod) {
H A DInterface_.php57 } elseif ($stmt instanceof Stmt\ClassMethod) {
/dports/www/twiki/twiki/data/TWiki/
H A DTWikiPluginDotPm.txt,v44 ---++ ClassMethod *new* <tt>($session,$name,$module)</tt>
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/babylon/
H A DREADME.md68 - [MethodDefinition][] is replaced with [ClassMethod][]
70 - [ClassMethod][], [ObjectProperty][], and [ObjectMethod][] value property's properties in [Functio…
90 [ClassMethod]: https://github.com/babel/babylon/blob/master/ast/spec.md#classmethod
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/dist/
H A Dchanges-5.9.527 - [QTBUG-65801] Fixed never ending QBLuetoothDeviceDiscoveryAhgent::start(ClassMethod)

12345678910>>...21