Home
last modified time | relevance | path

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

/plugin/dev/
H A DSkeletor.php104 $this->loadSkeleton('info.txt', $this->type . '.info.txt');
105 $this->loadSkeleton('README');
106 $this->loadSkeleton('LICENSE');
107 $this->loadSkeleton('_gitattributes', '.gitattributes');
147 $this->loadSkeleton($type . '.php', $path, $replacements);
166 $this->loadSkeleton('.github/workflows/dokuwiki.yml', '', ['@@CRON@@' => $cron]);
169 $this->loadSkeleton('_test/StandardTest.php', '_test/' . $test . 'Test.php', $replacements);
171 $this->loadSkeleton('_test/GeneralTest.php');
182 $this->loadSkeleton('conf/default.php');
183 $this->loadSkeleton('con
263 protected function loadSkeleton($skel, $target = '', $replacements = []) global() function in dokuwiki\\plugin\\dev\\Skeletor
[all...]