Home
last modified time | relevance | path

Searched refs:template (Results 101 – 125 of 989) sorted by last modified time

12345678910>>...40

/template/peanutbutter/css/
H A Dcontent.css124 …ease add '.qq-upload-button' to the according styles (which don't really exist in this template) */
/template/peanutbutter/
H A DREADME.md3 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/notos/
H A DNotosMenu.php3 namespace dokuwiki\template\notos;
H A Ddetail.php3 use dokuwiki\template\twigstarter\TemplateController;
H A DCustomController.php3 namespace dokuwiki\template\notos;
7 use dokuwiki\template\twigstarter\CustomControllerInterface;
8 use dokuwiki\template\twigstarter\TemplateController;
H A Dmain.php3 use dokuwiki\template\twigstarter\TemplateController;
H A Dtemplate.info.txt7 url https://www.dokuwiki.org/template:notos
/template/notos/_test/
H A Dnavigation.test.php17 $templateController = new \dokuwiki\template\twigstarter\TemplateController('main');
18 $customController = new \dokuwiki\template\notos\CustomController($templateController);
/template/notos/lang/en/
H A Dstyle.txt1 The Notos template uses less color variables than the default template. Those variables are shown i…
/template/bulma/
H A DREADME.md3 DokuWiki template based on the Bulma CSS framework.
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
10 ; Define the stylesheets your template uses here. The second value
21 ; load styles from the default 'dokuwiki' template
97 ;; color of the web app (used by the core, not by the template)
H A Dtemplate.info.txt7 url https://github.com/KSU-Linux/dokuwiki-template-bulma
/template/bulma/css/
H A Dcontent.css138 please add '.qq-upload-button' to the according styles (which don't really exist in this template) */
/template/twigstarter/
H A DTwigStarterLoader.php3 namespace dokuwiki\template\twigstarter;
H A DCustomControllerInterface.php3 namespace dokuwiki\template\twigstarter;
H A DTemplateController.php3 namespace dokuwiki\template\twigstarter;
H A Dcomposer.lock309 "description": "Twig, the flexible, fast, and secure template language for PHP",
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DStringLoaderExtension.php37 * @param string $template A template as a string or object implementing __toString()
42 function twig_template_from_string(Environment $env, $template, string $name = null) argument
44 return $env->createTemplate((string) $template, $name);
H A DCoreExtension.php1156 function twig_call_macro(Template $template, string $method, array $args, int $lineno, array $conte… argument
1158 if (!method_exists($template, $method)) {
1159 $parent = $template;
1166 …is not defined in template "%s".', substr($method, \strlen('macro_')), $template->getTemplateName(…
1169 return $template->$method(...$args);
1250 …* @param string|array $template The template to render or an array of templates to try consec…
1258 function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, … argument
1272 foreach ((\is_array($template) ? $template : [$template]) as $name) {
1283 $loaded = $env->resolveTemplate($template);
/template/twigstarter/vendor/twig/twig/src/Loader/
H A DArrayLoader.php45 * @param string $template The template source
47 public function setTemplate($name, $template) argument
49 $this->templates[$name] = $template;
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG41 …* Throw a proper exception when a template name is an absolute path (as it has never been supporte…
132 * fixed macro auto-import when a template contains only macros
148 * macros are now auto-imported in the template they are defined (under the ``_self`` variable)
155 * fixed a PHP fatal error when calling a macro imported in the template in another macro
173 * fixed "import" when macros are stored in a template string
175 * added template line number to twig_get_attribute()
191 * fixed "include" with "ignore missing" when an error loading occurs in the included template
269 * deprecated using the spaceless tag at the root level of a child template (noop anyway)
270 * deprecated the possibility to define a block in a non-capturing block in a child template
330 * fixed template name generation in Twig_Environment::createTemplate()
[all …]
/template/twigstarter/vendor/twig/twig/src/
H A DParser.php267 public function embedTemplate(ModuleNode $template) argument
269 $template->setIndex(mt_rand());
271 $this->embeddedTemplates[] = $template;
/template/twigstarter/vendor/twig/twig/src/Profiler/
H A DProfile.php26 private $template; variable in Twig\\Profiler\\Profile
33 …public function __construct(string $template = 'main', string $type = self::ROOT, string $name = '… argument
39 $this->template = $template;
47 return $this->template;
181 … return [$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles];
189 …list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = $da…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php25 public function __construct(Node $name, ?Node $template, int $lineno, string $tag = null) argument
28 if (null !== $template) {
29 $nodes['template'] = $template;
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DUseTokenParser.php35 $template = $this->parser->getExpressionParser()->parseExpression();
38 if (!$template instanceof ConstantExpression) {
62 … $this->parser->addTrait(new Node(['template' => $template, 'targets' => new Node($targets)]));

12345678910>>...40