Home
last modified time | relevance | path

Searched refs:Lexer (Results 601 – 625 of 1044) sorted by relevance

1...<<21222324252627282930>>...42

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php384 $nextOnChannel = $this->nextTokenOnChannel($tokenIndex + 1, Lexer::DEFAULT_TOKEN_CHANNEL);
407 $prevOnChannel = $this->previousTokenOnChannel($tokenIndex - 1, Lexer::DEFAULT_TOKEN_CHANNEL);
430 if ($t->getChannel() !== Lexer::DEFAULT_TOKEN_CHANNEL) {
/plugin/talkpage/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('~~TALKPAGE~~', $mode, 'plugin_talkpage');
/plugin/filelisting/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern('{{filelisting>?.*?}}',$mode,'plugin_filelisting');
/plugin/googletrends/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern('{{googletrends>.*?}}',$mode,'plugin_googletrends');
/plugin/vamr/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('{vamr.*?}',$mode,'plugin_vamr');
/plugin/mediasyntax/syntax/
H A Dheader.php22 $this->Lexer->addSpecialPattern(
/plugin/drawio/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern("\{\{drawio>.+?\}\}",$mode,'plugin_drawio');
/plugin/markdowku/
H A Dheaderatx.php20 $this->Lexer->addSpecialPattern(
H A Danchorsreference.php24 $this->Lexer->addSpecialPattern(
/plugin/ireadit/syntax/
H A Direadit.php28 $this->Lexer->addSpecialPattern('~~IREADIT.*?~~', $mode, 'plugin_ireadit_ireadit');
/plugin/tag/syntax/
H A Dtagpage.php39 $this->Lexer->addSpecialPattern('\{\{tagpage>.*?\}\}', $mode, 'plugin_tag_tagpage');
/plugin/aichat/
H A Dsyntax.php
/plugin/date/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern('{{date>.+?}}',$mode,'plugin_date');
50 $this->Lexer->addSpecialPattern('{{date=.+?}}',$mode,'plugin_date');
/plugin/fileshare/syntax/
H A DFileshare.php47 $this->Lexer->addSpecialPattern ( '\{\{FileSharing\}\}', $mode, 'plugin_fileshare_Fileshare' );
48 … $this->Lexer->addSpecialPattern ( '\{\{FileSharing>.+\}\}', $mode, 'plugin_fileshare_Fileshare' );
/plugin/pagetitle/syntax/
H A Dyouarehere.php46 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
/plugin/function/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('<function=.*?>',$mode,'plugin_function');
/plugin/ruby/
H A Dsyntax.php31 $this->Lexer->addSpecialPattern('\{\{ruby\|[^}]*\}\}', $mode, 'plugin_ruby');
/plugin/numberof/
H A Dsyntax.php17 $this->Lexer->addSpecialPattern('\{\{NUMBEROF[^\}]*\}\}',$mode,'plugin_numberof');
/plugin/daummovie/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern
/plugin/bbcodeextensions/syntax/
H A Danchor.php13 …$this->Lexer->addSpecialPattern('\[a\][0-9a-zA-Z_\-:]+?\[/a\]', $mode, 'plugin_bbcodeextensions_an…
/plugin/openlayersmap/syntax/
H A Dagslayer.php72 $this->Lexer->addSpecialPattern(
H A Dwmslayer.php69 $this->Lexer->addSpecialPattern(
/plugin/googlepagerank/
H A Dsyntax.php31 $this->Lexer->addSpecialPattern('\{\{pagerank>[^}]*\}\}',$mode,'plugin_googlepagerank');
/plugin/creole/syntax/
H A Dheader.php25 $this->Lexer->addSpecialPattern(
/plugin/csstimeline/
H A Dsyntax.php60 $this->Lexer->addSpecialPattern($this->_helper->specialPattern,$mode,'plugin_csstimeline');

1...<<21222324252627282930>>...42