Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A 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]);
92 $node->getArguments([$this, 'customFunctionWithArbitraryArguments'], []);
114 $node->getArguments('custom_Twig_Tests_Node_Expression_CallTest_function', []);
124 $node->getArguments(new CallableTestClass(), []);
130 public function getArguments($callable, $arguments) function in Twig_Tests_Node_Expression_Call
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A 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());
H A 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/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A 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->parameters) ? '' : '?'.http_build_query($this->parameters));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php72 public function getArguments() function in Prophecy\\Call\\Call
160 return $this->scores[$wildcard] = $wildcard->scoreArguments($this->getArguments());
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php108 $this->message = @vsprintf($message, $this->getArguments());
148 public function getArguments() function in Hoa\\Exception\\Idle
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFunctionInterface.php41 public function getArguments(); function
H A DFilterInterface.php44 public function getArguments(); function
H A DFunction.php44 public function getArguments() function in Twig_Function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DLayer.php41 public function getArguments() function in Google\\Service\\OnDemandScanning\\Layer
H A DCompleteness.php45 public function getArguments() function in Google\\Service\\OnDemandScanning\\Completeness
H A DSlsaCompleteness.php45 public function getArguments() function in Google\\Service\\OnDemandScanning\\SlsaCompleteness
H A DSlsaRecipe.php53 public function getArguments() function in Google\\Service\\OnDemandScanning\\SlsaRecipe
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DLayer.php41 public function getArguments() function in Google\\Service\\ContainerAnalysis\\Layer
H A DSlsaCompleteness.php45 public function getArguments() function in Google\\Service\\ContainerAnalysis\\SlsaCompleteness
H A DCompleteness.php45 public function getArguments() function in Google\\Service\\ContainerAnalysis\\Completeness
H A DSlsaRecipe.php53 public function getArguments() function in Google\\Service\\ContainerAnalysis\\SlsaRecipe
H A DRecipe.php54 public function getArguments() function in Google\\Service\\ContainerAnalysis\\Recipe
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DReflectionClassNewInstancePatch.php43 foreach ($node->getMethod('newInstance')->getArguments() as $argument) {
H A DDisableConstructorPatch.php51 foreach ($constructor->getArguments() as $argument) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
H A DUnexpectedCallException.php36 public function getArguments() function in Prophecy\\Exception\\Call\\UnexpectedCallException
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DMethodNotFoundException.php56 public function getArguments() function in Prophecy\\Exception\\Doubler\\MethodNotFoundException
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTwigTest.php81 public function getArguments() function in Twig\\TwigTest
/plugin/canvas/
H A 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/
H A DIdle.php95 ->when($result = $exception->getArguments())
105 ->when($result = $exception->getArguments())

123