Home
last modified time | relevance | path

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

12345678

/plugin/button/
Daction.php64 $returnValue = $match;
66 if($state !== DOKU_LEXER_ENTER) 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'];
91 return $returnValue;
/plugin/asciidocjs/node_modules/chalk/source/
Dutil.js11 let returnValue = '';
13 returnValue += string.substr(endIndex, index - endIndex) + substring + replacer;
18 returnValue += string.substr(endIndex);
19 return returnValue;
24 let returnValue = '';
27returnValue += string.substr(endIndex, (gotCR ? index - 1 : index) - endIndex) + prefix + (gotCR ?…
32 returnValue += string.substr(endIndex);
33 return returnValue;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
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/
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;
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/
DScriptExecutionResult.php28 public function setReturnValue(Value $returnValue) argument
30 $this->returnValue = $returnValue;
37 return $this->returnValue;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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));
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/
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']));
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/
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/asciidocjs/node_modules/wrap-ansi/
Dindex.js108 let returnValue = '';
172 returnValue += character;
188 returnValue += wrapAnsiHyperlink('');
192 returnValue += wrapAnsi(code);
196 returnValue += wrapAnsi(escapeCode);
200 returnValue += wrapAnsiHyperlink(escapeUrl);
205 return returnValue;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
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));
478 …$runtimeLoader->expects($this->any())->method('load')->will($this->returnValue(new Twig_Tests_Envi…
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
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/
DSerializationContextFactoryTest.php52 ->will($this->returnValue($context));
71 ->will($this->returnValue($context));
91 ->will($this->returnValue($context));
110 ->will($this->returnValue($context));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
DInvocationMocker.php123 $returnValue = null;
131 $returnValue = $value;
145 return $returnValue;
/plugin/grensladawritezor/fckeditor/editor/dialog/common/
Dfcknumericfield.htc9 event.returnValue =
17 return event.returnValue ;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
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/
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/
DTestCase.php289 ->will($this->returnValue(
325 ->will($this->returnValue(
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
DTextTest.php25 ->will($this->returnValue('utf-8'))
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
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/quickstats/scripts/
Dsorttable.js412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
/plugin/sqlraw/
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/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ui-deps.js138 var returnValue;
143 returnValue = value.apply( this, arguments );
148 return returnValue;
226 var returnValue = this;
233 returnValue = undefined;
240 returnValue = instance;
259 returnValue = methodValue && methodValue.jquery ?
260 returnValue.pushStack( methodValue.get() ) :
286 return returnValue;

12345678