Home
last modified time | relevance | path

Searched refs:returnType (Results 1 – 25 of 26) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php63 public $returnType; variable in PHPUnit_Framework_MockObject_Invocation_Static
74 * @param string $returnType
77 …public function __construct($className, $methodName, array $parameters, $returnType, $cloneObjects… argument
83 if (strpos($returnType, '?') === 0) {
84 $returnType = substr($returnType, 1);
88 $this->returnType = $returnType;
119 $this->returnType ? sprintf(': %s', $this->returnType) : ''
128 switch ($this->returnType) {
154 return $generator->getMock($this->returnType, [], [], '', false);
H A DObject.php27 * @param string $returnType
31 …public function __construct($className, $methodName, array $parameters, $returnType, $object, $clo… argument
33 parent::__construct($className, $methodName, $parameters, $returnType, $cloneObjects);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php40 private $returnType; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Method
45 Type $returnType = null, argument
52 if ($returnType === null) {
53 $returnType = new Void_();
58 $this->returnType = $returnType;
125 list(, $static, $returnType, $methodName, $arguments, $description) = $matches;
129 if ($returnType === '') {
130 $returnType = 'void';
133 $returnType = $typeResolver->resolve($returnType, $context);
194 return $this->returnType;
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php40 * @param string $returnType Type of Geometry to return. Can either be 'points' or 'bounds' (polygon)
49 public function read($address, $apiKey = null, $returnType = 'point', $bounds = false, $returnMultiple = false) argument
71 if ($returnType == 'point') {
74 if ($returnType == 'bounds' || $returnType == 'polygon') {
78 if ($returnType == 'point') {
85 if ($returnType == 'bounds' || $returnType == 'polygon') {
117 * @param string $returnType Should be either 'string' or 'array' or 'both'
123 public function write(Geometry $geometry, $apiKey = null, $returnType argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1RoutineSpec.php36 public $returnType; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1RoutineSpec
89 public function setReturnType($returnType) argument
91 $this->returnType = $returnType;
98 return $this->returnType;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php29 private $returnType; variable in Prophecy\\Doubler\\Generator\\Node\\MethodNode
114 return null !== $this->returnType;
123 $this->returnType = null;
135 $this->returnType = $this->typeHintReference->isBuiltInReturnTypeHint($type) ?
142 return $this->returnType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRoutine.php215 public function setReturnType(StandardSqlDataType $returnType) argument
217 $this->returnType = $returnType;
224 return $this->returnType;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php147 $returnType = (string) $method->getReturnType();
148 $returnTypeLower = strtolower($returnType);
151 $returnType = $method->getDeclaringClass()->getName();
154 $returnType = $method->getDeclaringClass()->getParentClass()->getName();
157 $node->setReturnType($returnType);
/plugin/codemirror/dist/modes/
H A Dscheme.min.js.map1returnType","next","escaped","maybeEnd","peek","eatWhile","ch","eat","numTest","hasExactness","has…
H A Dcobol.min.js.map1returnType","col","column","skipToEnd","current","match","undefined","propertyIsEnumerable","toUpp…
H A Dmarkdown.min.js.map1returnType","styles","i","taskOpen","join","taskClosed","listMod","handleText","text","ch","next",…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php90 $returnType = $returnParts[1];
93 $typeNames = explode('|', $returnType);
103 if ($returnType !== $suggestedType) {
107 $returnType,
123 if ($returnType === 'void') {
152 … } else if ($returnType !== 'mixed' && in_array('void', $typeNames, true) === false) {
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as446 var returnType:Object;
448 returnType=myMp3Player;
451 returnType=myRtmpPlayer;
454 returnType=myMp4Player;
456 return returnType;
461 var returnType:Object = getType();
462 return returnType.load();
466 var returnType:Object = getType();
471 var returnType:Object = getType();
476 var returnType:Object = getType();
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/
H A DStaticTest.php85 $this->assertSame($expectedReturnType, $invocation->returnType);
H A DObjectTest.php106 $this->assertSame($expectedReturnType, $invocation->returnType);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc88 <cffunction name="init" access="public" output="false" returnType="void">
112 <cffunction name="flipHorizontal" access="public" output="true" returnType="void" hint="Flip an ima…
183 <cffunction name="setOption" access="public" output="true" returnType="void" hint="Sets values for …
193 <cffunction name="getOption" access="public" output="true" returnType="any" hint="Returns the curre…
238 <cffunction name="watermark" access="public" output="false" returnType="void">
258 <cffunction name="save" access="public" output="false" returnType="void">
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc88 returnType="boolean"
152 returnType="string"
177 returnType="string"
210 returnType="string"
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1007 $returnType = (string) $method->getReturnType();
1009 $returnType = '';
1026 $returnType,
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2returnType,argTypes,args){var func=getCFunc(ident);var cArgs=[];if(args){for(var i=0;i<args.length… argument
H A Dvorbis.js2returnType,argTypes,args){var func=getCFunc(ident);var cArgs=[];if(args){for(var i=0;i<args.length… argument
H A Dopus.js2returnType,argTypes,args){var func=getCFunc(ident);var cArgs=[];if(args){for(var i=0;i<args.length… argument
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1returnType","methodStart","methodEnd","firstChar","addTspan","textEl","isFirst","conf","tSpan","cl…
/plugin/openlayersmap/ol7/
H A Dol.js.map

12