Home
last modified time | relevance | path

Searched refs:args (Results 226 – 250 of 559) sorted by last modified time

12345678910>>...23

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 … '*assert*',\n '*clojure-version*',\n '*command-line-args*',\n '*compi…
H A D2.2.js446 var args = [];
448 args[_i - 2] = arguments[_i];
451 if (Is.defined(args) && args.length > 0) {
452 result.arguments = args;
37055 function format(message, args) { argument
37057 if (args.length === 0) {
37063 return typeof args[index] !== 'undefined' ? args[index] : match;
37069 var args = [];
37071 args[_i - 2] = arguments[_i];
37073 return format(message, args);
H A D3.3.js.map1args = [];\n for (var _i = 2; _i < arguments.length; _i++) {\n args[_i - 2] = ar…
H A D2.2.js.map1args = [];\n for (var _i = 2; _i < arguments.length; _i++) {\n args[_i - 2] = ar…
H A Dbundle.js1 …d,handler:(e,t)=>this.runCommand(e,t),weight:this._kbOpts.weight,args:this._kbOpts.args,when:e,pri…
320args),t.type){case"init":case"initialize":["config"].forEach((function(e){void 0!==t.args[e]&&("fl…
356args}));n=M(n,c(i))}else n=t.args;if(n){var r=m(e);["config"].forEach((function(e){void 0!==n[e]&&…
396args:[{name:"uri",description:"The text document in which to start",constraint:W.a},{name:"positio…
426args:t})})}handleMessage(e){e&&e.vsWorker&&(-1!==this._workerId&&e.vsWorker!==this._workerId||this…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1args","none","selector","querySelector","querySelectorAll","matches","update","EnterNode","parent"…
/plugin/ol3/
H A Dsyntax.php45 $args = " ".$data." ";
46 … if (preg_match_all ("#(\"[^\"]*\")* help (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) {
50 … if (preg_match_all ("#(\"[^\"]*\")* test (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) {
/plugin/schedule/syntax/
H A Ddisplay.php58 …reg_match_all ('/("[^"]*")* id="(?<id>[0-9a-zA-Z_]+)" ("[^"]*")*/', strtolower ($args), $dumy) > 0)
H A Dblock.php52 $args = " ".$data." ";
53 … if (preg_match_all ("#(\"[^\"]*\")* help (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) {
77 if (preg_match_all ("#^ >([^ ]*) (.*)#", $args, $dumy) > 0) {
79 $args = ' '.$dumy[2][0];
100 $cache = $this->schedules->readCache ($args);
120 $this->scheduleDateFilters ($args);
124 $this->scheduleOtherFilters ($args);
130 $this->schedules->writeCache ($args, $text);
156 function scheduleDateFilters ($args) { argument
163 if (preg_match_all ("#(\"[^\"]*\")*(?<op>[<=>])!(\"[^\"]*\")*#", $args, $dumy) > 0)
[all …]
/plugin/inseecity/
H A Dsyntax.php45 $args = " ".$data." ";
46 … if (preg_match_all ("#(\"[^\"]*\")* help (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) {
50 … if (preg_match_all ("#(\"[^\"]*\")* test (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) {
/plugin/yearbox/
H A Dsyntax.php81 $args = explode(';', $optionsString);
82 foreach ($args as $arg) {
/plugin/extendpage/meta/
H A DExtendPageException.php26 $args = func_get_args();
27 array_shift($args);
29 $trans = vsprintf($message, $args);
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php229 * @param mixed $args The arguments to pass to the function
232 function registerShutdownFunc($func, $args = array()) argument
240 $GLOBALS['_PEAR_shutdown_funcs'][] = array($func, $args);
/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…
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/groupmail/
H A Dsyntax.php447 protected function _set_error($msgid, $args=Null, $type=Null) { argument
451 if (!is_null($args)){
452 $msgstr = vprintf($msgstr, $args);
/plugin/multilingual/
H A Daction.php48 function multilingual_start($event, $args) { argument
62 function multilingual_ui(Doku_Event $event, $args) { argument
/plugin/elwikiupgrade/
H A Dadmin.php182 $args = func_get_args();
184 echo vsprintf(array_shift($args)."<br />\n", $args);
195 $args = func_get_args();
197 echo vsprintf(array_shift($args)."<br />\n", $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/jplayer/components/jplayer/
H A Djplayer-built.js42 args = Array.prototype.slice.call( arguments, 1 ),
46 options = !isMethodCall && args.length ?
47 $.extend.apply( null, [ true, options ].concat(args) ) :
59 instance[ options ].apply( instance, args ) :
2152 args = Array.prototype.slice.call(arguments); // Convert arguments to an Array.
2158 args.splice(1, 1); // Remove the conditions from the arguments
2166 this.jPlayer.apply(this, args);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2args=typeof arguments[0]==="object"?arguments[0]:arguments;var ret={};for(var i=0;i<args.length;i+… argument
19args){assert(runDependencies==0,"cannot call main when async dependencies remain! (listen on __ATM… argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js1867 var args = slice.call( arguments ),
1872 args.unshift( null );
1875 args[ 1 ]._running &&
1877 natives.end.apply( this, args );
1879 args[ 1 ]._running = false;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php112 $args = unserialize(shell_exec('php '.escapeshellarg($tmp)));
115 $inputs = isset($args[0]) ? self::argumentToArray($args[0]) : array();
116 $filters = isset($args[1]) ? self::argumentToArray($args[1]) : array();
117 $options = isset($args[2]) ? $args[2] : array();

12345678910>>...23