Home
last modified time | relevance | path

Searched refs:hasReturnType (Results 1 – 25 of 76) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
H A DTaskAPMTest.cs50 public void WaitUntilCompleteTechnique(bool hasReturnType) in WaitUntilCompleteTechnique() argument
52 _hasReturnType = hasReturnType; in WaitUntilCompleteTechnique()
72 public void PollUntilCompleteTechnique(bool hasReturnType) in PollUntilCompleteTechnique() argument
74 _hasReturnType = hasReturnType; in PollUntilCompleteTechnique()
97 public void WaitOnAsyncWaitHandleTechnique(bool hasReturnType) in WaitOnAsyncWaitHandleTechnique() argument
99 _hasReturnType = hasReturnType; in WaitOnAsyncWaitHandleTechnique()
118 public void CallbackTechnique(bool hasReturnType) in CallbackTechnique() argument
120 _hasReturnType = hasReturnType; in CallbackTechnique()
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/
H A DClassCodeGeneratorSpec.php39 $method1->hasReturnType()->willReturn(true);
49 $method2->hasReturnType()->willReturn(false);
58 $method3->hasReturnType()->willReturn(true);
68 $method4->hasReturnType()->willReturn(true);
78 $method5->hasReturnType()->willReturn(true);
255 $method1->hasReturnType()->willReturn(false);
263 $method2->hasReturnType()->willReturn(false);
271 $method3->hasReturnType()->willReturn(false);
279 $method4->hasReturnType()->willReturn(false);
349 $method->hasReturnType()->willReturn(false);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/sebastian/type/src/
H A DReflectionMapper.php100 if ($method->hasReturnType()) {
113 if ($method->hasReturnType()) {
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php86 if ($method->hasReturnType()) {
94 return $method->hasReturnType() && $method->getReturnType() !== 'void'
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/
H A DMethodNodeSpec.php122 $this->hasReturnType()->shouldReturn(false);
131 $this->hasReturnType()->shouldReturn(true);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Test/
H A DForwardCompatTestTrait.php18 …class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Test/
H A DForwardCompatTestTrait.php18 …class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/
H A DForwardCompatTestTrait.php18 …class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Test/
H A DForwardCompatTestTrait.php18 …class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/Test/
H A DForwardCompatTestTrait.php18 …class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/
H A DForwardCompatTestTrait.php18 …class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Test/
H A DForwardCompatTestTrait.php18 …class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/validator/Test/
H A DForwardCompatTestTrait.php18 if ((new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
/dports/databases/php-tarantool/tarantool-php-0.3.3/test/
H A DPhpUnitCompat.php131 if ($testCaseRef->getMethod('setUp')->hasReturnType()) {
/dports/www/pecl-http/pecl_http-3.2.4/scripts/
H A Dgen_stubs.php122 if ($f->hasReturnType()) {
207 if ($m->hasReturnType()) {
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Listeners/
H A DDrupalListener.php99 …if (!$reflected_method->hasReturnType() || $reflected_method->getReturnType()->getName() !== 'void…
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/Layout/Factory/
H A DAbstractLayoutModification.php138 if (!$r->hasReturnType()
/dports/www/mod_php81/php-8.1.1/ext/reflection/tests/
H A DReflectionMethod_tentative_return_type.phpt16 var_dump($methodInfo->hasReturnType());
/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A DReflectionMethod_tentative_return_type.phpt16 var_dump($methodInfo->hasReturnType());
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php112 public function hasReturnType() function in Prophecy\\Doubler\\Generator\\Node\\MethodNode
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/dependency-injection/Compiler/
H A DAutowireRequiredMethodsPass.php105 … $reflectionType = $reflectionMethod->hasReturnType() ? $reflectionMethod->getReturnType() : null;
/dports/www/ilias6/ILIAS-6.14/Services/GlobalScreen/classes/Helper/
H A DBasicAccessCheckClosures.php128 if(!$r->hasReturnType() || !$r->getReturnType()->isBuiltin()){
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Generator/Implementation/CodeTextGenerator/
H A DCSCodeWriter.cs153 bool hasReturnType, Type returnType, in WriteGeneralMethod() argument
168 if (hasReturnType) in WriteGeneralMethod()
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Component/ProxyBuilder/
H A DProxyBuilder.php231 if ($reflection_method->hasReturnType()) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/common/lib/Doctrine/Common/Proxy/
H A DProxyGenerator.php1022 if ( ! method_exists($method, 'hasReturnType') || ! $method->hasReturnType()) {
1036 if ( ! method_exists($method, 'hasReturnType') || ! $method->hasReturnType()) {

1234