Home
last modified time | relevance | path

Searched refs:DOKU_FARMDIR (Results 1 – 8 of 8) sorted by relevance

/plugin/farmer/
H A Dhelper.php89 $list = glob(DOKU_FARMDIR . '*/conf/', GLOB_ONLYDIR);
232 $localfile = DOKU_FARMDIR . $animal . '/conf/plugins.local.php';
336 io_saveFile(DOKU_FARMDIR . $animal . '/conf/plugins.local.php', $pluginConf);
337 touch(DOKU_FARMDIR . $animal . '/conf/local.php');
340 opcache_invalidate(DOKU_FARMDIR . $animal . '/conf/plugins.local.php');
341 opcache_invalidate(DOKU_FARMDIR . $animal . '/conf/local.php');
H A DDokuWikiFarmCore.php76 define('DOKU_CONF', DOKU_FARMDIR . $this->animal . '/conf/');
122 return DOKU_FARMDIR . $this->getAnimal() . '/data/';
/plugin/farmer/admin/
H A Dnew.php162 if ($animalname !== '' && file_exists(DOKU_FARMDIR . '/' . $animalname)) {
166 … if (!is_dir(DOKU_FARMDIR . $template) && !in_array($aclpolicy, ['open', 'public', 'closed'])) {
177 if (!is_dir(DOKU_FARMDIR . $template)) {
208 $animaldir = DOKU_FARMDIR . $name;
220 $templatedir = DOKU_FARMDIR . $template . '/' . $dir;
H A Ddelete.php51 $animaldir = DOKU_FARMDIR . $INPUT->str('delanimal');
53 if (!$this->helper->isInPath($animaldir, DOKU_FARMDIR) || !is_dir($animaldir)) {
H A Dinfo.php61 $this->line('farm dir', DOKU_FARMDIR);
H A Dconfig.php66 $form->addHTML('<label><span>' . $this->getLang('farm dir') . '</span>' . DOKU_FARMDIR);
/plugin/farmsync/_test/
DFarmSyncUtil.test.php18 define(DOKU_FARMDIR, '/testfarmdir/' ); define
/plugin/farmsync/meta/
DFarmSyncUtil.php54 return DOKU_FARMDIR . $animal . '/';