Home
last modified time | relevance | path

Searched refs:getTemplateName (Results 1 – 22 of 22) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php54 return $this->getTemplateName();
62 abstract public function getTemplateName(); function in Twig\\Template
95 return new Source('', $this->getTemplateName());
235 … is defined" expression to test for block existence.', $name, $this->getTemplateName(), $name), E_…
354 if ($template === $this->getTemplateName()) {
684 $self = $object->getTemplateName() === $this->getTemplateName();
685 …d won\'t be supported anymore in 2.0.', $item, $object->getTemplateName(), $this->getTemplateName(…
691 $message .= sprintf(' Use include("%s") instead).', $object->getTemplateName());
H A DTemplateWrapper.php143 return $this->template->getTemplateName();
H A DCompiler.php89 $this->filename = $node->getTemplateName();
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php139 public function getTemplateName() function in Twig\\Error\\Error
284 …f (null === $this->filename || ($this->filename == $trace['object']->getTemplateName() && !$isEmbe…
293 $this->filename = $template->getTemplateName();
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownTemplateException.php34 public function getTemplateName() function in Mustache_Exception_UnknownTemplateException
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrdersCreateTestOrderRequest.php57 public function getTemplateName() function in Google\\Service\\ShoppingContent\\OrdersCreateTestOrderRequest
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DDeprecatedNode.php49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
H A DImportNode.php46 ->repr($this->getTemplateName())
H A DEmbedNode.php42 ->repr($this->getTemplateName())
H A DIncludeNode.php72 ->repr($this->getTemplateName())
H A DNode.php233 public function getTemplateName() function in Twig\\Node\\Node
H A DModuleNode.php478 ->repr($node->getTemplateName())
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php70 ->repr($this->getTemplateName())
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DEmbedTokenParser.php60 …return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only…
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php48 …new EnterProfileNode($this->extensionName, Profile::TEMPLATE, $node->getTemplateName(), $varName),…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php40 $this->assertEquals($source->getName(), $node->getTemplateName());
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php148 $template = $this->getTemplateName();
203 public function getTemplateName(): string function in ComboStrap\\TemplateForWebPage
518 $bodyTemplateIdentifierClass = StyleAttribute::addComboStrapSuffix("{$this->getTheme()}-{$this->getTemplateName()}");
1101 $file = $this->getEngine()->searchTemplateByName("{$this->getTemplateName()}.yml");
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php48 …->getExtension('\Twig\Extension\EscaperExtension')->getDefaultStrategy($node->getTemplateName())) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst136 ``\Twig\Node\Node::getTemplateName()/\Twig\Node\Node::getTemplateLine()`` instead.
214 ``\Twig\Error\Error::getTemplateName()`` and ``\Twig\Error\Error::setTemplateName()``
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php687 array('name' => $e->getTemplateName())
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php494 public function getTemplateName() function in Twig_TemplateTest
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG15 * added TemplateWrapper::getTemplateName()
196 * deprecated Twig_Node::getFilename() in favor of Twig_Node::getTemplateName()
199 …lateFile() and Twig_Error::setTemplateFile() in favor of Twig_Error::getTemplateName() and Twig_Er…