| /template/mikio/ |
| H A D | main.php | 4 * DokuWiki Mikio Template Main 6 * @link http://dokuwiki.org/template:mikio 16 global $TEMPLATE, $ACT, $conf, $USERINFO; 20 $hasSidebar = $TEMPLATE->sidebarExists(); 30 <title><?php echo $TEMPLATE->getPageTitle() ?></title> 41 …ody class="mikio<?php echo $TEMPLATE->getConf('autoLightDark') === true ? ' mikio-auto-darklight' … 46 $TEMPLATE->includePage('topheader', true, true, 'mikio-page-topheader' . 47 (($TEMPLATE->getConf('stickyTopHeader') === true) ? ' mikio-sticky' : '')); 48 $TEMPLATE->includeNavbar(true, $ACT === 'show' && $TEMPLATE->getConf('navbarShowSub', false)); 50 $TEMPLATE->includePage('header', true, true, 'mikio-page-header' . [all …]
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Helpers.php | 215 * @param \Handlebars\Template $template template that is being rendered 218 * @param string $source part of template that is wrapped 223 public function helperIf($template, $context, $args, $source) argument 225 $tpl = $template->getEngine()->loadString('{{#if ' . $args . '}}' . $source . '{{/if}}'); 237 $template->setStopToken($token); 238 $buffer = $template->render($context); 239 $template->setStopToken(false); 240 $template->discard(); 246 $template->setStopToken($node['name']); 247 $template->discard(); [all …]
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | TemplateWrapper.php | 15 * Exposes a template to userland. 22 private $template; variable in Twig\\TemplateWrapper 30 public function __construct(Environment $env, Template $template) argument 33 $this->template = $template; 37 * Renders the template. 39 * @param array $context An array of parameters to pass to the template 45 return $this->template->render($context, \func_get_args()[1] ?? []); 49 * Displays the template. 51 * @param array $context An array of parameters to pass to the template 57 $this->template->display($context, \func_get_args()[1] ?? []); [all …]
|
| D | Template.php | 22 * This class is an implementation detail of how template compilation currently 30 abstract class Template class 59 * Returns the template name. 61 * @return string The template name 66 * Returns debug information about the template. 73 * Returns information about the original template source code. 83 * Returns the parent template. 88 * @return Template|TemplateWrapper|false The parent template or false if there is no parent 147 …throw new RuntimeError(sprintf('The template has no parent and no traits defining the "%s" block.'… 165 $template = $blocks[$name][0]; [all …]
|
| D | Environment.php | 78 * * base_template_class: The base template class to use for generated 79 * templates (default to \Twig\Template). 85 * * auto_reload: Whether to reload the template if the original source changed. 95 * * name: set the autoescaping strategy based on the template name extension 96 … * PHP callback: a PHP callback that returns an escaping strategy based on the template "name" 109 'base_template_class' => Template::class, 120 …if ('\\'.Template::class !== $this->baseTemplateClass && '\Twig_Template' !== $this->baseTemplateC… 134 * Gets the base template class for compiled templates. 136 * @return string The base template class name 148 * Sets the base template class for compiled templates. [all …]
|
| /template/pinboard/css/ |
| D | pinboard-responsive.css | 121 .page-template-template-sidebar-content-sidebar-php .content-sidebar-wrap #content, 139 .page-template-template-full-width-php .hentry.onecol .wp-post-image, 140 .page-template-template-full-width-php .hentry.onecol .entry-attachment, 141 .page-template-template-full-width-php .hentry.onecol .post-gallery, 142 .page-template-template-full-width-php .hentry.onecol .entry-thumbnail, 143 .page-template-template-blog-full-width-php .hentry.onecol .entry-thumbnail, 144 .page-template-template-blog-four-col-php .entry-thumbnail { 150 .page-template-template-full-width-php .hentry.onecol .entry-attachment, 151 .page-template-template-full-width-php .hentry.onecol .post-gallery { 155 .page-template-template-full-width-php .hentry.onecol .entry-header, [all …]
|
| D | pinboard.css | 34 …custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, po… 654 .page-template-template-no-sidebars-php #wrapper, 655 .page-template-template-blog-no-sidebars-php #wrapper, 656 .page-template-template-portfolio-no-sidebars-php #wrapper { 703 .page-template-template-no-sidebars-php #sidebar-header { 998 .page-template-template-no-sidebars-php #container { 1270 .page-template-template-no-sidebars-php #content, 1271 .page-template-template-blog-no-sidebars-php #content, 1272 .page-template-template-portfolio-no-sidebars-php #content { 1306 .page-template-template-sidebar-content-php #content, [all …]
|
| /template/bootstrap3/ |
| D | README.md | 1 …template-bootstrap3.svg)](https://github.com/giterlizzi/dokuwiki-template-bootstrap3/releases) [ V2. 11 This template is based on the starter template and uses parts from Dokuwiki’s default template. 19 In the configuration plugin chose `monochrome` as your template. 23 The basic configuration is done via template style settings. 27 This template should work well with all current browsers.
|
| /template/peanutbutter/ |
| D | README.md | 1 # Monochrome Template for Dokuwiki 3 This template is meant for traditional wiki usage. The general look was partly inspired by Dokuwiki… 7 This template is published under the GNU General Public License (GPL) V2. 11 This template is based on the starter template and uses parts from Dokuwiki’s default template. 19 In the configuration plugin chose `monochrome` as your template. 23 The basic configuration is done via template style settings. 27 This template should work well with all current browsers.
|
| /template/twigstarter/vendor/twig/twig/src/Error/ |
| D | Error.php | 15 use Twig\Template; alias 21 * an error occurs during the loading of a template, when a syntax error 22 * is detected in a template, or when rendering a template. Other 23 * errors must use regular PHP exception classes (like when the template 26 * To help debugging template issues, this class tracks the original template 29 * Whenever possible, you must set these information (original template name 54 * @param int $lineno The template line where the error occurred 90 * Gets the template line where the error occurred. 92 * @return int The template line 100 * Sets the template line where the error occurred. [all …]
|
| /template/mnml-blog/ |
| D | README | 4 "mnml-blog" is a clean and minimalist template for DokuWiki. It is designed 8 Website: <https://www.dokuwiki.org/template:mnml-blog> 22 template in the Config Manager by adjusting the template option. 25 Check if the BlogTNG plugin [2] is installed and up2date. This template is 31 template [3]. Please copy these files into all used BlogTNG data template 46 See the mnml-blog template website for instructions [5]. 48 [1] <https://www.dokuwiki.org/template> 52 [5] <https://www.dokuwiki.org/template:mnml-blog#update> 56 III. Customizing the template 58 In order to make updates of your installed "mnml-blog" template easy, follow [all …]
|
| /template/twigstarter/vendor/twig/twig/src/Loader/ |
| D | LoaderInterface.php | 25 * Returns the source context for a given template logical name. 27 * @param string $name The template logical name 36 * Gets the cache key to use for the cache for a given template name. 38 * @param string $name The name of the template to load 47 * Returns true if the template is still fresh. 49 * @param string $name The template name 51 * cached template 53 * @return bool true if the template is fresh, false otherwise 60 * Check if we have the source code of a template, given its name. 62 * @param string $name The name of the template to check if we can load [all …]
|
| D | ArrayLoader.php | 18 * Loads a template from an array. 21 * key is generated each time a template content "changes" (the cache key being the 22 * source code of the template). If you don't want to see your cache grows out of 42 * Adds or overrides a template. 44 * @param string $name The template name 45 * @param string $template The template source 47 public function setTemplate($name, $template) argument 49 $this->templates[$name] = $template; 56 throw new LoaderError(sprintf('Template "%s" is not defined.', $name)); 70 throw new LoaderError(sprintf('Template "%s" is not defined.', $name)); [all …]
|
| /template/monobook/ |
| D | README | 7 Website: <https://www.dokuwiki.org/template:monobook> 12 DokuWiki" template, originally maintained by Terence J. Grant [1] from 2006 23 template in the Config Manager by adjusting the template option. 25 See the monobook template website for update instructions [2]. 27 [1] <https://www.dokuwiki.org/template> 28 [2] <https://www.dokuwiki.org/template:monobook#update> 32 III. Customizing the template 34 In order to make updates of your installed "monobook" template easy, follow 35 these hints for customizing the template: 40 template updates! So you normally can copy all new files into "monobook/" [all …]
|
| /template/wikiweko/ |
| H A D | README.md | 7 * URL on dokuwiki: https://www.dokuwiki.org/template:wikiweko 8 * URL on github: https://github.com/drbeco/dokuwiki-wikiweko-template 12 This is a template based on 14 * Dokuwiki vector https://github.com/arsava/dokuwiki-template-vector 19 * See template.info.txt for main info 41 Website: <https://www.dokuwiki.org/template:vector> 51 template in the Config Manager by adjusting the template option. 53 See the vector template website for update instructions [2]. 55 [1] <https://www.dokuwiki.org/template> 56 [2] <https://www.dokuwiki.org/template:vector#update> [all …]
|
| /template/dokucms/ |
| D | README.md | 1 # DokuCMS Template 4 This template (templates in Dokuwiki are equivalent to skins in other wiki systems) can be of value… 6 The template offers a sidebar with either an index or content from a wiki page. It is based on the … 10 This template is published under the GNU General Public Licence (GPL) V2. 15 Thanks to Michael Klier for the Arctic template 16 Thanks to the users of this template for hints and ideas how to make this template more usable. 23 In the configuration plugin chose dokucms as your template. 27 This template works best with "Hierarchical breadcrumbs" switched on and the corresponding "Number … 54 …dth and 92 pixel height. Copy this picture into the image folder of the template. Edit the (activa… 56 The template has six configuration options: [all …]
|
| /template/argon-alt/ |
| D | README.md | 1 # Argon Dokuwiki Template Alternative 3 This is modified from Anchit's [Argon Template]( https://www.dokuwiki.org/template:argon). 19 Argon - a clean, responsive, modern template for Dokuwiki. 20 https://www.dokuwiki.org/template:argon 26 …links (in the sidebar) in bullet points to ensure consistent styling with the rest of the template. 38 * Dokuwiki template from [Anchit](https://github.com/IceWreck/Argon-Dokuwiki-Template). 40 * [Anika Henke](https://github.com/selfthinker) for her starter dokuwiki template.
|
| /template/pinkberrynight/ |
| D | README.md | 2 Dark template for dokuwiki with scrollable tables with fixed headers and sticky table of contents. … 3 Welcome to the Pinkberry Night Template Demo! 9 Pinkberry Night is a dark themed template for Dokuwiki and includes the following features: 18 …ing of the Cloud plugin, so that it always matches, even when you change the colors of the template 21 …template in action head over to Percepress for an example of an active site using this template or… 23 If you would like to download this template for your own use, head over to the Extension Manager in…
|
| /template/strap/ComboStrap/ |
| H A D | TemplateStore.php | 13 * The data goes from and out of a template format 18 const CANONICAL = "template"; 22 LogUtility::msg("You can't set a value with a template store"); 27 LogUtility::msg("You can't get a value with a template store"); 33 LogUtility::msg("You can't get a value with a template store"); 38 LogUtility::msg("You can't set a value with a template store"); 43 LogUtility::msg("You can't persist with a template store"); 53 LogUtility::msg("Reset: The template format is not yet implemented");
|
| /template/vector/ |
| D | README | 7 Website: <https://www.dokuwiki.org/template:vector> 17 template in the Config Manager by adjusting the template option. 19 See the vector template website for update instructions [2]. 21 [1] <https://www.dokuwiki.org/template> 22 [2] <https://www.dokuwiki.org/template:vector#update> 26 III. Customizing the template 28 In order to make updates of your installed "vector" template easy, follow 29 these hints for customizing the template: 34 template updates! So you normally can copy all new files into "vector/" 35 to update the template without loosing your changes. [all …]
|
| /template/vector20/ |
| D | README | 7 Website: <https://www.dokuwiki.org/template:vector> 17 template in the Config Manager by adjusting the template option. 19 See the vector template website for update instructions [2]. 21 [1] <https://www.dokuwiki.org/template> 22 [2] <https://www.dokuwiki.org/template:vector#update> 26 III. Customizing the template 28 In order to make updates of your installed "vector" template easy, follow 29 these hints for customizing the template: 34 template updates! So you normally can copy all new files into "vector/" 35 to update the template without loosing your changes. [all …]
|
| /template/khum1/ |
| D | README.md | 1 # Khum1, Dokuwiki template for Khaganat 5 This template is based on default Dokuwiki template (version available on 2020-04-09). 14 …ate certain plugins in particular. They have special css or hack on the template. It work without … 22 Install it like any other template. Do "search and install" in the extension manager, find "Khum1",… 29 Refer to [template](https://www.dokuwiki.org/template) on how to install and use templates in Dokuw… 44 …nika Henke and Clarence Lee (see [Dokuwiki default template credits](https://www.dokuwiki.org/temp… 46 Change on this template : 53 Dokuwiki is on GPL, so this template too. More easy and legal.
|