Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/lib/scripts/
H A Dcompatibility.js15 if(arguments.callee) func = arguments.callee.caller.name;
40 return func.apply(context || this, arguments);
H A Dhelpers.js41 static_args = Aps.call(arguments, 1);
49 static_args.concat(Aps.call(arguments, 0)));
H A Ddelay.js61 _this: arguments[0],
62 _params: Array.prototype.slice.call(arguments, 2)
H A Dfileuploader.js481 qq.FileUploaderBasic.apply(this, arguments);
593 qq.FileUploaderBasic.prototype._onSubmit.apply(this, arguments); argument
597 qq.FileUploaderBasic.prototype._onProgress.apply(this, arguments); argument
613 qq.FileUploaderBasic.prototype._onComplete.apply(this, arguments); argument
957 qq.UploadHandlerAbstract.apply(this, arguments);
1120 qq.UploadHandlerAbstract.apply(this, arguments);
H A Dfileuploaderextended.js73 qq.FileUploaderBasic.apply(this, arguments);
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php44 * @param array $arguments
47 public function __call($name, $arguments) argument
51 return call_user_func_array([$this, $name], $arguments);
/dokuwiki/_test/tests/inc/parser/
H A Dlexer.test.php273 foreach ($methodArguments as $method => $arguments) {
274 $count = count($arguments);
278 ->withConsecutive(...$arguments)
309 foreach ($methodArguments as $method => $arguments) {
310 $count = count($arguments);
314 ->withConsecutive(...$arguments)
340 foreach ($methodArguments as $method => $arguments) {
341 $count = count($arguments);
345 ->withConsecutive(...$arguments)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php734 * @param array $arguments
737 public function __call($name, array $arguments) argument
741 $last = count($arguments) - 1;
742 foreach ($arguments as $i => $argument) {
754 return $this->$name(...$arguments);
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function…
H A Djquery-ui.min.js6arguments.length&&this._createWidget(t,e)},V.extend(n,s,{version:e.version,_proto:V.extend({},e),_…
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md34 // register options and arguments
62 - implement the ```setup($options)``` method and register options, arguments, commands and set help…
69 - ``$options->getArgs()`` returns the remaining arguments after removing the options
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php648 * @param array $arguments Named parameters to be used in the statement
651 protected function query($sql, $arguments = []) argument
665 foreach ($arguments as $key => $value) {
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php1004 $this->env->arguments = $assignedValues + $orderedValues;
1669 if ($isArguments && isset($current->arguments)) {
1670 return ['list', ' ', $current->arguments];
1686 if ($isArguments && isset($current->arguments)) {
1687 return ['list', ' ', $current->arguments];
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG492 …- Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible.…