Home
last modified time | relevance | path

Searched refs:args (Results 426 – 450 of 559) sorted by last modified time

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

/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/searchtablejs/
H A Dtablefilter.js145 var args = new Array();
146 args.push(id); args.push(i); args.push(n);
147 args.push(display_allText); args.push(sort_slc); args.push(displayPaging);
148 SlcArgs.push(args);
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js145 var args = new Array();
146 args.push(id); args.push(i); args.push(n);
147 args.push(display_allText); args.push(sort_slc); args.push(displayPaging);
148 SlcArgs.push(args);
/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/ckgdoku/ckeditor/
H A Dckeditor.js241args:Array.prototype.slice.call(arguments,2)};CKEDITOR.tools.extend(c,b)},get:function(a){return t… class
/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/partialsearch/
H A Daction.php23 function partial_search_before(&$event, $args) { argument
27 $this->_partial_search($event, $args, WILDCARD);
31 function partial_search_after(&$event, $args) { argument
35 $this->_partial_search($event, $args, '');
55 function _partial_search(&$event, $args, $surrounding='') { argument
61 function pagelookup_before(&$event, $args) { argument
71 function snippet_create_after(&$event, $args) { argument
/plugin/spellcheck/
H A Daspell.php78 var $args=''; variable in Aspell
115 $this->args = '';
118 $this->args .= ' --lang='.escapeshellarg($this->language);
124 $this->args .= ' --jargon='.escapeshellarg($this->jargon);
128 $this->args .= ' --personal='.escapeshellarg($this->personal);
132 $this->args .= ' --encoding='.escapeshellarg($this->encoding);
137 $this->args .= ' --sug-mode=fast';
140 $this->args .= ' --sug-mode=bad-spellers';
143 $this->args .= ' --sug-mode=ultra';
146 $this->args .= ' --sug-mode=normal';
[all …]
H A Dscript.js249 var args = this.suggest.arguments;
250 if(!args[0]){ return; }
251 var id = args[0];
271 if(args.length == 1){
274 for(var i=1; i<args.length; i++){
276 qquote(args[i])+'\')">';
277 text += args[i];
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1013 var args = arguments, i;
1016 args[0] = new String(args[0]);
1020 args[0][captureNames[i]] = args[i + 1];
1027 search.lastIndex = args[args.length - 2] + args[0].length;
1045 if (n <= args.length - 3) {
1046 return args[n] || "";
1052 return args[n + 1] || "";
1057 if ($2 === "`") return args[args.length - 1].slice(0, args[args.length - 2]);
1058 … if ($2 === "'") return args[args.length - 1].slice(args[args.length - 2] + args[0].length);
1075 if ($2 > args.length - 3) {
[all …]
/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/uilanguage/
H A Daction.php28 public function changeUiLanguage($event, $args) { argument
/plugin/davcard/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/searchcombinedgoogle/
H A Daction.php40 function searchlogger__getPageTitle(Doku_Event &$event, $args) argument
53 function searchlogger__getSnippet(Doku_Event &$event, $args) { argument
62 function searchlogger__log(Doku_Event &$event, $args) { argument
/plugin/rssbycreated/
H A Daction.php24 function rss_action(Doku_Event $event, $args) { argument
48 function rss_action_pre(Doku_Event $event, $args) { argument
/plugin/filterrss/
H A Dsyntax.php44 $args = trim($query[0]);
76 if(preg_match($limit_reg, $args, $matches) )
84 $exploded = explode(' ', $args);
/plugin/fetchmedia/
H A Dyarn.lock2463 process-nextick-args@~1.0.6:
2465 …resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e2…
2557 process-nextick-args "~1.0.6"
/plugin/database2/
H A Dsyntax.php76 $args = array();
89 if (($value === true) && ! isset($args['table'])) {
90 $args['table'] = $name;
91 unset($args[$name]);
93 $args[$name] = $value;
99 return array($state, $args);
120 list($state, $args) = $data;
123 $this->tableName = trim($args['table']);
124 $this->dbName = trim($args['database']);
130 $this->options = $args;
[all …]
H A Ddatabase2.php2160 $args = func_get_args();
2161 $args = array_filter( array_slice( $args, 2 ), create_function( '$a', 'return trim($a)!=="";' ) );
2163 $disabled = in_array( 'disabled', $args ) ? ' disabled="disabled"' : '';
2166 $args[] = 'pure-text';
2168 $classes = implode( ' ', $args );
2179 $args = func_get_args();
2180 $args = array_filter( array_slice( $args, 3 ), create_function( '$a', 'return trim($a)!=="";' ) );
2182 $disabled = in_array( 'disabled', $args ) ? ' disabled="disabled"' : '';
2184 $classes = implode( ' ', $args );
/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/reflect/
H A Daction.php26 function reflect__reflect(&$event, $args) { argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php400 $args = $_SERVER['argv'];
401 array_shift($args);
403 $this->setCommandLineValues($args);
429 * @param array $args An array of command line arguments to process.
433 public function setCommandLineValues($args) argument
444 $this->_cliArgs = $args;
445 $numArgs = count($args);
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php246 public $args; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeader
248 …on setArgs(/* array(Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs) */ $args) { argument
249 …$this->assertIsArray($args, 'Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs', …
250 $this->args = $args;
253 return $this->args;
305 public $args; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails
309 $this->args = $args;
312 return $this->args;
342 public $args; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult
346 $this->args = $args;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …ify_formula","supbooks","_range","stack","nameidx","fflen","argc","func","args","lbl","XLSXFutureF…
/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 …]

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