Home
last modified time | relevance | path

Searched refs:args (Results 526 – 550 of 559) sorted by path

1...<<212223

/plugin/translation3/
H A Daction.php44 function translation_hook(&$event, $args) { argument
79 function translation_search(&$event, $args) { argument
/plugin/uilanguage/
H A Daction.php28 public function changeUiLanguage($event, $args) { argument
/plugin/upgrade/
H A Dhelper.php416 $args = func_get_args();
417 $level = array_shift($args);
418 $msg = array_shift($args);
419 $msg = vsprintf($msg, $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/virtualkeyboard/vk/extensions/
H A Dstringextensions.js165 var args = isArray(arguments[0])?arguments[0]:arguments
191 x[3] = args[index];
197 x[3] = args[x[3]]
207 x[4] = args[index];
213 x[4] = args[x[4]]
226 ins = args[x[1]];
228 ins = args[index];
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js96 function argumentsIncludeComments(expectedNumberOfNonCommentArgs, args) { argument
97 return args.length == expectedNumberOfNonCommentArgs + 1;
100 function commentArg(expectedNumberOfNonCommentArgs, args) { argument
101 if (argumentsIncludeComments(expectedNumberOfNonCommentArgs, args))
102 return args[0];
108 return argumentsIncludeComments(expectedNumberOfNonCommentArgs, args) ?
109 args[desiredNonCommentArgIndex] :
110 args[desiredNonCommentArgIndex - 1];
113 function _validateArguments(expectedNumberOfNonCommentArgs, args) { argument
114 if (!( args.length == expectedNumberOfNonCommentArgs ||
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js31args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Log").up… variable
92 …var fn=_fn,scope=_scope||window,args=Array.prototype.slice.call(arguments,2);return function(){ret…
H A Dfirebug-lite-1.2.js975 var args = d.console.formatArgs.apply(window,arguments); variable
976 d.console.addLine().attribute.addClass("Log").update(args);
982 var args = d.console.formatArgs.apply(window,arguments); variable
983 d.console.addLine().attribute.addClass("Warn").update(args);
989 var args = d.console.formatArgs.apply(window,arguments); variable
990 d.console.addLine().attribute.addClass("Info").update(args);
996 var args = d.console.formatArgs.apply(window,arguments); variable
997 d.console.addLine().attribute.addClass("Debug").update(args);
1003 var args = d.console.formatArgs.apply(window,arguments); variable
1004 d.console.addLine().attribute.addClass("Error").update(args);
[all …]
H A Dfirebug-lite-1.4.js187 this.bind=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift();
191 this.bindFixed=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift();
648 args.width=element.offsetWidth-(args.paddingLeft+args.paddingRight+args.borderLeft+args.borderRight…
649 args.height=element.offsetHeight-(args.paddingTop+args.paddingBottom+args.borderTop+args.borderBott…
650 return args
3737 var attrs=args.length?args[0]:null;
3744 },parseAttrs:function(args){for(var name in args){var val=parseValue(args[name]); argument
3803 },getVarNames:function(args){if(this.vars){args.push.apply(args,this.vars) argument
4117 },insertNode:function(args,doc,element,isAfter,self){if(!args){args={}
6162 if(!args||!args.length||args.length==0){var msg=[FBL.$STR("Assertion")]
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php97 $args = func_get_args();
99 if (0 === count($args) || is_array($args[0])) {
100 $children = isset($args[0]) ? $args[0] : [];
101 $defaults = isset($args[1]) ? $args[1] : true;
103 $name = $args[0];
104 $children = isset($args[1]) ? $args[1] : [];
105 $defaults = isset($args[2]) ? $args[2] : true;
/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/wst/syntax/
H A Dtemplate.php112 function replace_args($template_text, $args) { argument
113 $keys = array_keys($args);
115 $template_text = str_replace('{{{' . $key . '}}}', $args[$key], $template_text);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js373 FCKTools.ArgumentsToArray = function( args, startIndex, maxLength ) argument
376 maxLength = maxLength || args.length ;
380 for ( var i = startIndex ; i < startIndex + maxLength && i < args.length ; i++ )
381 argsArray.push( args[i] ) ;
522 var args = arguments ;
523 var o = args[0] ;
525 for ( var i = 1 ; i < args.length ; i++ )
527 var arg = args[i] ;
/plugin/wysiwyg/
H A Dscript.js139 var args = new Object( );
147 args[argname] = unescape(value);
149 return args; // Return the object
/plugin/xcom/
H A Dscript.js249 function xcom_thead(args) { argument
251 for (i=0; i<args.length; i++) {
252 row += '<th>' + args[i] + '</th>';
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28149 state.args = null;
28212 args = args.filter(function (arg) {
28227 state.args = args;
28306 if (args.length !== 0) this._useArgs(args);
42355 var args = [];
43433 var args = [it];
44482 s = e.args;
57718 key = resolver ? resolver.apply(this, args) : args[0],
70547 var args, i;
81713 if (args) {
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js3442 exports.delay = function(callback, args, self) { argument
3444 callback.apply(self || null, args || []);
11408 for (var i = 0; i < args.length; i++) {
11409 args[i] = arguments[i + 1];
11412 var task = { callback: callback, args: args }; property in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d06800.setImmediate.task
11424 var args = task.args;
11425 switch (args.length) {
11430 callback(args[0]);
11433 callback(args[0], args[1]);
11436 callback(args[0], args[1], args[2]);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4305 /*# if only one arg, it is assumed to be a Range. If 2 args, both are cell addresses */
9255 var args = out.slice(-argc);
9257 out.push(FuncTab[cc][0] + "(" + args.join(",") + ")");
13394 var args = argc == 0 ? [] : stack.slice(-argc);
13396 if(func === 'User') func = args.shift();
13397 stack.push(func + "(" + args.join(",") + ")");
/plugin/xtern/
H A Dadmin.php366 $args = func_get_args();
367 echo vsprintf("%s: %s\n",$args);
/plugin/xymon/xymon-script/
H A Ddokuwiki.rb77 def initialize(*args) argument
/plugin/yearbox/
H A Dsyntax.php81 $args = explode(';', $optionsString);
82 foreach ($args as $arg) {
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts4 type GanttCallback = (...args: any[]) => any;
H A Ddhtmlxgantt.js13args:e};return a[r]=o,n(r),r++},l.clearImmediate=c}function c(t){delete a[t]}function u(t){if(o)se… property in l.setImmediate.o
H A Ddhtmlxgantt.js.map1args","clearTimeout","$execute","objectKeys","keys","requestAnimationFrame","w","webkitRequestAnim…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1args","this","clearTimeout","$execute","objectKeys","keys","requestAnimationFrame","w","webkitRequ…

1...<<212223