/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/ |
H A D | FilterTokenParser.php | 34 …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 D | FlushTokenParser.php | 30 return new FlushNode($token->getLine(), $this->getTag()); 33 public function getTag() function in Twig\\TokenParser\\FlushTokenParser
|
H A D | DeprecatedTokenParser.php | 35 return new DeprecatedNode($expr, $token->getLine(), $this->getTag()); 38 public function getTag() function in Twig\\TokenParser\\DeprecatedTokenParser
|
H A D | DoTokenParser.php | 30 return new DoNode($expr, $token->getLine(), $this->getTag()); 33 public function getTag() function in Twig\\TokenParser\\DoTokenParser
|
H A D | SpacelessTokenParser.php | 39 return new SpacelessNode($body, $lineno, $this->getTag()); 47 public function getTag() function in Twig\\TokenParser\\SpacelessTokenParser
|
H A D | ImportTokenParser.php | 36 return new ImportNode($macro, $var, $token->getLine(), $this->getTag()); 39 public function getTag() function in Twig\\TokenParser\\ImportTokenParser
|
H A D | WithTokenParser.php | 43 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag()); 51 public function getTag() function in Twig\\TokenParser\\WithTokenParser
|
H A D | SandboxTokenParser.php | 53 return new SandboxNode($body, $token->getLine(), $this->getTag()); 61 public function getTag() function in Twig\\TokenParser\\SandboxTokenParser
|
H A D | IncludeTokenParser.php | 33 …turn new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag()); 62 public function getTag() function in Twig\\TokenParser\\IncludeTokenParser
|
H A D | SetTokenParser.php | 60 return new SetNode($capture, $names, $values, $lineno, $this->getTag()); 68 public function getTag() function in Twig\\TokenParser\\SetTokenParser
|
H A D | AutoEscapeTokenParser.php | 74 return new AutoEscapeNode($value, $body, $lineno, $this->getTag()); 82 public function getTag() function in Twig\\TokenParser\\AutoEscapeTokenParser
|
H A D | FromTokenParser.php | 52 …ameExpression($this->parser->getVarName(), $token->getLine()), $token->getLine(), $this->getTag()); 65 public function getTag() function in Twig\\TokenParser\\FromTokenParser
|
H A D | MacroTokenParser.php | 51 …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 D | card.test.php | 18 $componentName = syntax_plugin_webcomponent_card::getTag(); 26 $componentName = syntax_plugin_webcomponent_card::getTag(); 53 $componentName = syntax_plugin_webcomponent_card::getTag();
|
H A D | cite.test.php | 20 $elementName = syntax_plugin_webcomponent_cite::getTag(); 30 $element = syntax_plugin_webcomponent_cite::getTag();
|
H A D | cardcolumns.test.php | 31 '<'.syntax_plugin_webcomponent_card::getTag().' style="width: 18rem;">'.DOKU_LF. 34 '</'.syntax_plugin_webcomponent_card::getTag().'>'.DOKU_LF.
|
/plugin/webcomponent/syntax/ |
H A D | unit.php | 27 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 D | dropdown.php | 88 $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 D | brand.php | 32 $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 D | button.php | 138 $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 D | cite.php | 39 …$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 D | StagingExtension.php | 75 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 D | TokenParserBroker.php | 43 $this->parsers[$parser->getTag()] = $parser; 55 $this->parsers[$parser->getTag()] = $parser; 60 $name = $parser->getTag();
|
/plugin/combo/syntax/ |
H A D | togglecollapse.php | 80 $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 D | toggleexpand.php | 80 $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
|