Home
last modified time | relevance | path

Searched refs:getArguments (Results 1 – 25 of 56) sorted by relevance

123

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
DCallTest.php19 …$this->assertEquals(['U', null], $node->getArguments('date', ['format' => 'U', 'timestamp' => null…
29 $node->getArguments('date', ['timestamp' => 123456, 'Y-m-d']);
39 $node->getArguments('date', ['Y-m-d', 'format' => 'U']);
49 $node->getArguments('date', ['Y-m-d', 'timestamp' => null, 'unknown' => '']);
59 … $node->getArguments('date', ['Y-m-d', 'timestamp' => null, 'unknown1' => '', 'unknown2' => '']);
69 … $node->getArguments('substr_compare', ['abcd', 'bc', 'offset' => 1, 'case_sensitivity' => true]);
76 … $this->assertEquals(['arg1'], $node->getArguments([$this, 'customFunction'], ['arg1' => 'arg1']));
82 …$this->assertEquals(['arg1'], $node->getArguments(__CLASS__.'::customStaticFunction', ['arg1' => '…
92 $node->getArguments([$this, 'customFunctionWithArbitraryArguments'], []);
114 $node->getArguments('custom_Twig_Tests_Node_Expression_CallTest_function', []);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
DClosureTest.php36 $this->assertEquals(['$foo' => null, '$bar' => null], $this->functions[0]->getArguments());
37 $this->assertEquals(['$foo' => 'Foo', '$bar' => null], $this->functions[1]->getArguments());
38 …ssertEquals(['$foo' => null, '$bar' => null, '$baz' => null], $this->functions[2]->getArguments());
39 …sertEquals(['$foo' => 'Foo', '$bar' => null, '$baz' => null], $this->functions[3]->getArguments());
40 $this->assertEquals([], $this->functions[4]->getArguments());
41 $this->assertEquals([], $this->functions[5]->getArguments());
DFunctionTest.php36 $this->assertEquals([], $this->functions[0]->getArguments());
39 ['$baz' => 'Baz'], $this->functions[1]->getArguments()
43 ['$foobar' => 'Foobar'], $this->functions[2]->getArguments()
47 ['$barfoo' => 'Barfoo'], $this->functions[3]->getArguments()
50 $this->assertEquals([], $this->functions[4]->getArguments());
52 $this->assertEquals(['$x' => null, '$y' => null], $this->functions[5]->getArguments());
/plugin/scrape/vendor/symfony/css-selector/XPath/Extension/
DFunctionExtension.php54 [$a, $b] = Parser::parseSeries($function->getArguments());
56 …rrorException(sprintf('Invalid series: "%s".', implode('", "', $function->getArguments())), 0, $e);
133 $arguments = $function->getArguments();
151 $arguments = $function->getArguments();
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
DDsnFunction.php50 public function getArguments(): array function in Nyholm\\Dsn\\Configuration\\DsnFunction
107 …return sprintf('%s(%s)%s', $this->getName(), implode(' ', $this->getArguments()), empty($this->par…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
DCall.php72 public function getArguments() function in Prophecy\\Call\\Call
160 return $this->scores[$wildcard] = $wildcard->scoreArguments($this->getArguments());
/plugin/findologicxmlexport/vendor/hoa/exception/
DIdle.php108 $this->message = @vsprintf($message, $this->getArguments());
148 public function getArguments() function in Hoa\\Exception\\Idle
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
DFunctionInterface.php41 public function getArguments(); function
DFilterInterface.php44 public function getArguments(); function
DFunction.php44 public function getArguments() function in Twig_Function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DLayer.php41 public function getArguments() function in Google\\Service\\OnDemandScanning\\Layer
DCompleteness.php45 public function getArguments() function in Google\\Service\\OnDemandScanning\\Completeness
DSlsaCompleteness.php45 public function getArguments() function in Google\\Service\\OnDemandScanning\\SlsaCompleteness
DSlsaRecipe.php53 public function getArguments() function in Google\\Service\\OnDemandScanning\\SlsaRecipe
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DLayer.php41 public function getArguments() function in Google\\Service\\ContainerAnalysis\\Layer
DCompleteness.php45 public function getArguments() function in Google\\Service\\ContainerAnalysis\\Completeness
DSlsaCompleteness.php45 public function getArguments() function in Google\\Service\\ContainerAnalysis\\SlsaCompleteness
DSlsaRecipe.php53 public function getArguments() function in Google\\Service\\ContainerAnalysis\\SlsaRecipe
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
DReflectionClassNewInstancePatch.php43 foreach ($node->getMethod('newInstance')->getArguments() as $argument) {
DDisableConstructorPatch.php51 foreach ($constructor->getArguments() as $argument) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
DUnexpectedCallException.php36 public function getArguments() function in Prophecy\\Exception\\Call\\UnexpectedCallException
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
DMethodNotFoundException.php56 public function getArguments() function in Prophecy\\Exception\\Doubler\\MethodNotFoundException
/plugin/canvas/
Dcanvas.php100 $param = $this->getArguments($cparam, 'width');
196 protected function getArguments($args='', $singlekey='height') { function in syntax_plugin_canvas_canvas
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
DIdle.php95 ->when($result = $exception->getArguments())
105 ->when($result = $exception->getArguments())
/plugin/findologicxmlexport/vendor/twig/twig/src/
DTwigTest.php81 public function getArguments() function in Twig\\TwigTest

123