Home
last modified time | relevance | path

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

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