Home
last modified time | relevance | path

Searched refs:getReturnType (Results 1 – 12 of 12) sorted by last modified time

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRoutine.php222 public function getReturnType() function in Google\\Service\\Bigquery\\Routine
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1RoutineSpec.php96 public function getReturnType() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1RoutineSpec
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/ol3/
H A Dscript.js8getReturnType(e.slice(1))}function Ch(t){return Math.log2(t)%1==0}function Oh(t){var e=t.toString(…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php73 $this->getReturnType($method)
83 private function getReturnType(Node\MethodNode $method) function in Prophecy\\Doubler\\Generator\\ClassCodeGenerator
88 ? sprintf(': ?%s', $method->getReturnType())
89 : sprintf(': %s', $method->getReturnType());
94 return $method->hasReturnType() && $method->getReturnType() !== 'void'
95 ? sprintf(': %s', $method->getReturnType())
H A DClassMirror.php147 $returnType = (string) $method->getReturnType();
159 … if (version_compare(PHP_VERSION, '7.1', '>=') && $method->getReturnType()->allowsNull()) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DProphecySubjectPatch.php53 if ($method->getReturnType() === 'void') {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1007 $returnType = (string) $method->getReturnType();
1285 && $method->getReturnType()->allowsNull();
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php192 public function getReturnType() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Method
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php140 public function getReturnType() function in Prophecy\\Doubler\\Generator\\Node\\MethodNode
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php74 $type = (string) $reflectedMethod->getReturnType();