Home
last modified time | relevance | path

Searched refs:template (Results 651 – 675 of 695) sorted by path

1...<<2122232425262728

/plugin/templateconfhelper/
H A DREADME3 various functions to help with template management.
4 * template inheritance with cascade [[#inheritance]]
9 changes template based on users Selection via GET and saves it in the Session.
13 * $_GET[utpl] /^[\w-]+$/ - override template
21 * tpl_loadconfig( $tpl ) - reload config for template, called on switch
30 * $_GET[template /^[\w-]*$/ - template dir to search for the file
36template.php// use following new config settings to look up templatefiles. Files that dont exist i…
38 * template, dokuwiki template setting possibly overwritten by template switch
39 * default_tpl, dokuwiki template setting
40 * base_tpl, fallback template
[all …]
/plugin/templatepagename/
H A DREADME.md3 Let you configure self the wikipage which is used as template for the new
9 * or use simple `template`
12 Be aware, when the template name starts with characters like `_` it is not
H A Dplugin.info.txt6 desc Set a default template page name
/plugin/templater/
H A DCHANGELOG.md38 * Better fix for `{{template>page#section}}` doesn't exist with error message.
44 * Bug fix for when `{{template>page#section}}` doesn't exist.
48 * Doesn't show the heading when calling just a section of a template `{{template>page#section}}`.
62 * Allowing multiple instances of a template and default values (default default = '').
67 * When the template does not exist show a link to create the template.
/plugin/topbarsyntax/
H A DREADME10 This syntax plugin is derived from simple template created by Michael Klier and
/plugin/tplinc/lang/en/
H A Dintro.txt3 Here you can define which **page** should be included at which **location** in the template when a …
/plugin/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.
H A Dplugin.info.txt6 desc Modify template tools, logo image, tag line, ui language
/plugin/translation/
H A Dstyle.less1 // fix problem in dokuwiki template where short sidebar may clip dropdown
2 // in the future this should be fixed in the dokuwiki template
/plugin/twcheckliste/
H A Drenderer.php.old48 $this->tpl = $this->getConf('template');
/plugin/twistienav4bootstrap3/
H A DREADME1 TwistieNav Plugin for Bootstrap 3 template
H A DREADME.md2 # Twistienav for Bootstrap 3 template (DokuWiki plugin)#
9 …ted to be compatible with the [Bootstrap 3](https://www.dokuwiki.org/template:bootstrap3) template.
H A Dplugin.info.txt5 name TwistieNav plugin for Bootstrap 3 template
6 …-down navigation menus to breadcrumbs - original plugin twistienav adapted for Bootstrap 3 template
H A Dstyle.less2 * Stylesheet for TwistieNav plugin for Bootstrap 3 template
/plugin/twofactor/
H A DREADME18 code template to get this project started.
/plugin/txt2tags/
H A DREADME.doku88 … to do so, include this just before the </body> tag, at the end of your template main.php file, li…
H A DREADME.t2t88 … to do so, include this just before the </body> tag, at the end of your template main.php file, li…
/plugin/upgrade/lang/it/
H A Dstep0.txt5 Questo procedimento non aggiornerĂ  nessun plugin installato e nessun template.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5500 }var template=Firebug.NetMonitor.NetInfoBody;
5503 netInfoBox=template.tag.append({file:spy},head);
5504 dispatch(template.fbListeners,"initTabBody",[netInfoBox,spy]);
5505 template.selectTabByName(netInfoBox,"Response")
5506 }else{template.updateInfo(netInfoBox,spy,spy.context)
7104 Firebug.CSSStyleSheetPanel.prototype=extend(Firebug.SourceBoxPanel,{template:domplate({tag:DIV({"cl…
7185 if(!rulesBox){styleRuleBox=this.template.cascadedTag.replace({rules:[rule],inherited:[],inheritLabe…
7187 }else{styleRuleBox=this.template.ruleTag.insertBefore({rule:rule},rulesBox)
7291 if(rules.length){result=this.template.tag.replace({rules:rules},this.panelNode)
7399 var result=this.template.cascadedTag.replace({rules:rules,inherited:sections,inheritLabel:inheritLa…
[all …]
/plugin/webcomponent/
H A Drequirements.txt2 https://github.com/gerardnico/dokuwiki-template-bootie.git lib/tpl/bootie
/plugin/wikistats/
H A DREADME.md35 This plugin requires the modification of the template (often `main.php`).
36 Decide where you want to insert the *Stats* link in your template and
208 * Add stats icon to wiki template
/plugin/wrap/
H A Dexample.txt185 * ''box'' creates a box around the container and uses the colours from the template's ''style.ini'' as default colours (''%%__background_alt__%%'' and ''%%__text__%%'')
297 :!: Please note, the styling of these tabs depend on the template you are using and not on the wrap plugin. If you only see a list of links and no tabs, please make sure to add "tabs" to the ''noPrefix'' config option and that your template supports at least the 2012-01-25 "Angua" DokuWiki release.
H A Dstyle.less194 /* in addition to template styles */
/plugin/wrapadd/
H A Dstyle.css60 … /* Inspired by hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */
78 /* From hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */
84 /* From hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */
/plugin/wst/syntax/
H A Dtemplate.php79 $template = $this->get_template($template_name);
80 if (!$template) return;
81 $template_text = $this->replace_args($template, $template_arguments);
105 …$template = rawWiki((substr($name, 0, 1) == ":") || ($this->getConf('namespace') == '') ? substr($…
106 if (!$template) return false;
107 $template = preg_replace('/<noinclude>.*?<\/noinclude>/s', '', $template);
108 $template = preg_replace('/<includeonly>|<\/includeonly>/', '', $template);
109 return $template;

1...<<2122232425262728