Home
last modified time | relevance | path

Searched +full:template -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 78) sorted by path

1234

/dokuwiki/bin/
H A Dgittool.php28 "$> ./bin/gittool.php clone gallery template:ach\n" .
41 'Tries to install a known plugin or template (prefix with template:) via git. Uses the DokuWiki.org ' .
46 'name of the extension to install, prefix with \'template:\' for templates',
58 'name of the extension to install, prefix with \'template:\' for templates',
257 if (str_starts_with($ext, 'template:')) {
278 * Looks in root, template and plugin directories only.
H A Dstriplangs.php72 * @param string $path path to plugin or template dir
/dokuwiki/conf/
H A Ddokuwiki.php19 $conf['template'] = 'dokuwiki'; //see lib/tpl directory
20 $conf['tagline'] = ''; //tagline in header (if template supports it)
21 $conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports it)
H A Dplugins.required.php12 $plugins['template:dokuwiki'] = 1; // not a plugin, but this should not be uninstalled either
/dokuwiki/data/
H A Ddeleted.files654 lib/tpl/default/template.info.txt
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt42 * [[doku>Template|How to create and use templates]]
/dokuwiki/inc/Menu/
H A DAbstractMenu.php12 * It contains convenience functions to display the menu in HTML, but template authors can also
73 * This is a convenience method for template authors. If you need more fine control over the
H A DPageMenu.php8 * Actions manipulating the current page. Shown as a floating menu in the dokuwiki template
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php12 * Items may be shown multiple times in different contexts. Eg. for the default template
/dokuwiki/inc/
H A DStyleUtils.php8 * Reads and applies the template's style.ini settings
12 /** @var string current template */
33 * @param string $tpl template name: if not passed as argument, the default value from $conf will be used
41 $tpl = $conf['template'];
51 * Loads and merges style.ini files from template and config and prepares
93 // replace the placeholder with the name of the current template
94 $inifile = str_replace('%TEMPLATE%', $this->tpl, $inifile);
146 "Please contact developer of \"$this->tpl\" template.", 2);
149 msg("Stylesheet $file not found, please contact the developer of \"$this->tpl\" template.", 2);
158 * Style resources are relative to the template director
[all...]
H A Dactions.php27 // make all globals available to the template
30 include(template('main.php'));
H A Dcommon.php1083 'tpl' => '', // the text used as template
1092 // if the before event did not set a template file, try to find one
1121 * Performs common page template replacements
1133 * @var string $tpl the text used as template
H A Dconfig_cascade.php67 'default' => [DOKU_INC . 'lib/tpl/%TEMPLATE%/' . 'style.ini'],
68 'local' => [DOKU_CONF . 'tpl/%TEMPLATE%/' . 'style.ini']
85 'template' => [DOKU_CONF . 'template_lang/']
H A Ddeprecated.php492 * @param string $template Mail template ('subscr_digest', 'subscr_single', 'mailtext', ...)
500 public function send_diff($subscriber_mail, $template, $id, $rev = null, $summary = '') {
503 return $subscriptionSender->sendPageDiff($subscriber_mail, $template, $id, $rev, $summary);
512 * @param string $template Mail template ('uploadmail', ...)
518 public function send_media_diff($subscriber_mail, $template, $id, $rev = false) {
521 return $subscriptionSender->sendMediaDiff($subscriber_mail, $template, $id, $rev);
498 send_diff($subscriber_mail, $template, $id, $rev = null, $summary = '') global() argument
516 send_media_diff($subscriber_mail, $template, $id, $rev = false) global() argument
H A Dinit.php133 define('DOKU_TPL', DOKU_BASE . 'lib/tpl/' . $conf['template'] . '/');
141 define('DOKU_TPLINC', DOKU_INC . 'lib/tpl/' . $conf['template'] . '/');
H A Dload.php34 'template.php',
190 * Check if the class is a namespaced template class
197 // template namespace
198 if ($this->prefixStrip($classPath, 'dokuwiki/template/')) {
202 $template = substr($classPath, 0, strpos($classPath, '/'));
207 ErrorHandler::showExceptionMsg($e, "Error loading template $template");
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/inc/Subscriptions/
H A DMediaSubscriptionSender.php13 * @param string $template Mail template ('uploadmail', ...)
18 public function sendMediaDiff($subscriber_mail, $template, $id, $rev = false, $current_rev = false)
42 $this->send($subscriber_mail, 'upload', $id, $template, $trep, null, $headers);
21 sendMediaDiff($subscriber_mail, $template, $id, $rev = false, $current_rev = false) global() argument
H A DPageSubscriptionSender.php15 * @param string $template Mail template ('subscr_digest', 'subscr_single', 'mailtext', ...)
23 public function sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $current_rev = null)
78 $template,
26 sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $current_rev = null) global() argument
H A DSubscriptionSender.php51 * @param string $template The name of the mail template
53 * template (in text format)
55 * template (in HTML format), null to default to $trep
62 protected function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $headers = []) argument
67 $text = rawLocale($template);
73 if (in_array($template, ['subscr_list', 'subscr_digest'])) {
/dokuwiki/inc/Ui/
H A DEditor.php44 // $TEXT has been loaded from page template
/dokuwiki/lib/exe/
H A Dcss.php50 // decide from where to get the template
53 $tpl = $conf['template'];
86 // load template styles
244 'If you recently installed a new plugin or template it ' .
339 * overwritten in the template or userstyles.
H A Ddetail.php43 //start output and load template
45 include(template('detail.php'));
H A Djs.php43 // decide from where to get the template
45 if (!$tpl) $tpl = $conf['template'];
120 $lang['js']['template'] = $templatestrings;
273 * Return an two-dimensional array with strings from the language file of current active template.
276 * - Nothing is returned for template without an entry for $lang['js']
291 foreach ($config_cascade['lang']['template'] as $config_file) {
292 if (file_exists($config_file . $conf['template'] . '/en/lang.php')) {
293 include($config_file . $conf['template'] . '/en/lang.php');
303 foreach ($config_cascade['lang']['template'] as $config_file) {
304 if (file_exists($config_file . $conf['template']
[all...]
H A Dmediamanager.php130 include(template('mediamanager.php'));

1234