Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php73 $tpllist = glob(DOKU_INC . 'lib/tpl/*', GLOB_ONLYDIR);
74 $tpllist = array_map('basename', $tpllist);
75 sort($tpllist);
87 foreach ($tpllist as $name) {
/dokuwiki/lib/plugins/extension/
H A Dcli.php308 $tpllist = glob(DOKU_INC . 'lib/tpl/*', GLOB_ONLYDIR);
309 $tpllist = array_map(static fn($path) => 'template:' . basename($path), $tpllist);
311 $list = array_merge($pluginlist, $tpllist);