Searched refs:configfile (Results 1 – 6 of 6) sorted by relevance
| /plugin/autologoff/ |
| D | helper.php | 14 private $configfile; variable in helper_plugin_autologoff 17 $this->configfile = DOKU_CONF . '/autologoff.conf'; 27 foreach((array) confToHash($this->configfile) as $usergroup => $time) { 52 io_saveFile($this->configfile, "$usergroup\t$time\n", true); 64 io_deleteFromFile($this->configfile, $grep, true);
|
| /plugin/authucenter/lib/api/ |
| D | uc.php | 208 $configfile = trim(file_get_contents(DOKU_ROOT.'./conf/uc.conf.php')); 209 … $configfile = substr($configfile, -2) == '?>' ? substr($configfile, 0, -2) : $configfile; 210 …$configfile = preg_replace("/define\('UC_API',\s*'.*?'\);/i", "define('UC_API', '".addslashes($UC_… 212 @fwrite($fp, trim($configfile));
|
| /plugin/custombuttons/ |
| D | admin.php | 43 $configfile = DOKU_PLUGIN.'custombuttons/config.json'; 44 …if (is_writable($configfile) || (!file_exists($configfile) && is_writable(DOKU_PLUGIN.'custombutto… 45 file_put_contents($configfile, json_encode($conf));
|
| /plugin/mathjax/conf/ |
| D | default.php | 16 $conf['configfile'] = '';
|
| /plugin/mathjax/lang/zh/ |
| D | settings.php | 5 $lang['configfile'] = '(可选的) 一个或多个包含 MathJax 配置命令的文件。指定相对于 dokuwiki 安装目录的路径(例如 conf/mathjax.js 或者 d…
|
| /plugin/mathjax/lang/en/ |
| D | settings.php | 5 $lang['configfile'] = '(Optional) One or more files containing MathJax configuration commands. Spe…
|