Home
last modified time | relevance | path

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

/plugin/webcomponent/
H A Dwebcomponent.php26 const DOKU_DATA_DIR = '/dokudata/pages'; define in webcomponent
123 $conf['datadir'] = getcwd() . self::DOKU_DATA_DIR;
/plugin/webcomponent/_test/
H A DREADME.md19 const DOKU_DATA_DIR = '/dokudata/pages';
26 $conf['datadir'] = getcwd() . self::DOKU_DATA_DIR;
/plugin/combo/ComboStrap/
H A DPluginUtility.php19 const DOKU_DATA_DIR = '/dokudata/pages'; define in ComboStrap\\PluginUtility