/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A D | TestRunner.php | 96 $arguments 119 if (!$arguments['filter'] && 137 $arguments['groups'] 141 if ($arguments['filter']) { 144 $arguments['filter'] 186 $arguments['repeat'], 254 … (isset($arguments['stderr']) && $arguments['stderr'] === true) ? 'php://stderr' : null, 723 * @param array $arguments 734 $arguments['debug'] = isset($arguments['debug']) ? $arguments['debug'] : false; 735 $arguments['filter'] = isset($arguments['filter']) ? $arguments['filter'] : false; [all …]
|
H A D | Command.php | 20 protected $arguments = [ variable in PHPUnit_TextUI_Command 136 $this->arguments['test'], 137 $this->arguments['testFile'], 142 if ($this->arguments['listGroups']) { 182 unset($this->arguments['test']); 183 unset($this->arguments['testFile']); 672 $this->arguments['testFile'] = realpath($this->arguments['test']); 673 …$this->arguments['test'] = substr($this->arguments['test'], 0, strrpos($this->arguments['test'… 689 $this->arguments['loader'] = $this->handleLoader($this->arguments['loader']); 796 $this->arguments['printer'] = $this->handlePrinter($this->arguments['printer']); [all …]
|
/plugin/virtualkeyboard/vk/extensions/tests/ |
H A D | jsUnitCore.js | 125 _validateArguments(1, arguments); 135 _validateArguments(1, arguments); 145 _validateArguments(1, arguments); 155 _validateArguments(2, arguments); 162 _validateArguments(2, arguments); 169 _validateArguments(1, arguments); 209 var msg = commentArg(2, arguments)?commentArg(2, arguments):''; 397 top.tracer.warn(arguments[0], arguments[1]); 402 top.tracer.inform(arguments[0], arguments[1]); 406 inform(arguments[0], arguments[1]); [all …]
|
/plugin/indexmenu2/cms/extensions/tests/ |
H A D | jsUnitCore.js | 1 …arguments);var i=nonCommentArg(1,1,arguments);if(typeof(i)!='boolean')error('Bad argument to asser…
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/ |
H A D | Method.php | 34 private $arguments = []; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Method 44 array $arguments = [], argument 57 $this->arguments = $this->filterArguments($arguments); 136 if (is_string($arguments) && strlen($arguments) > 0) { 137 $arguments = explode(',', $arguments); 138 foreach ($arguments as &$argument) { 155 $arguments = []; 176 return $this->arguments; 199 $arguments = []; 213 foreach ($arguments as &$argument) { [all …]
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | ProcessBuilder.php | 26 private $arguments; variable in Symfony\\Component\\Process\\ProcessBuilder 37 * @param string[] $arguments An array of arguments 39 public function __construct(array $arguments = []) argument 41 $this->arguments = $arguments; 47 * @param string[] $arguments An array of arguments 53 return new static($arguments); 65 $this->arguments[] = $argument; 92 * @param string[] $arguments 96 public function setArguments(array $arguments) argument 98 $this->arguments = $arguments; [all …]
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/ |
H A D | ArgumentsWildcard.php | 30 * @param array $arguments Array of argument tokens or values 32 public function __construct(array $arguments) argument 34 foreach ($arguments as $argument) { 46 * @param array $arguments 50 public function scoreArguments(array $arguments) argument 52 if (0 == count($arguments) && 0 == count($this->tokens)) { 56 $arguments = array_values($arguments); 59 $argument = isset($arguments[$i]) ? $arguments[$i] : null; 71 if (count($arguments) > count($this->tokens)) {
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ |
H A D | ObjectProphecy.php | 94 * @param array $arguments 98 public function willBeConstructedWith(array $arguments = null) argument 100 $this->lazyDouble->setArguments($arguments); 182 * @param array $arguments 186 public function makeProphecyMethodCall($methodName, array $arguments) argument 188 $arguments = $this->revealer->reveal($arguments); 236 * @param array $arguments 240 public function __call($methodName, array $arguments) argument 242 $arguments = new ArgumentsWildcard($this->revealer->reveal($arguments)); 247 $argumentsWildcard, $arguments [all …]
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | Llk.php | 137 $arguments = []; 140 $arguments['name'] = $escapeRuleName($rule->getName()); 148 $arguments['min'] = $rule->getMin(); 151 $arguments['max'] = $rule->getMax(); 158 $arguments['children'] = 'null'; 162 $arguments['children'] = 173 $arguments['nodeId'] = 'null'; 175 $arguments['nodeId'] = '\'' . $nodeId . '\''; 180 $arguments['unification'] = $rule->getUnificationIndex(); 183 $arguments['kept'] = $rule->isKept() ? 'true' : 'false'; [all …]
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/ |
H A D | FirefoxOptions.php | 24 private $arguments = []; variable in Facebook\\WebDriver\\Firefox\\FirefoxOptions 39 * Use `addArguments` to add command line arguments and `setPreference` to set Firefox about:config entry. 51 throw new \InvalidArgumentException('Use addArguments() method to add Firefox arguments'); 60 * Command line arguments to pass to the Firefox binary. 64 * @param string[] $arguments 67 public function addArguments(array $arguments) argument 69 $this->arguments = array_merge($this->arguments, $arguments); 96 if (!empty($this->arguments)) { [all...] |
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | Xcallable.php | 156 $arguments = func_get_args(); 157 $valid = $this->getValidCallback($arguments); 159 return call_user_func_array($valid, $arguments); 165 * @param array $arguments Arguments. 168 public function distributeArguments(array $arguments) argument 170 return call_user_func_array([$this, '__invoke'], $arguments); 180 public function getValidCallback(array &$arguments = []) argument 185 if (isset($arguments[0])) { 186 $head = &$arguments[0]; 277 $arguments = func_get_args(); [all …]
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | builder.js | 49 if(arguments[1]) 50 if(this._isStringOrNumber(arguments[1]) || 51 (arguments[1] instanceof Array) || 52 arguments[1].tagName) { 53 this._children(element, arguments[1]); 55 var attrs = this._attributes(arguments[1]); 65 for(attr in arguments[1]) 66 element[attr == 'class' ? 'className' : attr] = arguments[1][attr]; 74 if(arguments[2]) 75 this._children(element, arguments[2]); [all …]
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/ |
H A D | CallCenter.php | 50 * @param array $arguments 56 public function makeCall(ObjectProphecy $prophecy, $methodName, array $arguments) argument 78 $this->recordedCalls[] = new Call($methodName, $arguments, null, null, $file, $line); 93 throw $this->createUnexpectedCallException($prophecy, $methodName, $arguments); 106 $returnValue = $promise->execute($arguments, $prophecy, $methodProphecy); 120 $methodName, $arguments, $returnValue, $exception, $file, $line 151 array $arguments) argument 158 array_map(array($this->util, 'stringify'), $arguments), 192 $prophecy, $methodName, $arguments 219 private function indentArguments(array $arguments, $indentationLength) argument [all …]
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/ |
H A D | ChromeOptions.php | 28 private $arguments = []; variable in Facebook\\WebDriver\\Chrome\\ChromeOptions 68 * @param array $arguments 71 public function addArguments(array $arguments) argument 73 $this->arguments = array_merge($this->arguments, $arguments); 147 if (!empty($this->arguments)) { 148 $options['args'] = $this->arguments;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
H A D | Layer.php | 25 public $arguments; variable in Google\\Service\\OnDemandScanning\\Layer 34 public function setArguments($arguments) argument 36 $this->arguments = $arguments; 43 return $this->arguments;
|
H A D | Completeness.php | 25 public $arguments; variable in Google\\Service\\OnDemandScanning\\Completeness 38 public function setArguments($arguments) argument 40 $this->arguments = $arguments; 47 return $this->arguments;
|
H A D | SlsaCompleteness.php | 25 public $arguments; variable in Google\\Service\\OnDemandScanning\\SlsaCompleteness 38 public function setArguments($arguments) argument 40 $this->arguments = $arguments; 47 return $this->arguments;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | Layer.php | 25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\Layer 34 public function setArguments($arguments) argument 36 $this->arguments = $arguments; 43 return $this->arguments;
|
H A D | SlsaCompleteness.php | 25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\SlsaCompleteness 38 public function setArguments($arguments) argument 40 $this->arguments = $arguments; 47 return $this->arguments;
|
H A D | Completeness.php | 25 public $arguments; variable in Google\\Service\\ContainerAnalysis\\Completeness 38 public function setArguments($arguments) argument 40 $this->arguments = $arguments; 47 return $this->arguments;
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ |
H A D | LazyDouble.php | 30 private $arguments = null; variable in Prophecy\\Doubler\\LazyDouble 101 * @param array $arguments 103 public function setArguments(array $arguments = null) argument 105 $this->arguments = $arguments; 116 if (null !== $this->arguments) { 118 $this->class, $this->interfaces, $this->arguments
|
/plugin/findologicxmlexport/vendor/hoa/exception/ |
H A D | Idle.php | 96 * @param array $arguments Arguments to format message. 102 $arguments = [], argument 105 $this->_tmpArguments = $arguments; 151 $arguments = $this->_tmpArguments; 153 if (!is_array($arguments)) { 154 $arguments = [$arguments]; 157 foreach ($arguments as &$value) { 163 $this->_arguments = $arguments;
|
/plugin/virtualkeyboard/vk/extensions/ |
H A D | functionextensions.js | 9 var context, oldprop, s = [], i=1, aL = arguments.length; 10 if (arguments.length == 0) context = window; 11 else context = arguments[0]; 27 var context, oldprop, s = [], i=0, aL = arguments[1].length; 28 if (arguments.length == 0) context = window; 29 else context = arguments[0];
|
/plugin/indexmenu2/cms/extensions/ |
H A D | functionextensions.js | 7 …arguments.length;if(arguments.length==0)context=window;else context=arguments[0];oldprop=context._…
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/ |
H A D | UnexpectedCallException.php | 20 private $arguments; variable in Prophecy\\Exception\\Call\\UnexpectedCallException 23 $methodName, array $arguments) argument 28 $this->arguments = $arguments; 38 return $this->arguments;
|