Home
last modified time | relevance | path

Searched refs:args (Results 101 – 125 of 559) sorted by relevance

12345678910>>...23

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DPySparkJob.php30 public $args; variable in Google\\Service\\Dataproc\\PySparkJob
71 public function setArgs($args) argument
73 $this->args = $args;
80 return $this->args;
H A DSparkJob.php30 public $args; variable in Google\\Service\\Dataproc\\SparkJob
71 public function setArgs($args) argument
73 $this->args = $args;
80 return $this->args;
/plugin/combo/vendor/symfony/process/
H A DPhpExecutableFinder.php55 $args = $this->findArguments();
56 $args = $includeArgs && $args ? ' '.implode(' ', $args) : '';
60 return \PHP_BINARY.$args;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php29 private $args; variable in Facebook\\WebDriver\\Remote\\Service\\DriverService
44 * @param array $args
47 public function __construct($executable, $port, $args = [], $environment = null) argument
51 $this->args = $args;
174 ->setArguments($this->args)
180 $commandLine = array_merge([$this->executable], $this->args);
/plugin/bureaucracyau/helper/
H A Dfieldradio.php18 * @param array $args The tokenized definition, only split at spaces
20 public function initialize($args) { argument
21 $this->init($args);
22 $this->opt['args'] = array_filter(array_map('trim', explode('|',array_shift($args))));
23 $this->standardArgs($args);
H A Dfieldnumber.php19 * @param array $args The tokenized definition, only split at spaces
21 public function initialize($args) { argument
22 $pp = array_search('++', $args, true);
24 unset($args[$pp]);
28 parent::initialize($args);
/plugin/bureaucracy-au/helper/
H A Dfieldradio.php18 * @param array $args The tokenized definition, only split at spaces
20 public function initialize($args) { argument
21 $this->init($args);
22 $this->opt['args'] = array_filter(array_map('trim', explode('|',array_shift($args))));
23 $this->standardArgs($args);
H A Dfieldnumber.php19 * @param array $args The tokenized definition, only split at spaces
21 public function initialize($args) { argument
22 $pp = array_search('++', $args, true);
24 unset($args[$pp]);
28 parent::initialize($args);
H A Dfieldpassword.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 parent::initialize($args);
/plugin/bureaucracy/helper/
H A Dfieldradio.php18 * @param array $args The tokenized definition, only split at spaces
20 public function initialize($args) { argument
21 $this->init($args);
22 $this->opt['args'] = array_filter(array_map('trim', explode('|',array_shift($args))));
23 $this->standardArgs($args);
H A Dfieldnumber.php19 * @param array $args The tokenized definition, only split at spaces
21 public function initialize($args) { argument
22 $pp = array_search('++', $args, true);
24 unset($args[$pp]);
28 parent::initialize($args);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DFunctionMock.php35 public function setArgs($args) argument
37 $this->args = $args;
44 return $this->args;
/plugin/openid/Auth/OpenID/
H A DMessage.php472 private $args; variable in Auth_OpenID_Message
505 * @param array $args
508 static function fromPostArgs($args) argument
515 foreach ($args as $key => $value) {
681 $args = [];
694 $args[$ns_key] = $ns_uri;
701 $args[$key] = $value;
704 return $args;
788 $args = [];
791 $args[] = [$k, $v];
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DReturnArgumentPromise.php51 * @param array $args
57 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
59 return count($args) > $this->index ? $args[$this->index] : null;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DBasicCallBackTest.php14 $args = [];
15 $callBack = function($user, $pass) use (&$args) {
17 $args = [$user, $pass];
34 $this->assertEquals(['foo','bar'], $args);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Container.php26 public $args; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
51 public function setArgs($args) argument
53 $this->args = $args;
60 return $this->args;
H A DGoogleCloudRunV2Container.php26 public $args; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
51 public function setArgs($args) argument
53 $this->args = $args;
60 return $this->args;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php112 $args = unserialize(shell_exec('php '.escapeshellarg($tmp)));
115 $inputs = isset($args[0]) ? self::argumentToArray($args[0]) : array();
116 $filters = isset($args[1]) ? self::argumentToArray($args[1]) : array();
117 $options = isset($args[2]) ? $args[2] : array();
/plugin/fedauth/Auth/OpenID/
H A DMessage.php425 $this->args = new Auth_OpenID_Mapping();
445 static function fromPostArgs($args) argument
452 foreach ($args as $key => $value) {
614 $args = array();
627 $args[$ns_key] = $ns_uri;
630 foreach ($this->args->items() as $pair) {
634 $args[$key] = $value;
637 return $args;
716 $args = array();
719 $args[] = array($k, $v);
[all …]
/plugin/eventline/timeline_js/scripts/
H A Dsources.js302 listener[handlerName].apply(listener, args);
341 Timeline.DefaultEventSource.Event = function(args) { argument
374 return (args[arg] != null && args[arg] != "") ? args[arg] : null;
377 var id = args.id ? args.id.trim() : "";
380 this._instant = args.instant || (args.end == null);
382 this._start = args.start;
383 this._end = (args.end != null) ? args.end : args.start;
385 this._latestStart = (args.latestStart != null) ?
386 args.latestStart : (args.instant ? this._end : this._start);
387 this._earliestEnd = (args.earliestEnd != null) ? args.earliestEnd : this._end;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A Dfunctions-dev.php4 function dd(...$args) argument
7 dump(...$args);
9 var_dump(...$args);
H A DStrict.php10 * @param array $args arguments
12 public function __call($name, $args) argument
20 * @param array $args arguments
22 public static function __callStatic($name, $args) argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php36 protected $args = ''; variable in PHPUnit_Util_PHP
107 * @param string $args
109 public function setArgs($args) argument
111 $this->args = (string) $args;
121 return $this->args;
224 if ($this->args) {
225 $command .= ' -- ' . $this->args;
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js80 args = Array(length);
83 args[length] = arguments[length];
85 var array = args[start],
86 otherArgs = args.slice(0, start);
113 var args = Array(length);
115 args[length] = arguments[length];
117 var result = args[0] = cloner.apply(undefined, args);
118 func.apply(undefined, args);
449 var args = Array(length);
451 args[length] = arguments[length];
[all …]
/plugin/dev/
H A Dcli.php93 $args = $options->getArgs();
99 $test = array_shift($args);
106 $type = array_shift($args);
107 $component = array_shift($args);
114 $ident = array_shift($args);
115 $save = array_shift($args);
120 return $this->cmdCleanSVG($args, $keep);
126 return $this->cmdCheck($args);
240 * @param string ...$args
243 protected function git(...$args)
229 git(...$args) global() argument
[all...]

12345678910>>...23