Searched refs:arguments (Results 1 – 14 of 14) sorted by relevance
/dokuwiki/lib/scripts/ |
H A D | compatibility.js | 15 if(arguments.callee) func = arguments.callee.caller.name; 40 return func.apply(context || this, arguments);
|
H A D | helpers.js | 41 static_args = Aps.call(arguments, 1); 49 static_args.concat(Aps.call(arguments, 0)));
|
H A D | delay.js | 61 _this: arguments[0], 62 _params: Array.prototype.slice.call(arguments, 2)
|
H A D | fileuploader.js | 481 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 D | fileuploaderextended.js | 73 qq.FileUploaderBasic.apply(this, arguments);
|
/dokuwiki/vendor/splitbrain/php-archive/src/ |
H A D | FileInfo.php | 44 * @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 D | lexer.test.php | 273 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 D | Stream.php | 734 * @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 D | jquery.min.js | 2 …arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function…
|
H A D | jquery-ui.min.js | 6 …arguments.length&&this._createWidget(t,e)},V.extend(n,s,{version:e.version,_proto:V.extend({},e),_…
|
/dokuwiki/vendor/splitbrain/php-cli/ |
H A D | README.md | 34 // 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 D | auth.php | 648 * @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 D | Lessc.php | 1004 $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 D | CHANGELOG | 492 …- Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible.…
|