Home
last modified time | relevance | path

Searched refs:getTag (Results 76 – 100 of 116) sorted by last modified time

12345

/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 Dblockquote.php96 … $lookaheadPattern = webcomponent::getIncludeTagPattern(syntax_plugin_webcomponent_cite::getTag());
134 $citeTag = syntax_plugin_webcomponent_cite::getTag();
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 Dsearch.php32 …$this->Lexer->addSpecialPattern('<' . self::getTag() . '[^>]*>',$mode,'plugin_' . webcomponent::PL…
93 public static function getTag() function in syntax_plugin_webcomponent_search
/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/src/TokenParser/
H A DAutoEscapeTokenParser.php74 return new AutoEscapeNode($value, $body, $lineno, $this->getTag());
82 public function getTag() function in Twig\\TokenParser\\AutoEscapeTokenParser
H A DBlockTokenParser.php66 return new BlockReferenceNode($name, $lineno, $this->getTag());
74 public function getTag() function in Twig\\TokenParser\\BlockTokenParser
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 DEmbedTokenParser.php60 …ule->getAttribute('index'), $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag());
68 public function getTag() function in Twig\\TokenParser\\EmbedTokenParser
H A DFlushTokenParser.php30 return new FlushNode($token->getLine(), $this->getTag());
33 public function getTag() function in Twig\\TokenParser\\FlushTokenParser
H A DForTokenParser.php76 …eturn new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, $lineno, $this->getTag());
130 public function getTag() function in Twig\\TokenParser\\ForTokenParser
H A DSandboxTokenParser.php53 return new SandboxNode($body, $token->getLine(), $this->getTag());
61 public function getTag() function in Twig\\TokenParser\\SandboxTokenParser
H A DIfTokenParser.php72 return new IfNode(new Node($tests), $else, $lineno, $this->getTag());
85 public function getTag() function in Twig\\TokenParser\\IfTokenParser
H A DImportTokenParser.php36 return new ImportNode($macro, $var, $token->getLine(), $this->getTag());
39 public function getTag() function in Twig\\TokenParser\\ImportTokenParser
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 DTokenParserInterface.php44 public function getTag(); function
H A DWithTokenParser.php43 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
51 public function getTag() function in Twig\\TokenParser\\WithTokenParser
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php639 public function getTag() function in Twig_Tests_EnvironmentTest_TokenParser
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php137 return '!'.$value->getTag().' '.self::dump($value->getValue(), $flags);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tag/
H A DTaggedValue.php29 public function getTag(): string function in Symfony\\Component\\Yaml\\Tag\\TaggedValue
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php51 … return new Twig_Extensions_Node_Trans($body, $plural, $count, $notes, $lineno, $this->getTag());
67 public function getTag() function in Twig_Extensions_TokenParser_Trans
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DSimpleTokenParser.php28 public function getTag() function in SimpleTokenParser
/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/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1084 $tags[$parser->getTag()] = $parser;

12345