Home
last modified time | relevance | path

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

/plugin/dev/
H A DSkeletor.php102 $this->loadSkeleton('info.txt', $this->type . '.info.txt');
103 $this->loadSkeleton('README');
104 $this->loadSkeleton('LICENSE');
105 $this->loadSkeleton('_gitattributes', '.gitattributes');
145 $this->loadSkeleton($type . '.php', $path, $replacements);
164 $this->loadSkeleton('.github/workflows/dokuwiki.yml', '', ['@@CRON@@' => $cron]);
167 … $this->loadSkeleton('_test/StandardTest.php', '_test/' . $test . 'Test.php', $replacements);
169 $this->loadSkeleton('_test/GeneralTest.php');
180 $this->loadSkeleton('conf/default.php');
181 $this->loadSkeleton('conf/metadata.php');
[all …]