/plugin/button/ |
H A D | action.php | 64 $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 D | DisjunctExclusionStrategyTest.php | 28 ->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 D | Call.php | 26 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 D | CallCenter.php | 102 $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 D | ScriptExecutionResult.php | 28 public function setReturnValue(Value $returnValue) argument 30 $this->returnValue = $returnValue; 37 return $this->returnValue;
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | AppendStreamTest.php | 22 ->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 D | GuzzleStreamWrapperTest.php | 69 ->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 D | AbstractFileDriverTest.php | 30 …$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 D | DriverChainTest.php | 19 ->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 D | PhptTestCaseTest.php | 87 ->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 D | EnvironmentTest.php | 93 …$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 D | MetadataFactoryTest.php | 119 … ->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 D | SerializationContextFactoryTest.php | 52 ->will($this->returnValue($context)); 71 ->will($this->returnValue($context)); 91 ->will($this->returnValue($context)); 110 ->will($this->returnValue($context));
|
H A D | GraphNavigatorTest.php | 76 ->will($this->returnValue($exclusionStrategy)); 106 ->will($this->returnValue($exclusionStrategy));
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | InvocationMocker.php | 123 $returnValue = null; 131 $returnValue = $value; 145 return $returnValue;
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/ |
H A D | SymfonyValidatorValidatorSubscriberTest.php | 31 ->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 D | ChainTest.php | 110 $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 D | TestCase.php | 289 ->will($this->returnValue( 325 ->will($this->returnValue(
|
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/ |
H A D | TextTest.php | 25 ->will($this->returnValue('utf-8'))
|
/plugin/sqlraw/ |
H A D | sorttable.min.js | 41 …returnValue=true;event=event||fixEvent(((this.ownerDocument||this.document||this).parentWindow||wi… 42 …returnValue;};function fixEvent(event){event.preventDefault=fixEvent.preventDefault;event.stopProp…
|
/plugin/quickstats/scripts/ |
H A D | sorttable.js | 412 var returnValue = true; 421 returnValue = false; 424 return returnValue; 434 this.returnValue = false;
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | GPX.php | 489 $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 D | followlinkcontent.js | 9 …cument.location.href==_.href){if(Q.preventDefault)Q.preventDefault();Q.returnValue=false}else{if(Q…
|
/plugin/mantisreporter/ |
H A D | syntax.php | 345 $returnValue = $sc->__call($function, $parameters, array()); 346 return $returnValue;
|
/plugin/codehighlight/cp/engines/ |
H A D | msie.js | 60 evt.returnValue = false; 64 evt.returnValue = false; 71 evt.returnValue = false;
|