Home
last modified time | relevance | path

Searched refs:args (Results 76 – 100 of 559) sorted by relevance

12345678910>>...23

/plugin/bureaucracyau/helper/
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);
H A Dfieldfieldset.php19 * @param array $args The tokenized definition, only split at spaces
21 public function initialize($args) { argument
23 $this->opt = array('cmd' => array_shift($args));
25 if (count($args) > 0) {
26 $this->opt['label'] = array_shift($args);
29 $this->depends_on = $args;
H A Dfieldhiddenautoinc.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 $args[] = '++';
18 parent::initialize($args);
/plugin/bureaucracy/helper/
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);
H A Dfieldfieldset.php19 * @param array $args The tokenized definition, only split at spaces
21 public function initialize($args) { argument
23 $this->opt = array('cmd' => array_shift($args));
25 if (count($args) > 0) {
26 $this->opt['label'] = array_shift($args);
29 $this->depends_on = $args;
H A Dfieldhiddenautoinc.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 $args[] = '++';
18 parent::initialize($args);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourceExecResourceExec.php26 public $args; variable in Google\\Service\\OSConfig\\OSPolicyResourceExecResourceExec
45 public function setArgs($args) argument
47 $this->args = $args;
54 return $this->args;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php192 public static function createKey(...$args) argument
200 if (count($args) == 2 && is_int($args[0]) && is_int($args[1])) {
201 $params = self::createParameters($args[0], $args[1]);
202 } elseif (count($args) == 1 && $args[0] instanceof Parameters) {
203 $params = $args[0];
204 } elseif (!count($args)) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DError.php34 * @param array|null $args Arguments used in the message that describes the error.
36 public function __construct($msg, $code = 0, $args = null) argument
41 $message = OneLogin_Saml2_Utils::t($msg, $args);
110 * @param array|null $args Arguments used in the message that describes the error.
112 public function __construct($msg, $code = 0, $args = null) argument
117 $message = OneLogin_Saml2_Utils::t($msg, $args);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DPySparkBatch.php30 public $args; variable in Google\\Service\\Dataproc\\PySparkBatch
65 public function setArgs($args) argument
67 $this->args = $args;
74 return $this->args;
H A DSparkBatch.php30 public $args; variable in Google\\Service\\Dataproc\\SparkBatch
65 public function setArgs($args) argument
67 $this->args = $args;
74 return $this->args;
H A DSparkRJob.php30 public $args; variable in Google\\Service\\Dataproc\\SparkRJob
63 public function setArgs($args) argument
65 $this->args = $args;
72 return $this->args;
H A DHadoopJob.php30 public $args; variable in Google\\Service\\Dataproc\\HadoopJob
71 public function setArgs($args) argument
73 $this->args = $args;
80 return $this->args;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DCommand.php26 public $args; variable in Google\\Service\\OnDemandScanning\\Command
51 public function setArgs($args) argument
53 $this->args = $args;
60 return $this->args;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DCommand.php26 public $args; variable in Google\\Service\\ContainerAnalysis\\Command
51 public function setArgs($args) argument
53 $this->args = $args;
60 return $this->args;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ContainerSpec.php26 public $args; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ContainerSpec
43 public function setArgs($args) argument
45 $this->args = $args;
52 return $this->args;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php99 $args = func_get_args();
100 if (count($args) === 0 || is_array($args[0])) {
101 array_unshift($args, $this, static::$defaultName);
102 call_user_func_array(['parent', '__construct'], $args);
104 array_unshift($args, $this);
105 call_user_func_array(['parent', '__construct'], $args);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php99 $args = func_get_args();
100 if (count($args)===0 || is_array($args[0])) {
101 array_unshift($args, $this, static::$defaultName);
102 call_user_func_array(array('parent', '__construct'), $args);
104 array_unshift($args, $this);
105 call_user_func_array(array('parent', '__construct'), $args);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php99 $args = func_get_args();
100 if (count($args)===0 || is_array($args[0])) {
101 array_unshift($args, $this, static::$defaultName);
102 call_user_func_array(array('parent', '__construct'), $args);
104 array_unshift($args, $this);
105 call_user_func_array(array('parent', '__construct'), $args);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php99 $args = func_get_args();
100 if (count($args)===0 || is_array($args[0])) {
101 array_unshift($args, $this, static::$defaultName);
102 call_user_func_array(array('parent', '__construct'), $args);
104 array_unshift($args, $this);
105 call_user_func_array(array('parent', '__construct'), $args);
/plugin/fedauth/Auth/Yadis/
H A DXRI.php97 function Auth_Yadis_XRIAppendArgs($url, $args) argument
103 if (count($args) == 0) {
109 if (array_key_exists(0, $args) &&
110 is_array($args[0])) {
113 $keys = array_keys($args);
117 $new_args[] = array($key, $args[$key]);
119 $args = $new_args;
134 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/openid/Auth/Yadis/
H A DXRI.php97 function Auth_Yadis_XRIAppendArgs($url, $args) argument
103 if (count($args) == 0) {
109 if (array_key_exists(0, $args) &&
110 is_array($args[0])) {
113 $keys = array_keys($args);
117 $new_args[] = [$key, $args[$key]];
119 $args = $new_args;
134 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/bureaucracy-au/helper/
H A Dfieldfieldset.php19 * @param array $args The tokenized definition, only split at spaces
21 public function initialize($args) { argument
23 $this->opt = array('cmd' => array_shift($args));
25 if (count($args) > 0) {
26 $this->opt['label'] = array_shift($args);
29 $this->depends_on = $args;
H A Dfieldhiddenautoinc.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 $args[] = '++';
18 parent::initialize($args);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DGetoptTest.php15 $args = [
20 $actual = PHPUnit_Util_Getopt::getopt($args, '', ['colors==']);
39 $args = [
44 $actual = PHPUnit_Util_Getopt::getopt($args, 'v');

12345678910>>...23