Home
last modified time | relevance | path

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

1234567

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DJavaScriptExecutor.php19 public function executeScript($script, array $arguments = []); argument
34 public function executeAsyncScript($script, array $arguments = []); argument
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php32 public function __construct(array $arguments)
50 public function scoreArguments(array $arguments)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DLayer.php25 public $arguments; variable in Google\\Service\\OnDemandScanning\\Layer
34 public function setArguments($arguments)
H A DCompleteness.php25 public $arguments; variable in Google\\Service\\OnDemandScanning\\Completeness
38 public function setArguments($arguments)
H A DSlsaCompleteness.php25 public $arguments; variable in Google\\Service\\OnDemandScanning\\SlsaCompleteness
38 public function setArguments($arguments)
H A DSlsaRecipe.php25 public $arguments; variable in Google\\Service\\OnDemandScanning\\SlsaRecipe
46 public function setArguments($arguments)
H A DRecipe.php26 public $arguments; variable in Google\\Service\\OnDemandScanning\\Recipe
47 public function setArguments($arguments)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DLayer.php25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\Layer
34 public function setArguments($arguments)
H A DSlsaCompleteness.php25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\SlsaCompleteness
38 public function setArguments($arguments)
H A DCompleteness.php25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\Completeness
38 public function setArguments($arguments)
H A DSlsaRecipe.php25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\SlsaRecipe
46 public function setArguments($arguments)
H A DRecipe.php26 public $arguments; variable in Google\\Service\\ContainerAnalysis\\Recipe
47 public function setArguments($arguments)
/plugin/jplayer/vendor/symfony/process/
H A 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/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A 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/
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/phpspec/prophecy/src/Prophecy/Exception/Call/
H A DUnexpectedCallException.php20 private $arguments; variable in Prophecy\\Exception\\Call\\UnexpectedCallException
23 $methodName, array $arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DMethodNotFoundException.php29 private $arguments; variable in Prophecy\\Exception\\Doubler\\MethodNotFoundException
37 public function __construct($message, $classname, $methodName, $arguments = null)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFunction.php28 protected $arguments = []; variable in Twig_Function
39 public function setArguments($arguments)
H A DFilter.php28 protected $arguments = []; variable in Twig_Filter
41 public function setArguments($arguments)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php34 private $arguments = []; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Method
44 array $arguments = [],
211 private function filterArguments($arguments)
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php168 public function distributeArguments(array $arguments)
180 public function getValidCallback(array &$arguments = [])
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTwigTest.php27 private $arguments = []; variable in Twig\\TwigTest
76 public function setArguments($arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DLazyDouble.php30 private $arguments = null; variable in Prophecy\\Doubler\\LazyDouble
103 public function setArguments(array $arguments = null)
/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) argument
[all...]
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php28 private $arguments; variable in Nyholm\\Dsn\\Configuration\\DsnFunction
35 public function __construct(string $name, array $arguments, array $parameters = []) argument

1234567