Home
last modified time | relevance | path

Searched refs:param1 (Results 1 – 15 of 15) sorted by relevance

/plugin/mytemplate/
H A Daction.php281 $param1 = trim($match["param1"][0]);
293 $this->substitute($param1, $pass);
301 if (array_key_exists($param1, $this->maps)) {
302 $value = $this->maps[$param1][$param2];
304 dbg('no map named ' . $param1);
309 if (array_key_exists($param1, $this->maps)) {
310 $value = $this->do_lookrange($this->maps[$param1], $param2);
312 dbg('no map named ' . $param1);
317 $value = $this->do_calculate($param1);
320 $value = $param1;
[all …]
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,
52 REPLACE - replaces all occurences of param2 in param1 with param3.
/plugin/revealjs/syntax/
H A Dfragmentblock.php44 list($type, $param1, $param2) = preg_split("/\s+/", substr($match, 1, -1), 3);
45 if ($param1) {
46 if ($this->_is_valid_style($param1)) $style = $param1;
47 elseif (intval($param1) > 0) $index = $param1;
H A Dfragment.php48 list($type, $param1, $param2) = preg_split("/\s+/", substr($match, 1, -1), 3);
49 if ($param1) {
50 if ($this->_is_valid_style($param1)) $style = $param1;
51 elseif (intval($param1) > 0) $index = $param1;
/plugin/phpipam/
H A Dsyntax.php136 foreach ($params as $param1) {
137 $param1 = trim($param1) ;
139 $param1, $matches)) { // SubNet search
196 $param1, $matches)) { // SubNet index
226 $param1, $matches)) { // Device index
230 $param1, $matches)) { // Rack index
271 $param1, $matches)) { // VRF to SubNet
311 $param1, $matches)) { // l2 domain
315 $param1, $matches)) { // VRF
319 $param1, $matches)) { // VRF
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D8cd00a3aba7c3c158277bc032aac2830.asciidoc28 'source' => 'ctx._source.counter += params.param1',
31 'param1' => 1,
/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/bookcreator/syntax/
H A Dbookmanager.php81 [$param1, $param2] = array_pad(explode('&', $params, 2),2, '');
84 if(is_numeric($param1)) {
85 $num = (int) $param1;
89 } elseif(in_array($param1, $sortoptions)) {
90 $order = $param1;
/plugin/google_adsense2/
H A Dsyntax.php100 //$renderer->doc .= 'debug(id=' . $id . ' param1=' . $param1 . ')<br />';
/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.md44 param1: some_value1,
/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);
26940 } else if (param1 !== void 0 && Array.isArray(this.settings[key])) {
26942 return this.settings[key][param1];
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …return state;\n}\n\n/**\n * Helper function to parse query string (e.g. ?param1=value&parm2=...).\…