Home
last modified time | relevance | path

Searched defs:arguments (Results 1 – 25 of 181) sorted by relevance

12345678

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DJavaScriptExecutor.php19 public function executeScript($script, array $arguments = []);
34 public function executeAsyncScript($script, array $arguments = []);
/plugin/jplayer/vendor/symfony/process/
DProcessBuilder.php26 private $arguments; variable in Symfony\\Component\\Process\\ProcessBuilder
39 public function __construct(array $arguments = [])
51 public static function create(array $arguments = [])
96 public function setArguments(array $arguments)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DLayer.php25 public $arguments; variable in Google\\Service\\OnDemandScanning\\Layer
34 public function setArguments($arguments)
DCompleteness.php25 public $arguments; variable in Google\\Service\\OnDemandScanning\\Completeness
38 public function setArguments($arguments)
DSlsaCompleteness.php25 public $arguments; variable in Google\\Service\\OnDemandScanning\\SlsaCompleteness
38 public function setArguments($arguments)
DSlsaRecipe.php25 public $arguments; variable in Google\\Service\\OnDemandScanning\\SlsaRecipe
46 public function setArguments($arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
DArgumentsWildcard.php32 public function __construct(array $arguments)
50 public function scoreArguments(array $arguments)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DLayer.php25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\Layer
34 public function setArguments($arguments)
DCompleteness.php25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\Completeness
38 public function setArguments($arguments)
DSlsaCompleteness.php25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\SlsaCompleteness
38 public function setArguments($arguments)
DSlsaRecipe.php25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\SlsaRecipe
46 public function setArguments($arguments)
DRecipe.php26 public $arguments; variable in Google\\Service\\ContainerAnalysis\\Recipe
47 public function setArguments($arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
DCallCenter.php56 public function makeCall(ObjectProphecy $prophecy, $methodName, array $arguments)
151 array $arguments)
219 private function indentArguments(array $arguments, $indentationLength)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
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/phpspec/prophecy/src/Prophecy/Exception/Doubler/
DMethodNotFoundException.php29 private $arguments; variable in Prophecy\\Exception\\Doubler\\MethodNotFoundException
37 public function __construct($message, $classname, $methodName, $arguments = null)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
DUnexpectedCallException.php20 private $arguments; variable in Prophecy\\Exception\\Call\\UnexpectedCallException
23 $methodName, array $arguments)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
DFunction.php28 protected $arguments = []; variable in Twig_Function
39 public function setArguments($arguments)
DFilter.php28 protected $arguments = []; variable in Twig_Filter
41 public function setArguments($arguments)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
DMethod.php34 private $arguments = []; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Method
44 array $arguments = [],
211 private function filterArguments($arguments)
/plugin/scrape/vendor/symfony/css-selector/Node/
DFunctionNode.php30 private $arguments; variable in Symfony\\Component\\CssSelector\\Node\\FunctionNode
35 public function __construct(NodeInterface $selector, string $name, array $arguments = [])
/plugin/findologicxmlexport/vendor/hoa/consistency/
DXcallable.php168 public function distributeArguments(array $arguments)
180 public function getValidCallback(array &$arguments = [])
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
DLazyDouble.php30 private $arguments = null; variable in Prophecy\\Doubler\\LazyDouble
103 public function setArguments(array $arguments = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/
DTwigTest.php27 private $arguments = []; variable in Twig\\TwigTest
76 public function setArguments($arguments)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php24 private $arguments = []; variable in Facebook\\WebDriver\\Firefox\\FirefoxOptions
67 public function addArguments(array $arguments)
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
DDsnFunction.php28 private $arguments; variable in Nyholm\\Dsn\\Configuration\\DsnFunction
35 public function __construct(string $name, array $arguments, array $parameters = [])

12345678