Home
last modified time | relevance | path

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

/plugin/mikioplugin/
Dcss.php28 $pluginRoot = realpath(__DIR__ . '/'); variable
30 realpath($pluginRoot . '/assets'),
31 realpath($pluginRoot . '/styles')
47 $resolvedPath = realpath($pluginRoot . '/' . $cleanInput);
/plugin/refnotes/
Dconfig.php49 $pluginRoot = DOKU_PLUGIN . 'refnotes/';
50 $fileName = $pluginRoot . $sectionName . '.local.dat';
52 $fileName = $pluginRoot . 'conf/' . $sectionName . '.dat';