Home
last modified time | relevance | path

Searched refs:param2 (Results 1 – 13 of 13) sorted by relevance

/plugin/revealjs/syntax/
H A Dfragmentblock.php44 list($type, $param1, $param2) = preg_split("/\s+/", substr($match, 1, -1), 3);
49 if ($param2) {
50 if (intval($param2) > 0) $index = $param2;
51 elseif ($this->_is_valid_style($param2)) $style = $param2;
H A Dfragment.php48 list($type, $param1, $param2) = preg_split("/\s+/", substr($match, 1, -1), 3);
53 if ($param2) {
54 if (intval($param2) > 0) $index = $param2;
55 elseif ($this->_is_valid_style($param2)) $style = $param2;
/plugin/mytemplate/
H A Daction.php282 $param2 = trim($match["param2"][0]);
295 if (!empty($param2)) $this->substitute($param2, $pass);
302 $value = $this->maps[$param1][$param2];
310 $value = $this->do_lookrange($this->maps[$param1], $param2);
329 $value = preg_match_all('\'' . addslashes($param1) . '\'', $param2, $temp);
332 $value = $this->do_list($this->variables[$param1], trim($param2, '[]'), $param3);
336 $this->substitute($param2, $pass);
337 $value = $param2;
344 $value = preg_replace('\'' . addslashes($param1) . '\'', $param2, $param3);
H A DREADME20 ~~COMMAND(x[,var]):param1[:param2[:param3]]~[!]~
47 COUNT - counts the occurences of param1 within param2 (sample: ~~COUNT(0):,:~~VAR(0):FOO ~~ ~~)
48 IF - If param1 evaluates to "true" as far as php is concerned, param2 will be printed,
49 otherwise param3 is. Please note that in this case only param2 or param3 will even be
52 REPLACE - replaces all occurences of param2 in param1 with param3.
/plugin/bookcreator/syntax/
H A Dbookmanager.php81 [$param1, $param2] = array_pad(explode('&', $params, 2),2, '');
86 if(in_array($param2, $sortoptions)) {
87 $order = $param2;
91 if(is_numeric($param2)) {
92 $num = (int)$param2;
94 } elseif(is_numeric($param2)) {
95 $num = (int) $param2;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php65 public function bar($param1 = null, $param2 = null) argument
67 return 'bar'.($param1 ? '_'.$param1 : '').($param2 ? '-'.$param2 : '');
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js182 var param2 = param;
185 param2 = $H(param2);
186 param2.set('meta', $H(param2.get('meta')));
187 param2.get('meta').set('users', $H(param2.get('meta').get('users')));
188 trace('handleResponse: '+cmd + "-"+resp+"-"+param2.inspect());
193 param2 = $H(param2);
194 trace('handleResponse: '+cmd + "-"+resp+"-"+param2.inspect());
199 param2 = $A(param2);
200 trace('handleResponse: '+cmd + "-"+resp+"-"+param2.inspect());
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.autofix.url.php91 $source_url = '/test test?param=value&param2=value2#fragment';
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js485 function callFunction( func, param1, param2, param3 ) { argument
487 func.call( l, param1, param2, param3 );
/plugin/components/
H A DREADME.md45 param2: some_value2
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/linkbonus/syntax/
H A Dinterwiki.txt63 * the pattern is @/path/to/page|name|title|param1=val1|param2=val2|...|
/plugin/edittable/lib/
H A Dhandsontable.full.js25088 value: function getSetting(key, param1, param2, param3, param4) {
25090 return this.wtSettings.getSetting(key, param1, param2, param3, param4);
26936 value: function getSetting(key, param1, param2, param3, param4) {
26939 return this.settings[key](param1, param2, param3, param4);