Home
last modified time | relevance | path

Searched refs:getMethods (Results 1 – 25 of 2677) sorted by relevance

12345678910>>...108

/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/test/
H A Dtestcorefl.cxx143 OSL_ENSURE(xClass->getMethods().getLength() == 7, "test_RegCoreReflection(): error 11"); in test_corefl()
144 OSL_ENSURE(xA->getMethods().getLength() == 7, "test_RegCoreReflection(): error 11a"); in test_corefl()
145 …OSL_ENSURE(xClass->getMethods().getArray()[3]->getName() == "methodA"), "test_RegCoreReflection():… in test_corefl()
147 …OSL_ENSURE(xClass->getMethods().getArray()[3]->getParameterTypes().getLength() == 0, "test_RegCore… in test_corefl()
148 …OSL_ENSURE(xClass->getMethods().getArray()[3]->getExceptionTypes().getLength() == 0, "test_RegCore… in test_corefl()
149 …OSL_ENSURE(xClass->getMethods().getArray()[4]->getName() == "methodB", "test_RegCoreReflection(): … in test_corefl()
150 …OSL_ENSURE(xClass->getMethods().getArray()[4]->getMode() == MethodMode_ONEWAY, "test_RegCoreReflec… in test_corefl()
152 …OSL_ENSURE(xClass->getMethods().getArray()[4]->getParameterTypes().getLength() == 1, "test_RegCore… in test_corefl()
158 …OSL_ENSURE(xClass->getMethods().getArray()[5]->getName() == "methodC", "test_RegCoreReflection(): … in test_corefl()
159 …OSL_ENSURE(xClass->getMethods().getArray()[5]->getMode() == MethodMode_TWOWAY, "test_RegCoreReflec… in test_corefl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/test/
H A Dtestcorefl.cxx143 OSL_ENSURE(xClass->getMethods().getLength() == 7, "test_RegCoreReflection(): error 11"); in test_corefl()
144 OSL_ENSURE(xA->getMethods().getLength() == 7, "test_RegCoreReflection(): error 11a"); in test_corefl()
145 …OSL_ENSURE(xClass->getMethods().getArray()[3]->getName() == "methodA"), "test_RegCoreReflection():… in test_corefl()
147 …OSL_ENSURE(xClass->getMethods().getArray()[3]->getParameterTypes().getLength() == 0, "test_RegCore… in test_corefl()
148 …OSL_ENSURE(xClass->getMethods().getArray()[3]->getExceptionTypes().getLength() == 0, "test_RegCore… in test_corefl()
149 …OSL_ENSURE(xClass->getMethods().getArray()[4]->getName() == "methodB", "test_RegCoreReflection(): … in test_corefl()
150 …OSL_ENSURE(xClass->getMethods().getArray()[4]->getMode() == MethodMode_ONEWAY, "test_RegCoreReflec… in test_corefl()
152 …OSL_ENSURE(xClass->getMethods().getArray()[4]->getParameterTypes().getLength() == 1, "test_RegCore… in test_corefl()
158 …OSL_ENSURE(xClass->getMethods().getArray()[5]->getName() == "methodC", "test_RegCoreReflection(): … in test_corefl()
159 …OSL_ENSURE(xClass->getMethods().getArray()[5]->getMode() == MethodMode_TWOWAY, "test_RegCoreReflec… in test_corefl()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/
H A DOverrideTest.java184 IMethodBinding ag2= a.getMethods()[1].resolveBinding(); in test15Bug100233()
187 IMethodBinding bg1= b.getMethods()[0].resolveBinding(); in test15Bug100233()
188 IMethodBinding bg2= b.getMethods()[1].resolveBinding(); in test15Bug100233()
324 IMethodBinding cid= c.getMethods()[0].resolveBinding(); in test15JLS3_848_3()
433 IMethodBinding am= a.getMethods()[0].resolveBinding(); in test15ClassTypeVars2()
436 IMethodBinding bm= b.getMethods()[0].resolveBinding(); in test15ClassTypeVars2()
439 IMethodBinding cm= c.getMethods()[0].resolveBinding(); in test15ClassTypeVars2()
570 IMethodBinding am= a.getMethods()[0].resolveBinding(); in test15MethodTypeVars4()
573 IMethodBinding bm= b.getMethods()[0].resolveBinding(); in test15MethodTypeVars4()
597 IMethodBinding bm= b.getMethods()[0].resolveBinding(); in test15MethodTypeVars5()
[all …]
/dports/ports-mgmt/bsdadminscripts2/bsda2-0.4.2/tests/
H A Dbsda_obj.sh19 Foo.getMethods | grep -qFx public:delete
20 Foo.getMethods | grep -qFx public:dump
21 Foo.getMethods | grep -qFx public:copy
22 Foo.getMethods | grep -qFx public:serialise
27 Bar.getMethods | grep -qFx public:delete
28 Bar.getMethods | grep -qFx public:dump
29 ! Bar.getMethods | grep -qFx public:copy
46 Baz.getMethods | grep -qFx public:getValue
47 Baz.getMethods | grep -qFx public:setValue
60 Baz.getMethods | grep -qFx public:getValue
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Tests/Routing/Loader/
H A DRestRouteLoaderTest.php36 $methods = $route->getMethods();
58 $methods = $route->getMethods();
245 $this->assertEquals($expectedMethod, $collection->get('new_users')->getMethods());
246 $this->assertEquals($expectedMethod, $collection->get('edit_user')->getMethods());
247 $this->assertEquals($expectedMethod, $collection->get('remove_user')->getMethods());
250 $this->assertEquals($expectedMethod, $collection->get('new_user_comments')->getMethods());
255 $this->assertEquals($expectedMethod, $subcollection->get('new_topics')->getMethods());
256 $this->assertEquals($expectedMethod, $subcollection->get('edit_topic')->getMethods());
257 $this->assertEquals($expectedMethod, $subcollection->get('remove_topic')->getMethods());
299 $this->assertEquals($expectedMethod, $collection->get('get_media')->getMethods());
[all …]
/dports/lang/php73/php-7.3.33/ext/reflection/tests/
H A DReflectionClass_getMethods_002.phpt2 ReflectionClass::getMethods() - invalid arguments
10 $rc->getMethods('X');
11 $rc->getMethods('X', true);
16 Warning: ReflectionClass::getMethods() expects parameter 1 to be int, string given in %s on line 4
18 Warning: ReflectionClass::getMethods() expects at most 1 parameter, 2 given in %s on line 5
H A DReflectionClass_getMethods_003.phpt2 ReflectionClass::getMethods()
25 var_dump($rc->getMethods(0));
28 var_dump($rc->getMethods($pubFlag));
31 var_dump($rc->getMethods($privFlag));
34 var_dump($rc->getMethods($StaticFlag | $pubFlag));
37 var_dump($rc->getMethods($StaticFlag | $privFlag));
/dports/www/mod_php73/php-7.3.33/ext/reflection/tests/
H A DReflectionClass_getMethods_002.phpt2 ReflectionClass::getMethods() - invalid arguments
10 $rc->getMethods('X');
11 $rc->getMethods('X', true);
16 Warning: ReflectionClass::getMethods() expects parameter 1 to be int, string given in %s on line 4
18 Warning: ReflectionClass::getMethods() expects at most 1 parameter, 2 given in %s on line 5
H A DReflectionClass_getMethods_003.phpt2 ReflectionClass::getMethods()
25 var_dump($rc->getMethods(0));
28 var_dump($rc->getMethods($pubFlag));
31 var_dump($rc->getMethods($privFlag));
34 var_dump($rc->getMethods($StaticFlag | $pubFlag));
37 var_dump($rc->getMethods($StaticFlag | $privFlag));
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/
H A DSourceElementParserTest.java1488 methods = members[0].getMethods(); in test15()
1582 methods = members[0].getMethods(); in test16()
1690 methods = members[0].getMethods(); in test17()
1786 methods = members[0].getMethods(); in test18()
2308 methods = members[0].getMethods(); in test26()
2379 methods = members[0].getMethods(); in test27()
2448 methods = members[0].getMethods(); in test28()
3147 methods = members[0].getMethods(); in test37()
3228 methods = members[0].getMethods(); in test38()
3310 methods = members[0].getMethods(); in test39()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt2 ReflectionClass::getMethods()
25 var_dump($rc->getMethods(0));
28 var_dump($rc->getMethods($pubFlag));
31 var_dump($rc->getMethods($privFlag));
34 var_dump($rc->getMethods($StaticFlag | $pubFlag));
37 var_dump($rc->getMethods($StaticFlag | $privFlag));
/dports/lang/php80/php-8.0.15/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt2 ReflectionClass::getMethods()
25 var_dump($rc->getMethods(0));
28 var_dump($rc->getMethods($pubFlag));
31 var_dump($rc->getMethods($privFlag));
34 var_dump($rc->getMethods($StaticFlag | $pubFlag));
37 var_dump($rc->getMethods($StaticFlag | $privFlag));
/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt2 ReflectionClass::getMethods()
25 var_dump($rc->getMethods(0));
28 var_dump($rc->getMethods($pubFlag));
31 var_dump($rc->getMethods($privFlag));
34 var_dump($rc->getMethods($StaticFlag | $pubFlag));
37 var_dump($rc->getMethods($StaticFlag | $privFlag));
/dports/lang/php74/php-7.4.27/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt2 ReflectionClass::getMethods()
25 var_dump($rc->getMethods(0));
28 var_dump($rc->getMethods($pubFlag));
31 var_dump($rc->getMethods($privFlag));
34 var_dump($rc->getMethods($StaticFlag | $pubFlag));
37 var_dump($rc->getMethods($StaticFlag | $privFlag));
/dports/www/mod_php74/php-7.4.27/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt2 ReflectionClass::getMethods()
25 var_dump($rc->getMethods(0));
28 var_dump($rc->getMethods($pubFlag));
31 var_dump($rc->getMethods($privFlag));
34 var_dump($rc->getMethods($StaticFlag | $pubFlag));
37 var_dump($rc->getMethods($StaticFlag | $privFlag));
/dports/www/mod_php80/php-8.0.15/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt2 ReflectionClass::getMethods()
25 var_dump($rc->getMethods(0));
28 var_dump($rc->getMethods($pubFlag));
31 var_dump($rc->getMethods($privFlag));
34 var_dump($rc->getMethods($StaticFlag | $pubFlag));
37 var_dump($rc->getMethods($StaticFlag | $privFlag));
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/tests/src/Unit/Routing/
H A DRoutesTest.php91 $this->assertEquals(['GET'], $route->getMethods());
98 $this->assertEquals(['POST'], $route->getMethods());
114 $this->assertEquals(['GET'], $route->getMethods());
125 $this->assertEquals(['PATCH'], $route->getMethods());
136 $this->assertEquals(['DELETE'], $route->getMethods());
157 $this->assertEquals(['GET'], $route->getMethods());
178 $this->assertEquals(['GET'], $route->getMethods());
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/tests/src/Unit/Routing/
H A DRoutesTest.php91 $this->assertEquals(['GET'], $route->getMethods());
98 $this->assertEquals(['POST'], $route->getMethods());
114 $this->assertEquals(['GET'], $route->getMethods());
125 $this->assertEquals(['PATCH'], $route->getMethods());
136 $this->assertEquals(['DELETE'], $route->getMethods());
157 $this->assertEquals(['GET'], $route->getMethods());
178 $this->assertEquals(['GET'], $route->getMethods());
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/support/
H A DReflectiveMethodResolver.java95 Method[] methods = getMethods(type, targetObject); in resolve()
202 private Method[] getMethods(Class<?> type, Object targetObject) { in getMethods() method in ReflectiveMethodResolver
205 methods.addAll(Arrays.asList(getMethods(type))); in getMethods()
206 methods.addAll(Arrays.asList(getMethods(targetObject.getClass()))); in getMethods()
209 return getMethods(type); in getMethods()
220 protected Method[] getMethods(Class<?> type) { in getMethods() method in ReflectiveMethodResolver
221 return type.getMethods(); in getMethods()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/
H A DAnnotationClassLoaderTest.php141 …$this->assertEquals($routeData['methods'], $route->getMethods(), '->load preserves methods annotat…
177 …erge($classRouteData['methods'], $methodRouteData['methods']), $route->getMethods(), '->load merge…
205 …$this->assertEquals($classRouteData['methods'], $route->getMethods(), '->load preserves class rout…
240 …$this->assertEquals($classRouteData['methods'], $route->getMethods(), '->load preserves class rout…
275 …$this->assertEquals($classRouteData1['methods'], $route->getMethods(), '->load preserves class rou…
281 …$this->assertEquals($classRouteData2['methods'], $route->getMethods(), '->load preserves class rou…
320 …erge($classRouteData['methods'], $methodRouteData['methods']), $route->getMethods(), '->load merge…
/dports/www/elgg/elgg-3.3.23/vendor/symfony/routing/Tests/Loader/
H A DAnnotationClassLoaderTest.php141 …$this->assertEquals($routeData['methods'], $route->getMethods(), '->load preserves methods annotat…
177 …erge($classRouteData['methods'], $methodRouteData['methods']), $route->getMethods(), '->load merge…
205 …$this->assertEquals($classRouteData['methods'], $route->getMethods(), '->load preserves class rout…
240 …$this->assertEquals($classRouteData['methods'], $route->getMethods(), '->load preserves class rout…
275 …$this->assertEquals($classRouteData1['methods'], $route->getMethods(), '->load preserves class rou…
281 …$this->assertEquals($classRouteData2['methods'], $route->getMethods(), '->load preserves class rou…
320 …erge($classRouteData['methods'], $methodRouteData['methods']), $route->getMethods(), '->load merge…
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/routing/Tests/Loader/
H A DAnnotationClassLoaderTest.php141 …$this->assertEquals($routeData['methods'], $route->getMethods(), '->load preserves methods annotat…
177 …erge($classRouteData['methods'], $methodRouteData['methods']), $route->getMethods(), '->load merge…
205 …$this->assertEquals($classRouteData['methods'], $route->getMethods(), '->load preserves class rout…
240 …$this->assertEquals($classRouteData['methods'], $route->getMethods(), '->load preserves class rout…
275 …$this->assertEquals($classRouteData1['methods'], $route->getMethods(), '->load preserves class rou…
281 …$this->assertEquals($classRouteData2['methods'], $route->getMethods(), '->load preserves class rou…
320 …erge($classRouteData['methods'], $methodRouteData['methods']), $route->getMethods(), '->load merge…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Loader/
H A DAnnotationClassLoaderTest.php141 …$this->assertEquals($routeData['methods'], $route->getMethods(), '->load preserves methods annotat…
177 …erge($classRouteData['methods'], $methodRouteData['methods']), $route->getMethods(), '->load merge…
205 …$this->assertEquals($classRouteData['methods'], $route->getMethods(), '->load preserves class rout…
240 …$this->assertEquals($classRouteData['methods'], $route->getMethods(), '->load preserves class rout…
275 …$this->assertEquals($classRouteData1['methods'], $route->getMethods(), '->load preserves class rou…
281 …$this->assertEquals($classRouteData2['methods'], $route->getMethods(), '->load preserves class rou…
320 …erge($classRouteData['methods'], $methodRouteData['methods']), $route->getMethods(), '->load merge…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Class/getMethods/
H A DStarInheritance.java87 test(A1.class.getMethods(), new ArrayList(Arrays.asList(l1))); in main()
90 test(A2.class.getMethods(), new ArrayList(Arrays.asList(l2))); in main()
93 test(A3.class.getMethods(), new ArrayList(Arrays.asList(l3))); in main()
96 test(A4.class.getMethods(), new ArrayList(Arrays.asList(l4))); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Class/getMethods/
H A DStarInheritance.java87 test(A1.class.getMethods(), new ArrayList(Arrays.asList(l1))); in main()
90 test(A2.class.getMethods(), new ArrayList(Arrays.asList(l2))); in main()
93 test(A3.class.getMethods(), new ArrayList(Arrays.asList(l3))); in main()
96 test(A4.class.getMethods(), new ArrayList(Arrays.asList(l4))); in main()

12345678910>>...108