Home
last modified time | relevance | path

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

12345

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DFilterTokenParser.php34 …ession(new ConstantExpression($name, $token->getLine()), null, $token->getLine(), $this->getTag());
36 … $filter = $this->parser->getExpressionParser()->parseFilterExpressionRaw($ref, $this->getTag());
45 return new PrintNode($filter, $token->getLine(), $this->getTag());
53 public function getTag() function in Twig\\TokenParser\\FilterTokenParser
H A DFlushTokenParser.php30 return new FlushNode($token->getLine(), $this->getTag());
33 public function getTag() function in Twig\\TokenParser\\FlushTokenParser
H A DDeprecatedTokenParser.php35 return new DeprecatedNode($expr, $token->getLine(), $this->getTag());
38 public function getTag() function in Twig\\TokenParser\\DeprecatedTokenParser
H A DDoTokenParser.php30 return new DoNode($expr, $token->getLine(), $this->getTag());
33 public function getTag() function in Twig\\TokenParser\\DoTokenParser
H A DSpacelessTokenParser.php39 return new SpacelessNode($body, $lineno, $this->getTag());
47 public function getTag() function in Twig\\TokenParser\\SpacelessTokenParser
H A DImportTokenParser.php36 return new ImportNode($macro, $var, $token->getLine(), $this->getTag());
39 public function getTag() function in Twig\\TokenParser\\ImportTokenParser
H A DWithTokenParser.php43 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
51 public function getTag() function in Twig\\TokenParser\\WithTokenParser
H A DSandboxTokenParser.php53 return new SandboxNode($body, $token->getLine(), $this->getTag());
61 public function getTag() function in Twig\\TokenParser\\SandboxTokenParser
H A DIncludeTokenParser.php33 …turn new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag());
62 public function getTag() function in Twig\\TokenParser\\IncludeTokenParser
H A DSetTokenParser.php60 return new SetNode($capture, $names, $values, $lineno, $this->getTag());
68 public function getTag() function in Twig\\TokenParser\\SetTokenParser
H A DAutoEscapeTokenParser.php74 return new AutoEscapeNode($value, $body, $lineno, $this->getTag());
82 public function getTag() function in Twig\\TokenParser\\AutoEscapeTokenParser
H A DFromTokenParser.php52 …ameExpression($this->parser->getVarName(), $token->getLine()), $token->getLine(), $this->getTag());
65 public function getTag() function in Twig\\TokenParser\\FromTokenParser
H A DMacroTokenParser.php51 …setMacro($name, new MacroNode($name, new BodyNode([$body]), $arguments, $lineno, $this->getTag()));
59 public function getTag() function in Twig\\TokenParser\\MacroTokenParser
/plugin/webcomponent/_test/
H A Dcard.test.php18 $componentName = syntax_plugin_webcomponent_card::getTag();
26 $componentName = syntax_plugin_webcomponent_card::getTag();
53 $componentName = syntax_plugin_webcomponent_card::getTag();
H A Dcite.test.php20 $elementName = syntax_plugin_webcomponent_cite::getTag();
30 $element = syntax_plugin_webcomponent_cite::getTag();
H A Dcardcolumns.test.php31 '<'.syntax_plugin_webcomponent_card::getTag().' style="width: 18rem;">'.DOKU_LF.
34 '</'.syntax_plugin_webcomponent_card::getTag().'>'.DOKU_LF.
/plugin/webcomponent/syntax/
H A Dunit.php27 private static function getTag() function in syntax_plugin_webcomponent_unit
103 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
162 $renderer->doc .= '<div class="webcomponent_'.self::getTag() .'"';
H A Ddropdown.php88 $pattern = webcomponent::getLookAheadPattern(self::getTag());
101 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . …
129 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
242 public static function getTag() function in syntax_plugin_webcomponent_dropdown
H A Dbrand.php32 $pattern = webcomponent::getLookAheadPattern(self::getTag());
39 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . …
112 public static function getTag() function in syntax_plugin_webcomponent_brand
H A Dbutton.php138 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
250 public static function getTag() function in syntax_plugin_webcomponent_button
257 $elements[] = self::getTag();
H A Dcite.php39 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . …
92 public static function getTag() function in syntax_plugin_webcomponent_cite
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php75 if (isset($this->tokenParsers[$parser->getTag()])) {
76 …ted since version 1.30 and won\'t be possible anymore in 2.0.', $parser->getTag()), E_USER_DEPRECA…
79 $this->tokenParsers[$parser->getTag()] = $parser;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBroker.php43 $this->parsers[$parser->getTag()] = $parser;
55 $this->parsers[$parser->getTag()] = $parser;
60 $name = $parser->getTag();
/plugin/combo/syntax/
H A Dtogglecollapse.php80 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
90 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
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_NAME . '_' . $this->getPluginComponent());
165 static function getTag(): string function in syntax_plugin_combo_toggleexpand

12345