Home
last modified time | relevance | path

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

/plugin/textinsert/
Dadmin.php19 var $macros_file; variable in admin_plugin_textinsert
35 $this->macros_file=MACROS_FILE;
/plugin/json/
Dhelper.php70 $macros_file = DOKU_INC . 'data/meta/macros/macros.ser';
71 if(file_exists($macros_file)) {
72 $macros = unserialize(file_get_contents($macros_file));
83 function ($matches) use ($macros_file, &$macros) {