Home
last modified time | relevance | path

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

12345678910>>...23

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2242 public function login($username, ...$args) argument
2252 if (!count($args)) {
2256 return $this->sublogin($username, ...$args);
2274 if (empty($args)) {
2278 foreach ($args as $arg) {
2292 while (count($args)) {
2294 $newargs = $args;
2295 $args = [];
2333 unset($args[$key]);
4496 protected function define_array(...$args) argument
[all …]
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php129 public function __call($method, $args) argument
135 $args[] = $level;
136 return call_user_func_array([$this, $genericMethod], $args);
/plugin/authjoomla3/
H A Dauth.php108 $args = func_get_args();
110 foreach ($args as $arg) {
115 if (substr($args[0], 0, 1) == '/') {
/plugin/authucenter/
H A Dauth.php496 $args = uc_addslashes(array('username' => $username, 'isuid' => $isuid), 1, TRUE);
497 $uc_controls['user']->input = $args;
/plugin/authucenter/lib/uc_client/
H A Dclient.php134 function uc_api_mysql($model, $action, $args=array()) { argument
147 $args = uc_addslashes($args, 1, TRUE);
149 $uc_controls[$model]->input = $args;
150 return $uc_controls[$model]->$action($args);
/plugin/autotabber/
H A Dtaboverride.js495 function executeExtensions(hook, args) { argument
501 extensions[i].apply(null, args);
/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';
/plugin/autotranslation/
H A Daction.php76 function page_template_replacement(Doku_Event $event, $args) { argument
127 function translation_js(Doku_Event $event, $args) { argument
143 function setJsCacheKey(Doku_Event $event, $args) { argument
161 function translation_jscache(Doku_Event $event, $args) { argument
188 function translate_media_manager(Doku_Event $event, $args) { argument
207 function translation_hook(Doku_Event $event, $args) { argument
253 function translation_search(Doku_Event $event, $args) { argument
/plugin/batchedit/
H A Dinterface.js7 var args = arguments;
14 callback.apply(self, args);
/plugin/bbs/
H A Dsyntax.php79 $args = explode(';',$match[1]);
80 if (empty($args)) {
84 for ($i=0,$I=count($args);$i<$I;++$i) {
85 $s = (int)$args[$i];
/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/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/blogtng/helper/
H A Dcomments.php78 $args = array();
79 $args[] = $this->pid;
83 $args[] = $type;
88 $res = $this->sqlitehelper->getDB()->query($sql,$args);
595 $args = array();
596 $args[] = $pid;
600 $args[] = $type;
606 $res = $this->sqlitehelper->getDB()->query($sql,$args);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js640 lastArgs = args;
2006 if (args.length === 1 && isArray$1(args[0])) {
2007 args = args[0];
2010 var fn = args.pop();
2012 fn.$inject = args;
3243 return cache[args];
3247 count.push(args);
3250 return cache[args];
6695 args;
6725 args[0] = event;
[all …]
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php128 * @param array $args
131 protected function callNonaccessibleMethod($obj, $name, array $args) { argument
135 return $method->invokeArgs($obj, $args);
/plugin/bureaucracy-au/helper/
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 Dfieldaddpage.php15 * @param array $args The tokenized definition, only split at spaces
17 function initialize($args) { argument
18 if(count($args) < 3){
19 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
20 hsc($args[1])), -1);
25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
H A Dfielddate.php14 * @param array $args The tokenized definition, only split at spaces
16 public function initialize($args) { argument
17 parent::initialize($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 Dfieldfile.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 $this->init($args);
23 if (isset($args[0]) && preg_match('/^[a-z.\-_:]+$/', $args[0])) {
24 $this->opt['namespace'] = array_shift($args);
26 $this->standardArgs($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);
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 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);
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);

12345678910>>...23