Searched refs:DOKU_FARMDIR (Results 1 – 8 of 8) sorted by last modified time
61 $this->line('farm dir', DOKU_FARMDIR);
131 if($animalname !== '' && file_exists(DOKU_FARMDIR . '/' . $animalname)) {135 …if (!is_dir(DOKU_FARMDIR . $template) && !in_array($aclpolicy,array('open', 'public', 'closed'))) {146 if(!is_dir(DOKU_FARMDIR . $template)) {176 $animaldir = DOKU_FARMDIR . $name;188 $templatedir = DOKU_FARMDIR . $template . '/' . $dir;
70 $form->addHTML('<label><span>' . $this->getLang('farm dir') . '</span>' . DOKU_FARMDIR);
55 $animaldir = DOKU_FARMDIR . $INPUT->str('delanimal');57 if(!$this->helper->isInPath($animaldir, DOKU_FARMDIR) || !is_dir($animaldir)) {
72 define('DOKU_CONF', DOKU_FARMDIR . $this->animal . '/conf/');113 return DOKU_FARMDIR . $this->getAnimal() . '/data/';
83 $list = glob(DOKU_FARMDIR . '*/conf/', GLOB_ONLYDIR);219 $localfile = DOKU_FARMDIR . $animal . '/conf/plugins.local.php';324 io_saveFile(DOKU_FARMDIR . $animal . '/conf/plugins.local.php', $pluginConf);325 touch(DOKU_FARMDIR . $animal . '/conf/local.php');328 opcache_invalidate(DOKU_FARMDIR . $animal . '/conf/plugins.local.php');329 opcache_invalidate(DOKU_FARMDIR . $animal . '/conf/local.php');
54 return DOKU_FARMDIR . $animal . '/';
18 define(DOKU_FARMDIR, '/testfarmdir/' ); define