Home
last modified time | relevance | path

Searched refs:DOKU_CACHE_DIR (Results 1 – 3 of 3) sorted by relevance

/plugin/webcomponent/
H A Dwebcomponent.php27 const DOKU_CACHE_DIR = '/dokudata/cache'; define in webcomponent
130 $conf['cachedir'] = getcwd() . self::DOKU_CACHE_DIR;
/plugin/webcomponent/_test/
H A DREADME.md20 const DOKU_CACHE_DIR = '/dokudata/cache';
33 $conf['cachedir'] = getcwd() . self::DOKU_CACHE_DIR;
/plugin/combo/ComboStrap/
H A DPluginUtility.php20 const DOKU_CACHE_DIR = '/dokudata/cache'; define in ComboStrap\\PluginUtility