Home
last modified time | relevance | path

Searched defs:arguments (Results 101 – 125 of 155) sorted by path

1234567

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php152 …public function getMock($type, $methods = [], array $arguments = [], $mockClassName = '', $callOri…
290 …type = '', $callOriginalConstructor = false, $callAutoload = false, array $arguments = [], $callOr…
370 …public function getMockForAbstractClass($originalClassName, array $arguments = [], $mockClassName …
433 …public function getMockForTrait($traitName, array $arguments = [], $mockClassName = '', $callOrigi…
494 …public function getObjectForTrait($traitName, array $arguments = [], $traitClassName = '', $callOr…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1534 …protected function getMock($originalClassName, $methods = [], array $arguments = [], $mockClassNam…
1592 …protected function getMockClass($originalClassName, $methods = [], array $arguments = [], $mockCla…
1626 …protected function getMockForAbstractClass($originalClassName, array $arguments = [], $mockClassNa…
1706 …protected function getMockForTrait($traitName, array $arguments = [], $mockClassName = '', $callOr…
1739 …protected function getObjectForTrait($traitName, array $arguments = [], $traitClassName = '', $cal…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php20 protected $arguments = [ variable in PHPUnit_TextUI_Command
H A DTestRunner.php85 public static function run($test, array $arguments = [])
117 private function processSuiteFilters(PHPUnit_Framework_TestSuite $suite, array $arguments)
157 public function doRun(PHPUnit_Framework_Test $suite, array $arguments = [], $exit = true)
725 protected function handleConfiguration(array &$arguments)
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php54 …protected function getAttribute($node, $attribute, $arguments = array(), $type = Twig_Node_Express…
65 protected function call($node, $attribute, $arguments = array(), $line = -1)
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c706 zval *arguments = NULL; in PHP_FUNCTION() local
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFilter.php28 protected $arguments = []; variable in Twig_Filter
41 public function setArguments($arguments)
H A DFilterInterface.php42 public function setArguments($arguments);
H A DFunction.php28 protected $arguments = []; variable in Twig_Function
39 public function setArguments($arguments)
H A DFunctionInterface.php39 public function setArguments($arguments);
H A DTest.php24 protected $arguments = []; variable in Twig_Test
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php112 protected function getArguments($callable, $arguments)
H A DFilterExpression.php20 …erface $node, ConstantExpression $filterName, \Twig_NodeInterface $arguments, $lineno, $tag = null)
H A DFunctionExpression.php19 public function __construct($name, \Twig_NodeInterface $arguments, $lineno)
H A DGetAttrExpression.php20 …ruct(AbstractExpression $node, AbstractExpression $attribute, AbstractExpression $arguments = null…
H A DMethodCallExpression.php18 …public function __construct(AbstractExpression $node, $method, ArrayExpression $arguments, $lineno)
H A DTestExpression.php19 …ction __construct(\Twig_NodeInterface $node, $name, \Twig_NodeInterface $arguments = null, $lineno)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php32 …erface $node, ConstantExpression $filterName, \Twig_NodeInterface $arguments, $lineno, $tag = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php36 …ction __construct(\Twig_NodeInterface $node, $name, \Twig_NodeInterface $arguments = null, $lineno)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php26 …__construct($name, \Twig_NodeInterface $body, \Twig_NodeInterface $arguments, $lineno, $tag = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php503 …protected function getAttribute($object, $item, array $arguments = [], $type = self::ANY_CALL, $is…
H A DTwigFilter.php28 protected $arguments = []; variable in Twig\\TwigFilter
63 public function setArguments($arguments)
H A DTwigFunction.php28 protected $arguments = []; variable in Twig\\TwigFunction
61 public function setArguments($arguments)
H A DTwigTest.php27 private $arguments = []; variable in Twig\\TwigTest
76 public function setArguments($arguments)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php257 public function __call($method, $arguments)
266 public static function __callStatic($method, $arguments)

1234567