Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 25 of 168) sorted by relevance

1234567

/plugin/button/
H A Daction.php64 $returnValue = $match;
66 if($state !== DOKU_LEXER_ENTER) return $returnValue;
69 //if (($handler->id == $handler->origID) && ($handler->ns == $handler->origNS)) return $returnValue;
83 $returnValue="[[{" . $data['image'];
84 if ($data['css']) $returnValue .= "|" . $data['css'];
85 $returnValue.="}";
86 $returnValue.=$data['link'];
87 if (substr($match,-1) == "|") $returnValue.="|";
88 if ($data['title']) $returnValue .= "|" . $data['title'];
90 //dbglog("REWRITE : " . $match . " ----> " . $returnValue);
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DDisjunctExclusionStrategyTest.php28 ->will($this->returnValue(true));
49 ->will($this->returnValue(false));
54 ->will($this->returnValue(true));
72 ->will($this->returnValue(false));
77 ->will($this->returnValue(false));
95 ->will($this->returnValue(true));
116 ->will($this->returnValue(false));
121 ->will($this->returnValue(true));
139 ->will($this->returnValue(false));
144 ->will($this->returnValue(false));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php26 private $returnValue; variable in Prophecy\\Call\\Call
37 * @param mixed $returnValue
42 public function __construct($methodName, array $arguments, $returnValue, argument
47 $this->returnValue = $returnValue;
84 return $this->returnValue;
H A DCallCenter.php102 $returnValue = null;
106 $returnValue = $promise->execute($arguments, $prophecy, $methodProphecy);
112 if ($methodProphecy->hasReturnVoid() && $returnValue !== null) {
120 $methodName, $arguments, $returnValue, $exception, $file, $line
128 return $returnValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DScriptExecutionResult.php28 public function setReturnValue(Value $returnValue) argument
30 $this->returnValue = $returnValue;
37 return $this->returnValue;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php22 ->will($this->returnValue(true));
39 ->will($this->returnValue(true));
42 ->will($this->returnValue(true));
45 ->will($this->returnValue(false));
130 ->will($this->returnValue(null));
133 ->will($this->returnValue(true));
147 ->will($this->returnValue(true));
150 ->will($this->returnValue(false));
H A DGuzzleStreamWrapperTest.php69 ->will($this->returnValue(false));
72 ->will($this->returnValue(false));
89 ->will($this->returnValue(false));
92 ->will($this->returnValue(true));
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DAbstractFileDriverTest.php30 …$this->driver->expects($this->any())->method('getExtension')->will($this->returnValue(self::$exten…
40 ->will($this->returnValue('Some\Path'));
46 ->will($this->returnValue($metadata = new ClassMetadata('\stdClass')));
58 ->will($this->returnValue(null));
70 ->will($this->returnValue(['\stdClass']));
H A DDriverChainTest.php19 ->will($this->returnValue($metadata = new ClassMetadata('\stdClass')))
32 ->will($this->returnValue(['Foo']));
38 ->will($this->returnValue(['Bar']));
54 ->will($this->returnValue(null))
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php87 ->will($this->returnValue(['stdout' => '', 'stderr' => '']));
106 ->will($this->returnValue(['stdout' => '', 'stderr' => '']));
125 ->will($this->returnValue(['stdout' => 'skip: Reason', 'stderr' => '']));
203 ->will($this->returnValue(['stdout' => 'Hello PHPUnit!', 'stderr' => '']));
218 ->will($this->returnValue(['stdout' => 'Hello PHPUnit!', 'stderr' => '']));
233 ->will($this->returnValue(['stdout' => 'Hello PHPUnit!', 'stderr' => '']));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php93 …$loader->expects($this->any())->method('getSourceContext')->will($this->returnValue(new Source('',…
230 ->will($this->returnValue('key'));
233 ->will($this->returnValue(0));
259 ->will($this->returnValue('key'));
262 ->will($this->returnValue($now));
265 ->will($this->returnValue(true));
285 ->will($this->returnValue('key'));
288 ->will($this->returnValue($now));
291 ->will($this->returnValue(false));
536 ->will($this->returnValue(new Source($templateContent, $templateName)));
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php119 … ->will($this->returnValue($metadata = new ClassMetadata('Metadata\Tests\Fixtures\TestObject')))
129 ->will($this->returnValue(null))
149 ->will($this->returnValue(null))
194 ->will($this->returnValue([]));
213 ->will($this->returnValue(null))
254 ->will($this->returnValue(null))
263 ->will($this->returnValue(null))
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DSerializationContextFactoryTest.php52 ->will($this->returnValue($context));
71 ->will($this->returnValue($context));
91 ->will($this->returnValue($context));
110 ->will($this->returnValue($context));
H A DGraphNavigatorTest.php76 ->will($this->returnValue($exclusionStrategy));
106 ->will($this->returnValue($exclusionStrategy));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php123 $returnValue = null;
131 $returnValue = $value;
145 return $returnValue;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriberTest.php31 ->will($this->returnValue(new ConstraintViolationList()));
49 …->will($this->returnValue(new ConstraintViolationList([new ConstraintViolation('foo', 'foo', [], '…
69 ->will($this->returnValue(new ConstraintViolationList()));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php110 $loader1->expects($this->once())->method('exists')->will($this->returnValue(false));
116 …$loader2->expects($this->once())->method('getSourceContext')->will($this->returnValue(new Source('…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/
H A DTestCase.php289 ->will($this->returnValue(
325 ->will($this->returnValue(
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php25 ->will($this->returnValue('utf-8'))
/plugin/sqlraw/
H A Dsorttable.min.js41returnValue=true;event=event||fixEvent(((this.ownerDocument||this.document||this).parentWindow||wi…
42returnValue;};function fixEvent(event){event.preventDefault=fixEvent.preventDefault;event.stopProp…
/plugin/quickstats/scripts/
H A Dsorttable.js412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php489 $returnValue = $value;
491 $returnValue = '';
500 $returnValue .= "\n" . self::createNodes($subKey, $subValue, $indent . "\t") . "\n" . $indent;
503 return $indent . "<{$tagName}{$attributes}>{$returnValue}</{$tagName}>";
/plugin/indexmenu2/cms/modifiers/
H A Dfollowlinkcontent.js9 …cument.location.href==_.href){if(Q.preventDefault)Q.preventDefault();Q.returnValue=false}else{if(Q…
/plugin/mantisreporter/
H A Dsyntax.php345 $returnValue = $sc->__call($function, $parameters, array());
346 return $returnValue;
/plugin/codehighlight/cp/engines/
H A Dmsie.js60 evt.returnValue = false;
64 evt.returnValue = false;
71 evt.returnValue = false;

1234567