/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Template.php | 54 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 D | TemplateWrapper.php | 143 return $this->template->getTemplateName();
|
H A D | Compiler.php | 89 $this->filename = $node->getTemplateName();
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/ |
H A D | Error.php | 139 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 D | UnknownTemplateException.php | 34 public function getTemplateName() function in Mustache_Exception_UnknownTemplateException
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | OrdersCreateTestOrderRequest.php | 57 public function getTemplateName() function in Google\\Service\\ShoppingContent\\OrdersCreateTestOrderRequest
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/ |
H A D | DeprecatedNode.php | 49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
|
H A D | ImportNode.php | 46 ->repr($this->getTemplateName())
|
H A D | EmbedNode.php | 42 ->repr($this->getTemplateName())
|
H A D | IncludeNode.php | 72 ->repr($this->getTemplateName())
|
H A D | Node.php | 233 public function getTemplateName() function in Twig\\Node\\Node
|
H A D | ModuleNode.php | 478 ->repr($node->getTemplateName())
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/ |
H A D | BlockReferenceExpression.php | 70 ->repr($this->getTemplateName())
|
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/ |
H A D | EmbedTokenParser.php | 60 …return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only…
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/NodeVisitor/ |
H A D | ProfilerNodeVisitor.php | 48 …new EnterProfileNode($this->extensionName, Profile::TEMPLATE, $node->getTemplateName(), $varName),…
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/ |
H A D | ModuleTest.php | 40 $this->assertEquals($source->getName(), $node->getTemplateName());
|
/plugin/combo/ComboStrap/ |
H A D | TemplateForWebPage.php | 148 $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 D | EscaperNodeVisitor.php | 48 …->getExtension('\Twig\Extension\EscaperExtension')->getDefaultStrategy($node->getTemplateName())) {
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | deprecated.rst | 136 ``\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 D | Engine.php | 687 array('name' => $e->getTemplateName())
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | TemplateTest.php | 494 public function getTemplateName() function in Twig_TemplateTest
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 15 * 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…
|