Home
last modified time | relevance | path

Searched refs:args (Results 376 – 400 of 559) sorted by relevance

1...<<11121314151617181920>>...23

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DPort.java115 public static void main(String[] args) in main() argument
H A DValidation.java115 public static void main(String[] args) in main() argument
H A DUserObject.java197 public static void main(String[] args) in main() argument
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1002 if (args) {
3425 if (!args) {
3430 return name in args ? args[name] : '{{' + name + '}}';
4047 if (args && args.length > 0) {
4048 var obj = args[0];
8885 this.args = null;
8948 this.args = {
14545 var args = {};
14557 args: args
15177 if (args && paramName in args) {
[all …]
/plugin/authucenter/
H A Dauth.php496 $args = uc_addslashes(array('username' => $username, 'isuid' => $isuid), 1, TRUE);
497 $uc_controls['user']->input = $args;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFile.java739 public static void main(String[] args) { in main() argument
740 if (args.length < 1) { in main()
746 for (String filename : args) { in main()
/plugin/issuetracker/
H A Dprototype.js368 function update(array, args) { argument
374 function merge(array, args) { argument
376 return update(array, args);
390 var a = merge(args, arguments);
407 var a = merge(args, arguments);
934 var args = $A(arguments).slice(1);
1008 iterator = args.pop();
3388 var args = $A(arguments);
3390 args.join(' ').split(' ');
3406 var args = $A(arguments);
[all …]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js200 t._l = function(args) { argument
201 var i = 0, p = 0, msg = this._errors[args[0]];
204 var a = args[++i] + "";
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1110 $args = $arguments;
1113 $args[0] = $entry;
1115 call_user_func_array(array('static', $method), $args);
/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/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js60 if (R.is(args[args.length - 1], "function")) {
61 var f = args.pop();
818 if (cache[has](args)) {
819 repush(count, args);
820 return postprocessor ? postprocessor(cache[args]) : cache[args];
823 count.push(args);
825 return postprocessor ? postprocessor(cache[args]) : cache[args];
4935 args = [],
4938 args.push(arguments[i]);
4946 var arglen = args.length;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php282 public function __call($name, $args) argument
/plugin/cli/
H A Dsyntax.php140 $args = substr(rtrim($match), 4, -1); // strip '<cli' and '>EOL?'
141 $params=$this->_parseparams($args);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js4991 push.apply(args, action.args);
5445 args = reorder(args, argPos);
8744 if (args.length > 3 && isIterateeCall(args[1], args[2], args[3])) {
8745 args = [collection, args[1]];
28683 args[args.length] = +curArg;
28687 args: args
28701 args: args
28711 args[args.length] = +curArg;
28726 args: args
28736 args[args.length] = +curArg;
[all …]
/plugin/explorertree/
H A Dscript.js25 f.apply(null,r.args||[]);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php173 public static function create(...$args): self argument
175 return new static(...$args);
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js387 var context = this, args = arguments;
390 if (!immediate) func.apply(context, args);
395 if (callNow) func.apply(context, args);
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... .lang.String[]) String[] args com.mxgraph.examples.swing.ClickHandler frame ...
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js459 …text = "", yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1, args = lstack.slice.call…
500 …pply(yyval, [ yytext, yyleng, yylineno, sharedState.yy, action[1], vstack, lstack ].concat(args)),
768 }, exports.main = function(args) { argument
769 args[1] || (console.log("Usage: " + args[0] + " FILE"), process.exit(1));
770 var source = require("fs").readFileSync(require("path").normalize(args[1]), "utf8");
H A Dsequence-diagram-snap-min.js6args=lstack.slice.call(arguments,1),lexer=Object.create(this.lexer),sharedState={yy:{}};for(var k … argument
H A Dsequence-diagram-raphael.js459 …text = "", yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1, args = lstack.slice.call…
500 …pply(yyval, [ yytext, yyleng, yylineno, sharedState.yy, action[1], vstack, lstack ].concat(args)),
768 }, exports.main = function(args) { argument
769 args[1] || (console.log("Usage: " + args[0] + " FILE"), process.exit(1));
770 var source = require("fs").readFileSync(require("path").normalize(args[1]), "utf8");
/plugin/webcode/vendor/
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.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…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js42 d.console.scroll();}},scroll:function(){with(firebug){el.left.console.monitor.environment.getElement().parentNode.scrollTop=Math.abs(el.left.console.monitor.environment.getSize().offsetHeight-(el.left.console.monitor.element.parentNode.offsetHeight-11));}},run:function(_command){with(firebug){if(!internal.init){d.console.cache.push({"command":_command,"arg":Array.prototype.slice.call(arguments,1)});}else{d.console.cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));}}},toggleML:function(){with(firebug){var open=!env.ml;env.ml=!env.ml;d.navigateRightColumn("console",open);el[open?"left":"right"].console.mlButton.environment.addStyle({display:"none"});el[!open?"left":"right"].console.mlButton.environment.addStyle({display:"block"});el.left.console.mlButton.attribute[(open?"add":"remove")+"Class"]("CloseML");}},countMap:{},timeMap:{},cmd:{log:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Log").update(args);d.console.scroll();}},warn:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Warn").update(args);d.console.scroll();}},info:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Info").update(args);d.console.scroll();}},debug:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Debug").update(args);d.console.scroll();}},error:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Error").update(args); variable
[all...]
H A Dfirebug-lite-1.2.js986 var args = d.console.formatArgs.apply(window,arguments); variable
987 d.console.addLine().attribute.addClass("Log").update(args);
993 var args = d.console.formatArgs.apply(window,arguments); variable
994 d.console.addLine().attribute.addClass("Warn").update(args);
1000 var args = d.console.formatArgs.apply(window,arguments); variable
1001 d.console.addLine().attribute.addClass("Info").update(args);
1007 var args = d.console.formatArgs.apply(window,arguments); variable
1008 d.console.addLine().attribute.addClass("Debug").update(args);
1014 var args = d.console.formatArgs.apply(window,arguments); variable
1015 d.console.addLine().attribute.addClass("Error").update(args);
1026 var func = f.toString(), args = f.arguments; global() variable
1053 args = d.console.formatArgs.apply(window,[_name+":", delta+"ms"]); global() variable
[all...]

1...<<11121314151617181920>>...23