Home
last modified time | relevance | path

Searched refs:getTag (Results 1 – 25 of 37) sorted by relevance

12

/template/twigstarter/vendor/twig/twig/src/TokenParser/
DApplyTokenParser.php37 … $filter = $this->parser->getExpressionParser()->parseFilterExpressionRaw($ref, $this->getTag());
44 new SetNode(true, $ref, $body, $lineno, $this->getTag()),
45 new PrintNode($filter, $lineno, $this->getTag()),
54 public function getTag() function in Twig\\TokenParser\\ApplyTokenParser
DFilterTokenParser.php39 …w BlockReferenceExpression(new ConstantExpression($name, $lineno), null, $lineno, $this->getTag());
41 … $filter = $this->parser->getExpressionParser()->parseFilterExpressionRaw($ref, $this->getTag());
50 return new PrintNode($filter, $lineno, $this->getTag());
58 public function getTag() function in Twig\\TokenParser\\FilterTokenParser
DFlushTokenParser.php28 return new FlushNode($token->getLine(), $this->getTag());
31 public function getTag() function in Twig\\TokenParser\\FlushTokenParser
DDoTokenParser.php28 return new DoNode($expr, $token->getLine(), $this->getTag());
31 public function getTag() function in Twig\\TokenParser\\DoTokenParser
DDeprecatedTokenParser.php35 return new DeprecatedNode($expr, $token->getLine(), $this->getTag());
38 public function getTag() function in Twig\\TokenParser\\DeprecatedTokenParser
DSpacelessTokenParser.php42 return new SpacelessNode($body, $lineno, $this->getTag());
50 public function getTag() function in Twig\\TokenParser\\SpacelessTokenParser
DImportTokenParser.php34 …return new ImportNode($macro, $var, $token->getLine(), $this->getTag(), $this->parser->isMainScope…
37 public function getTag() function in Twig\\TokenParser\\ImportTokenParser
DWithTokenParser.php41 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
49 public function getTag() function in Twig\\TokenParser\\WithTokenParser
DSandboxTokenParser.php51 return new SandboxNode($body, $token->getLine(), $this->getTag());
59 public function getTag() function in Twig\\TokenParser\\SandboxTokenParser
DIncludeTokenParser.php33 …turn new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag());
62 public function getTag() function in Twig\\TokenParser\\IncludeTokenParser
DAutoEscapeTokenParser.php43 return new AutoEscapeNode($value, $body, $lineno, $this->getTag());
51 public function getTag() function in Twig\\TokenParser\\AutoEscapeTokenParser
DFromTokenParser.php50 …$node = new ImportNode($macro, $var, $token->getLine(), $this->getTag(), $this->parser->isMainScop…
59 public function getTag() function in Twig\\TokenParser\\FromTokenParser
DSetTokenParser.php58 return new SetNode($capture, $names, $values, $lineno, $this->getTag());
66 public function getTag() function in Twig\\TokenParser\\SetTokenParser
DMacroTokenParser.php50 …setMacro($name, new MacroNode($name, new BodyNode([$body]), $arguments, $lineno, $this->getTag()));
60 public function getTag() function in Twig\\TokenParser\\MacroTokenParser
DIfTokenParser.php70 return new IfNode(new Node($tests), $else, $lineno, $this->getTag());
83 public function getTag() function in Twig\\TokenParser\\IfTokenParser
DEmbedTokenParser.php58 …ule->getAttribute('index'), $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag());
66 public function getTag() function in Twig\\TokenParser\\EmbedTokenParser
DBlockTokenParser.php64 return new BlockReferenceNode($name, $lineno, $this->getTag());
72 public function getTag() function in Twig\\TokenParser\\BlockTokenParser
DForTokenParser.php77 …eturn new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, $lineno, $this->getTag());
131 public function getTag() function in Twig\\TokenParser\\ForTokenParser
/template/twigstarter/vendor/twig/twig/src/Extension/
DStagingExtension.php75 if (isset($this->tokenParsers[$parser->getTag()])) {
76 … throw new \LogicException(sprintf('Tag "%s" is already registered.', $parser->getTag()));
79 $this->tokenParsers[$parser->getTag()] = $parser;
/template/strap/syntax/
H A Dtogglecollapse.php80 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
90 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_N…
165 static function getTag(): string function in syntax_plugin_combo_togglecollapse
H A Dtoggleexpand.php80 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
90 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_N…
165 static function getTag(): string function in syntax_plugin_combo_toggleexpand
H A Dtoggle.php83 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
92 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_N…
222 static function getTag(): string function in syntax_plugin_combo_toggle
H A Dunit.php30 private static function getTag() function in syntax_plugin_combo_unit
168 $renderer->doc .= '<div class="webcomponent_' . self::getTag() . '"';
H A Dbrand.php104 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
117 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_N…
260 static function getTag(): string function in syntax_plugin_combo_brand
/template/strap/vendor/symfony/yaml/Tag/
H A DTaggedValue.php29 public function getTag(): string function in Symfony\\Component\\Yaml\\Tag\\TaggedValue

12