Home
last modified time | relevance | path

Searched refs:args (Results 51 – 75 of 559) sorted by relevance

12345678910>>...23

/plugin/bez/action/
H A Dbase.php73 $args = func_get_args();
75 if (count($args) === 0) {
80 foreach ($args as $arg) {
127 $args = func_get_args();
128 if (count($args) > 0) {
129 if (isset($args[count($args)-1]['GET'])) {
130 $get = array_pop($args)['GET'];
133 $id = call_user_func_array(array($this, 'id'), $args);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php26 protected $args = array(); variable in splitbrain\\phpcli\\Options
54 'args' => array(),
60 $this->args = $this->readPHPArgv();
61 $this->bin = basename(array_shift($this->args));
121 $this->setup[$command]['args'][] = array(
145 'args' => array(),
193 $argc = count($this->args);
196 foreach ($this->setup[$this->command]['args'] as $arg) {
211 * The given $args array should NOT contain the executed file as first item anymore! The $args
[all...]
/plugin/jplayer/vendor/symfony/process/
H A DPhpExecutableFinder.php38 $args = $this->findArguments();
39 $args = $includeArgs && $args ? ' '.implode(' ', $args) : '';
43 return (getenv('PHP_BINARY') ?: \PHP_BINARY).$args;
48 return \PHP_BINARY.$args;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DFunctionCall.php26 public $args; variable in Google\\Service\\FirebaseRules\\FunctionCall
35 public function setArgs($args) argument
37 $this->args = $args;
44 return $this->args;
/plugin/canvas/
H A Dcanvas.php196 protected function getArguments($args='', $singlekey='height') { argument
202 preg_match_all($pattern, $args, $matches, PREG_SET_ORDER);
205 $args = str_replace($match[0], '', $args); // remove parsed substring
212 preg_match_all($pattern, $args, $matches, PREG_SET_ORDER);
215 $args = str_replace($match[0], '', $args); // remove parsed substring
221 if (preg_match($pattern, $args, $matches)) {
237 $args = str_replace($matches[0], '', $args); // remove parsed substring
241 $tokens = preg_split('/\s+/', $args);
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php246 public $args; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeader
248 …on setArgs(/* array(Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs) */ $args) { argument
249 …$this->assertIsArray($args, 'Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs', …
250 $this->args = $args;
253 return $this->args;
305 public $args; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails
309 $this->args = $args;
312 return $this->args;
342 public $args; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult
346 $this->args = $args;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DLocalizedString.php25 public $args; variable in Google\\Service\\Spanner\\LocalizedString
38 public function setArgs($args) argument
40 $this->args = $args;
47 return $this->args;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1TaskExecutionSpec.php25 public $args; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1TaskExecutionSpec
38 public function setArgs($args) argument
40 $this->args = $args;
47 return $this->args;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DDisMax.php19 * @param AbstractQuery|array $args Query
25 public function addQuery($args): self argument
27 if (!\is_array($args) && !($args instanceof AbstractQuery)) {
31 return $this->addParam('queries', $args);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php20 * @param mixed $args
22 public function addFilter(ReflectionClass $filter, $args) argument
33 $this->filters[] = [$filter, $args];
42 list($class, $args) = $filter;
43 $iterator = $class->newInstance($iterator, $args, $suite);
/plugin/bez/mdl/
H A DValidator.php46 protected function check_against_val_method($value, $method, $args) { argument
52 array_unshift($args, $value);
53 $result = call_user_func_array(array($this, $validator), $args);
57 protected function validate_one($value, $method, $args, $null) { argument
64 return $this->check_against_val_method($value, $method, $args);
72 $args = $this->rules[$field][0];
75 $method = array_shift($args);
76 list($result, $code) = $this->validate_one($value, $method, $args, $null);
110 public function validate_array_of($array, $args) { argument
112 $method = array_shift($args);
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DSparkRBatch.php30 public $args; variable in Google\\Service\\Dataproc\\SparkRBatch
57 public function setArgs($args) argument
59 $this->args = $args;
66 return $this->args;
/plugin/partialsearch/
H A Daction.php23 function partial_search_before(&$event, $args) { argument
27 $this->_partial_search($event, $args, WILDCARD);
31 function partial_search_after(&$event, $args) { argument
35 $this->_partial_search($event, $args, '');
55 function _partial_search(&$event, $args, $surrounding='') { argument
61 function pagelookup_before(&$event, $args) { argument
71 function snippet_create_after(&$event, $args) { argument
/plugin/bureaucracyau/helper/
H A Dfieldselect.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_map('trim', explode('|',array_shift($args)));
23 $this->standardArgs($args);
H A Dfield.php52 public function initialize($args) { argument
53 $this->init($args);
54 $this->standardArgs($args);
69 * @param array $args array with the definition
71 protected function init(&$args) { argument
72 if(count($args) < $this->mandatory_args){
74 hsc($args[1])), -1);
81 if (count($args) === 0) break;
82 $this->opt[$key] = array_shift($args);
92 protected function standardArgs($args) { argument
[all …]
/plugin/bureaucracy-au/helper/
H A Dfieldselect.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_map('trim', explode('|',array_shift($args)));
23 $this->standardArgs($args);
H A Dfield.php52 public function initialize($args) { argument
53 $this->init($args);
54 $this->standardArgs($args);
69 * @param array $args array with the definition
71 protected function init(&$args) { argument
72 if(count($args) < $this->mandatory_args){
74 hsc($args[1])), -1);
81 if (count($args) === 0) break;
82 $this->opt[$key] = array_shift($args);
92 protected function standardArgs($args) { argument
[all …]
H A Dfieldmultiselect.php16 * @param array $args The tokenized definition, only split at spaces
18 public function initialize($args) { argument
19 $this->init($args);
20 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
21 $this->standardArgs($args);
/plugin/bureaucracy/helper/
H A Dfieldselect.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_map('trim', explode('|',array_shift($args)));
23 $this->standardArgs($args);
H A Dfield.php52 public function initialize($args) { argument
53 $this->init($args);
54 $this->standardArgs($args);
69 * @param array $args array with the definition
71 protected function init(&$args) { argument
72 if(count($args) < $this->mandatory_args){
74 hsc($args[1])), -1);
81 if (count($args) === 0) break;
82 $this->opt[$key] = array_shift($args);
92 protected function standardArgs($args) { argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DMethodCallback.php6 $args = func_get_args();
8 if ($args == ['foo', 'bar']) {
15 $args = func_get_args();
17 if ($args == ['foo', 'bar']) {
/plugin/spellcheck/
H A Daspell.php78 var $args=''; variable in Aspell
115 $this->args = '';
118 $this->args .= ' --lang='.escapeshellarg($this->language);
124 $this->args .= ' --jargon='.escapeshellarg($this->jargon);
128 $this->args .= ' --personal='.escapeshellarg($this->personal);
132 $this->args .= ' --encoding='.escapeshellarg($this->encoding);
137 $this->args .= ' --sug-mode=fast';
140 $this->args .= ' --sug-mode=bad-spellers';
143 $this->args .= ' --sug-mode=ultra';
146 $this->args .= ' --sug-mode=normal';
[all …]
/plugin/fedauth/Auth/
H A DOpenID.php319 * @param array $args Either an array key/value pairs or an array of
327 static function appendArgs($url, $args) argument
329 if (count($args) == 0) {
335 if (array_key_exists(0, $args) &&
336 is_array($args[0])) {
339 $keys = array_keys($args);
343 $new_args[] = array($key, $args[$key]);
345 $args = $new_args;
353 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
530 $args = func_get_args();
[all …]
/plugin/openid/Auth/
H A DOpenID.php335 * @param array $args Either an array key/value pairs or an array of
343 static function appendArgs($url, $args) argument
345 if (count($args) == 0) {
351 if (array_key_exists(0, $args) &&
352 is_array($args[0])) {
355 $keys = array_keys($args);
359 $new_args[] = [$key, $args[$key]];
361 $args = $new_args;
369 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
551 $args = func_get_args();
[all …]
/plugin/autotooltip/
H A Daction.php43 $args = $event->data['arguments'];
45 $id = $args[0];
46 $name = $args[1] ?: 'null';
47 $search = $args[2] ?: null;
48 $returnonly = $args[3] ?: false;
49 $linktype = $args[4] ?: 'content';

12345678910>>...23