Home
last modified time | relevance | path

Searched refs:Template (Results 76 – 100 of 132) sorted by last modified time

123456

/plugin/diagramsnet/lib/resources/
H A Ddia_pl.txt674 selectTemplate=Select Template
/plugin/dirtylittlehelper/
H A Ddokuwiki_plugin_dirtylittlehelper.txt287 | Template Style Settings |::: |
/plugin/bookcreator/
H A Dstyle.css190 * Workaround for bootstrap3 Template
/plugin/googleads/
H A DREADME.md24 **Template Authors Note**: You can insert the above code and make your template "Google AdSense Rea…
/plugin/codemirror/dist/modes/
H A Dgherkin.min.js.map1Template Situai|Template Senario|Template Keadaan|Tapausaihio|Szenariogrundriss|Szablon scenariusz…
/plugin/revealjs/css/print/
H A Dpaper.css1 /* Default Print Stylesheet Template
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst40 And if the expression evaluates to a ``\Twig\Template`` or a
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst13 Template inheritance is one of the most powerful features of Twig but it is
H A Dextends.rst41 Child Template
156 If the variable evaluates to a ``\Twig\Template`` or a ``\Twig\TemplateWrapper``
H A Dinclude.rst77 And if the expression evaluates to a ``\Twig\Template`` or a
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst1 Twig for Template Designers
328 Template Inheritance
331 The most powerful part of Twig is template inheritance. Template inheritance
H A Dinstallation.rst112 ``\Twig\Template::getAttribute()`` method.
H A Dinternals.rst125 class __TwigTemplate_1121b6f109fe93ebe8c6e22e3712bceb extends \Twig\Template
H A Drecipes.rst98 Overriding a Template that also extends itself
300 Validating the Template Syntax
432 throw new \Twig\Error\LoaderError(sprintf('Template "%s" does not exist.', $name));
442 throw new \Twig\Error\LoaderError(sprintf('Template "%s" does not exist.', $name));
484 Using different Template Sources
511 Loading a Template from a String
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTemplate.php3 use Twig\Template; alias
8 class Twig_Template extends Template
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStringLoaderExtension.php38 use Twig\Template; alias
47 * @return Template
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php420 if ($name instanceof Template) {
598 …* @param string|Template|\Twig\TemplateWrapper|array $names A template or an array of templates to…
600 * @return TemplateWrapper|Template
612 if ($name instanceof Template) {
H A DTemplateWrapper.php30 public function __construct(Environment $env, Template $template)
H A DExpressionParser.php383 …de(0), $args->getNode(1), \count($args) > 2 ? $args->getNode(2) : null, Template::ANY_CALL, $line);
410 $type = Template::ANY_CALL;
423 $type = Template::METHOD_CALL;
449 $type = Template::ARRAY_CALL;
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php15 use Twig\Template; alias
281 …if (isset($trace['object']) && $trace['object'] instanceof Template && 'Twig_Template' !== \get_cl…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dundefined_parent.test8 Twig\Error\LoaderError: Template "foo.html" is not defined in "index.twig" at line 2.
H A Dundefined_template_in_child_template.test15 Twig\Error\LoaderError: Template "include.twig" is not defined in "index.twig" at line 5.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dmissing.test8 Twig\Error\LoaderError: Template "foo.twig" is not defined in "index.twig" at line 2.
H A Dmissing_nested.test16 Twig\Error\LoaderError: Template "foo.twig" is not defined in "base.twig" at line 3.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php22 use Twig\Template; alias
148 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true));
149 …$this->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true…
150 …$this->assertFalse($template->getAttribute($template1, 'getEnvironment', [], Template::METHOD_CALL…
211 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true));
212 …$this->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true…
213 …$this->assertFalse($template->getAttribute($template1, 'getEnvironment', [], Template::METHOD_CALL…
341 $anyType = Template::ANY_CALL;
342 $methodType = Template::METHOD_CALL;
343 $arrayType = Template::ARRAY_CALL;
[all …]

123456