Home
last modified time | relevance | path

Searched defs:arguments (Results 26 – 50 of 155) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTwigFunction.php28 protected $arguments = []; variable in Twig\\TwigFunction
61 public function setArguments($arguments)
H A DTwigFilter.php28 protected $arguments = []; variable in Twig\\TwigFilter
63 public function setArguments($arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php98 public function willBeConstructedWith(array $arguments = null)
186 public function makeProphecyMethodCall($methodName, array $arguments)
240 public function __call($methodName, array $arguments)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.php23 public $arguments; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs
32 public function setArguments($arguments)
H A DBuildBazelRemoteExecutionV2Command.php23 public $arguments; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2Command
34 public function setArguments($arguments)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DParametersMatch.php35 public function with(...$arguments);
H A DInvocationMocker.php230 public function with(...$arguments)
244 public function withConsecutive(...$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/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php28 private $arguments = []; variable in Facebook\\WebDriver\\Chrome\\ChromeOptions
71 public function addArguments(array $arguments) argument
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php25 private $arguments; variable in Prophecy\\Call\\Call
42 public function __construct($methodName, array $arguments, $returnValue,
/plugin/letsencrypt/classes/
H A DHTMLLogger.php9 function __call($name, $arguments) {
H A DNullLogger.php9 function __call($name, $arguments) {
H A DCliLogger.php16 function __call($name, $arguments) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php129 public function executeScript($script, array $arguments = []) argument
157 public function executeAsyncScript($script, array $arguments = []) argument
390 protected function dispatch($method, ...$arguments) argument
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php70 private $arguments; variable in Google\\Task\\Runner
101 array $arguments = array()
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTest.php24 protected $arguments = []; variable in Twig_Test
H A DFunctionInterface.php39 public function setArguments($arguments);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php259 public function testGetAttribute($defined, $value, $object, $item, $arguments, $type)
269 …public function testGetAttributeStrict($defined, $value, $object, $item, $arguments, $type, $excep…
291 public function testGetAttributeDefined($defined, $value, $object, $item, $arguments, $type)
301 … public function testGetAttributeDefinedStrict($defined, $value, $object, $item, $arguments, $type)
513 …public function getAttribute($object, $item, array $arguments = [], $type = Template::ANY_CALL, $i…
773 public function __call($method, $arguments)
781 public function __call($method, $arguments)
/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/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DLogicalAndToken.php26 public function __construct(array $arguments)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseNodeFilter.php33 protected function createProcessBuilder(array $arguments = array())
H A DBaseProcessFilter.php40 protected function createProcessBuilder(array $arguments = array())
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php66 $arguments = [],
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DFunctionExpression.php19 public function __construct($name, \Twig_NodeInterface $arguments, $lineno)
H A DMethodCallExpression.php18 …public function __construct(AbstractExpression $node, $method, ArrayExpression $arguments, $lineno)

1234567