Home
last modified time | relevance | path

Searched refs:args (Results 126 – 150 of 559) sorted by path

12345678910>>...23

/plugin/bureaucracyau/helper/
H A Dfieldtime.php14 * @param array $args The tokenized definition, only split at spaces
16 public function initialize($args) { argument
17 parent::initialize($args);
H A Dfieldusemailtemplate.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 if(count($args) < 2){
18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
19 hsc($args[1])), -1);
24 $this->opt = array_combine(array('cmd', 'template'), $args);
H A Dfielduser.php15 * @param array $args The tokenized definition, only split at spaces
17 public function initialize($args) { argument
18 parent::initialize($args);
H A Dfieldusers.php15 * @param array $args The tokenized definition, only split at spaces
17 public function initialize($args) { argument
18 parent::initialize($args);
H A Dfieldwiki.php16 * @param array $args The tokenized definition, only split at spaces
18 public function initialize($args) { argument
19 parent::initialize($args);
H A Dfieldyesno.php17 * @param array $args The tokenized definition, only split at spaces
19 public function initialize($args) { argument
20 $this->init($args);
22 foreach ($args as $arg) {
/plugin/bureaucracyau/
H A Dsyntax.php85 $args[0] = $this->_sanitizeClassName($args[0]);
88 if(count($args) < 2) {
89 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
94 if($args[0] == 'action') {
95 array_shift($args);
96 $rawactions[] = array('type' => array_shift($args), 'argv' => $args);
102 $thanks = $args[1];
108 $labels = $args[1];
117 $name = $args[0];
397 $args = array();
[all …]
/plugin/c3chart/assets/
H A Dd3.min.js2args=n,this.state=t.__brush,this.active=0}function u(){function e(){var t=cc(w);!q||x||b||(Math.ab…
/plugin/callflow/
H A Draphael.js458 if (R.is(args[args.length - 1], "function")) {
459 var f = args.pop();
1215 if (cache[has](args)) {
1216 repush(count, args);
1217 return postprocessor ? postprocessor(cache[args]) : cache[args];
1220 count.push(args);
1222 return postprocessor ? postprocessor(cache[args]) : cache[args];
5282 args = [],
5285 args.push(arguments[i]);
5293 var arglen = args.length;
[all …]
/plugin/canvas/
H A Dcanvas.php196 protected function getArguments($args='', $singlekey='height') { argument
202 preg_match_all($pattern, $args, $matches, PREG_SET_ORDER);
205 $args = str_replace($match[0], '', $args); // remove parsed substring
212 preg_match_all($pattern, $args, $matches, PREG_SET_ORDER);
215 $args = str_replace($match[0], '', $args); // remove parsed substring
221 if (preg_match($pattern, $args, $matches)) {
237 $args = str_replace($matches[0], '', $args); // remove parsed substring
241 $tokens = preg_split('/\s+/', $args);
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js241args:Array.prototype.slice.call(arguments,2)};CKEDITOR.tools.extend(c,b)},get:function(a){return t… class
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc68 var args = arguments;
70 inlineStyleField && inlineStyleField.commit.apply( inlineStyleField, args );
74 widget.commit.apply( widget, args );
/plugin/ckgedit/ckeditor/
H A Dckeditor.js267args:Array.prototype.slice.call(arguments,2)};CKEDITOR.tools.extend(c,b)},get:function(a){return t… class
H A Dckeditor.js.unc5634 args: Array.prototype.slice.call(arguments, 2)
5645 b = b && b.create.apply(this, d.args);
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc69 var args = arguments;
71 inlineStyleField && inlineStyleField.commit.apply( inlineStyleField, args );
75 widget.commit.apply( widget, args );
/plugin/cli/
H A Dsyntax.php140 $args = substr(rtrim($match), 4, -1); // strip '<cli' and '>EOL?'
141 $params=$this->_parseparams($args);
/plugin/cnmap/
H A Dsyntax.php137 $args['zoom'] = intval($args['zoom']);
138 if($args['zoom'] < 3 || $args['zoom'] > 19)
154 $args['mark'] = strtolower($args['mark']);
155 … $args['mark'] = (($args['mark'] == 'y') || ($args['mark'] == 'yes')|| ($args['mark'] == 'on'));
162 $args['sat'] = strtolower($args['sat']);
163 … $args['sat'] = (($args['sat'] == 'y') || ($args['sat'] == 'yes')|| ($args['sat'] == 'on'));
189 $args['title']=addslashes($args['title']);
190 $args['title']=str_replace("<","\\<", $args['title']);
191 $args['title']=str_replace(">","\\>", $args['title']);
229 $args['title']=addslashes($args['title']);
[all …]
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js3args=e}},matchCommand_:function(a){for(var b=a.length;b>0;b--){var c=a.substring(0,b);if(this.comm…
H A Dvim.min.js.map1args","finalHead","getRange","lastState","prevLineEnd","Number","MAX_VALUE","wasLastLine","command…
/plugin/codemirror/dist/modes/
H A Dasterisk.min.js.map1 …pToEnd();\n return \"strong\";\n }\n }\n // application args\n if(ch == '$'){…
H A Dclojure.min.js.map1 …lved-vars*\", \"*assert*\", \"*clojure-version*\",\n \"*command-line-args*\", \"*compile-file…
H A Drst.min.js.map1args","Array","prototype","slice","call","arguments","replace","n","mode_python","mode_stex","SEPA…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1args","Array","prototype","call","arguments","apply","copyObj","obj","target","overwrite","prop","…
/plugin/codeprettify/syntax/
H A Dcode.php214 list($state, $args, $calls) = $data;
224 $renderer->doc .= '<pre class="'.hsc($args).'">';
227 $renderer->doc .= $renderer->_xmlEntities($args);
/plugin/combo/ComboStrap/
H A DSqliteRequest.php

12345678910>>...23