Home
last modified time | relevance | path

Searched refs:template (Results 51 – 54 of 54) sorted by relevance

123

/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php20 * Class helper_plugin_extension_extension represents a single extension (plugin or template)
70 * @param string $id The id of the extension (prefixed with template: for templates)
80 if (str_starts_with($id, 'template:')) {
152 'template:dokuwiki'
193 return ($conf['template'] == $this->getBase());
218 * If the extension is a template
220 * @return bool If this extension is a template
230 * This is the same as getName() for plugins, for templates it's getName() prefixed with 'template:'
249 // Data from plugin.info.txt/template.info.txt or the repo when not available locally
330 ($this->isTemplate() ? 'template'
[all...]
/dokuwiki/inc/
H A Dtemplate.php4 * DokuWiki template functions
24 * Access a template file
26 * Returns the path to the given file inside the current template, uses
27 * default template if the custom version doesn't exist.
34 function template($file)
38 if (@is_readable(DOKU_INC . 'lib/tpl/' . $conf['template'] . '/' . $file))
39 return DOKU_INC . 'lib/tpl/' . $conf['template'] . '/' . $file;
45 * Convenience function to access template dir from local FS
49 * @param string $tpl The template to use, default to current one
57 if (!$tpl) $tpl = $conf['template'];
23 function template($file) { global() function
[all...]
/dokuwiki/data/
H A Ddeleted.files654 lib/tpl/default/template.info.txt
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG672 - Fixed template params for C++ and C# not being highlighted (SF #1772919, BenBE)

123