Home
last modified time | relevance | path

Searched refs:getType (Results 801 – 825 of 1742) sorted by path

1...<<31323334353637383940>>...70

/plugin/combo/syntax/
H A Dxmlblockemptytag.php27 function getType(): string function in syntax_plugin_combo_xmlblockemptytag
H A Dxmlblocktag.php28 * @see DokuWiki_Syntax_Plugin::getType()
31 function getType(): string function in syntax_plugin_combo_xmlblocktag
H A Dxmlinlineemptytag.php21 function getType(): string function in syntax_plugin_combo_xmlinlineemptytag
H A Dxmlinlinetag.php61 * @see DokuWiki_Syntax_Plugin::getType()
63 function getType(): string function in syntax_plugin_combo_xmlinlinetag
H A Dxmlprotectedtag.php29 function getType(): string function in syntax_plugin_combo_xmlprotectedtag
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerTypeAction.php36 public function getType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerTypeAction
65 * value provided by {@see LexerTypeAction::getType()}.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php169 if ($token->getType() === Token::EOF) {
200 return $token === null ? Token::INVALID_TYPE : $token->getType();
310 if ($t->getType() === Token::EOF) {
314 if ($types === null || $types->contains($t->getType())) {
337 if ($token->getType() === Token::EOF) {
472 if ($t->getType() === Token::EOF) {
H A DCommonToken.php13 * This is the backing field for {@see CommonToken::getType()} and
156 public function getType() : int function in Antlr\\Antlr4\\Runtime\\CommonToken
H A DCommonTokenStream.php47 * {@see Token::getType()} equal to {@see Token::EOF} will be returned by
128 if ($t->getType() === Token::EOF) {
H A DLexer.php449 public function getType() : int function in Antlr\\Antlr4\\Runtime\\Lexer
496 while ($token && $token->getType() !== Token::EOF) {
H A DParser.php175 if ($t !== null && $t->getType() === $ttype) {
219 if ($t->getType() > 0) {
520 if ($o->getType() !== self::EOF) {
H A DParserRuleContext.php195 if ($child instanceof TerminalNode && $child->getSymbol()->getType() === $ttype) {
218 if ($child instanceof TerminalNode && $child->getSymbol()->getType() === $ttype) {
H A DToken.php58 public function getType() : int; function
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php335 if ($startToken->getType() === Token::EOF) {
694 if ($current->getType() === Token::EOF && $lookback !== null) {
753 return $symbol->getType();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTerminalNodeImpl.php88 if ($this->symbol->getType() === Token::EOF) {
H A DTrees.php153 if ($findTokens && $tree instanceof TerminalNode && $tree->getSymbol()->getType() === $index) {
/plugin/comment/
H A Dsyntax.php15 function getType(){ return 'substition'; }
21 function getType(){ return 'substition'; } global() function in syntax_plugin_comment
/plugin/commentsyntax/syntax/
H A Dcstyle.php19 public function getType() function in syntax_plugin_commentsyntax_cstyle
H A Dhtmlcomment.php18 public function getType() function in syntax_plugin_commentsyntax_htmlcomment
H A Dpreventive.php16 public function getType() function in syntax_plugin_commentsyntax_preventive
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DNewlineRenderer.php35 if ($node->getType() === Newline::HARDBREAK) {
/plugin/commonmark/vendor/league/commonmark/
H A D.phpstorm.meta.php22 expectedReturnValues(\League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock::getType(), argumentsSet('league_commonmark_htmlblock_types'));
28 expectedReturnValues(\League\CommonMark\Node\Inline\Newline::getType(), argumentsSet('league_commonmark_newline_types'));
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHtmlBlock.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DNewline.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DNewlineRenderer.php

1...<<31323334353637383940>>...70