Home
last modified time | relevance | path

Searched refs:Lexer (Results 251 – 275 of 1044) sorted by relevance

1...<<11121314151617181920>>...42

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php9 use Antlr\Antlr4\Runtime\Lexer; alias
28 public function __construct(Lexer $lexer, CharStream $input, int $startIndex, ATNConfigSet $deadEndConfigs)
/plugin/webcomponent/syntax/
H A Dcontainer.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
H A Dcite.php33 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
39 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . …
H A Dcardcolumns.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
88 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
H A Dgroup.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
H A Dunit.php75 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
82 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
/plugin/bbcode/
H A Dcolor.php167 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[color=.*?\](?=.*?\x5B/color\x5D)',$mo…
168 function postConnect() { $this->Lexer->addExitPattern('\[/color\]','plugin_bbcode_color'); }
/plugin/idoit/
H A Dsyntax.php17 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<idoitAPI>(?=.*?</idoitAPI>)','b…
18 public function postConnect() { $this->Lexer->addExitPattern('</idoitAPI>','plugin_idoit'); }
/plugin/datatables/
H A Dsyntax.php39 $this->Lexer->addEntryPattern(
49 $this->Lexer->addExitPattern('</(?:DATATABLES?|datatables?)>', 'plugin_datatables');
/plugin/odp/
H A Dsyntax.php48 $this->Lexer->addSpecialPattern('~~ODP~~',$mode,'plugin_odp');
49 $this->Lexer->addSpecialPattern('{{odp>.+?}}',$mode,'plugin_odp');
/plugin/chem/
H A Dsyntax.php9 …function connectTo($mode) { $this->Lexer->addEntryPattern('<chem>(?=.*?</chem>)',$mode,'plugin_che…
10 function postConnect() { $this->Lexer->addExitPattern('</chem>','plugin_chem'); }
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php42 $this->Lexer->addEntryPattern('<pwd>(?=.*?</pwd>)', $mode, 'plugin_passwordgrey_passwordgrey');
46 $this->Lexer->addExitPattern('</pwd>', 'plugin_passwordgrey_passwordgrey');
/plugin/bbcodeextensions/syntax/
H A Dclassspan.php13 …$this->Lexer->addEntryPattern('\[cs\=.*?\](?=.*?\x5B/cs\x5D)',$mode,'plugin_bbcodeextensions_class…
15 …function postConnect() { $this->Lexer->addExitPattern('\[/cs\]','plugin_bbcodeextensions_classspan…
H A Dclassdiv.php13 …$this->Lexer->addEntryPattern('\[cd\=.*?\](?=.*?\x5B/cd\x5D)',$mode,'plugin_bbcodeextensions_class…
15 …function postConnect() { $this->Lexer->addExitPattern('\[/cd\]','plugin_bbcodeextensions_classdiv'…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerIndexedCustomAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
101 public function execute(Lexer $lexer) : void
/plugin/variants/
H A Dvariants.php60 $this->Lexer->addEntryPattern('<ifvar [^=>]+=[^>]+>',$mode,'plugin_variants_variants');
61 $this->Lexer->addPattern('<else>', 'plugin_variants_variants');
68 $this->Lexer->addExitPattern('</ifvar>','plugin_variants_variants');
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php23 use dokuwiki\plugin\yuriigantt\src\Driver\Embedded\Lexer; alias
38 /** @var Lexer */
60 $this->lexer = new Lexer($this->handler, self::MODE);
160 * @param Lexer $lexer
/plugin/textinsert/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern('#@\!?[\w\-\._]+\!?@#',$mode,'plugin_textinsert');
50 $this->Lexer->addSpecialPattern('#@\!\![\w\-\._]+@#',$mode,'plugin_textinsert');
51 $this->Lexer->addSpecialPattern('#@[\w\-\._]+~.*?~@#',$mode,'plugin_textinsert');
52 … $this->Lexer->addSpecialPattern('#@[\w\-\._]+[\r\n]+~[^\r\n]+~@#',$mode,'plugin_textinsert');
/plugin/popupviewer/syntax/
H A Dviewer.php33 $this->Lexer->addSpecialPattern('{{popup>[^}]+}}}}', $mode, 'plugin_popupviewer_viewer');
34 $this->Lexer->addSpecialPattern('{{popup>[^}]+}}', $mode, 'plugin_popupviewer_viewer');
35 … $this->Lexer->addSpecialPattern('{{popupclose>[^}]+}}}}', $mode, 'plugin_popupviewer_viewer');
36 $this->Lexer->addSpecialPattern('{{popupclose>[^}]+}}', $mode, 'plugin_popupviewer_viewer');
/plugin/pagestat/syntax/
H A Dedit.php18 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<PT.*?>(?=.*?</PT>)',$mode,'plug…
19 public function postConnect() { $this->Lexer->addExitPattern('</PT>','plugin_pagestat_edit'); }
/plugin/navpath/
H A Dsyntax.php62 $this->Lexer->addEntryPattern('<navpath.*?>(?=.*?<\/navpath>)', $mode, 'plugin_navpath');
67 $this->Lexer->addExitPattern('</navpath>', 'plugin_navpath');
/plugin/showsamples/
H A Dsyntax.php26 $this->Lexer->addEntryPattern ('<showSamples[^>]*>', $mode, 'plugin_showsamples');
29 $this->Lexer->addExitPattern ('</showSamples>', 'plugin_showsamples');
/plugin/since/
H A Dsince.php40 $this->Lexer->addEntryPattern('<since(?=[^\r\n]*?>.*?</since>)',$mode,'plugin_since_since');
44 $this->Lexer->addExitPattern('</since>', 'plugin_since_since');
/plugin/fckg/syntax/
H A Dfont.php28 …function connectTo($mode) { $this->Lexer->addEntryPattern('<font.*?>(?=.*?</font>)',$mode,'plugin_…
29 function postConnect() { $this->Lexer->addExitPattern('</font>','plugin_fckg_font'); }
/plugin/lang/
H A Dsyntax.php73 $this->Lexer->addEntryPattern(
194 $this->Lexer->addExitPattern('\x3C\x2Flang\x3E', 'plugin_lang');

1...<<11121314151617181920>>...42