Home
last modified time | relevance | path

Searched refs:varname (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/
H A Dtoolbar.php16 * @param string $varname Name of the JS variable to fill
19 function toolbar_JSdefines($varname) argument
253 echo "var $varname = " . json_encode($menu, JSON_THROW_ON_ERROR) . ";\n";
/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php16 protected $varname = 'conf'; variable in dokuwiki\\plugin\\config\\core\\ConfigParser
42 …$pattern = '/\$' . $this->varname . '\[[\'"]([^=]+)[\'"]\] ?= ?(.*?);(?=[^;]*(?:\$' . $this->varna…