Home
last modified time | relevance | path

Searched refs:Lexer (Results 226 – 250 of 1044) sorted by relevance

12345678910>>...42

/plugin/refnotes/
H A Dbibtex.php79 class refnotes_bibtex_lexer extends \dokuwiki\Parsing\Lexer\Lexer {
163 $this->Lexer->addSpecialPattern($pattern, $mode, $this->name);
167 $this->Lexer->addEntryPattern($pattern, $mode, $this->name);
171 $this->Lexer->mapHandler($this->name, $this->handler);
180 $this->Lexer->addExitPattern($pattern, $this->name);
203 $this->Lexer->mapHandler('base', $this->name);
/plugin/webcomponent/syntax/
H A Dcard.php99 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
110 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
114 …$this->Lexer->addPattern(self::HEADER_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
117 …$this->Lexer->addPattern(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this-…
/plugin/annotate/
H A Danno.php49 $this->Lexer->addEntryPattern(
53 $this->Lexer->addEntryPattern(
57 $this->Lexer->addSpecialPattern(
64 $this->Lexer->addExitPattern('</@anno>','plugin_annotate_anno');
/plugin/deflist/
H A Dsyntax.php128 $this->Lexer->addEntryPattern(
131 $this->Lexer->addEntryPattern(
134 $this->Lexer->addPattern(
136 $this->Lexer->addPattern(
/plugin/sqlcomp/
H A Dsyntax.php40 $this->Lexer->addSpecialPattern('\[\[mysql\:.*?\]\]', $mode, 'plugin_sqlcomp');
41 $this->Lexer->addSpecialPattern('\[\[mssql\:.*?\]\]', $mode, 'plugin_sqlcomp');
42 $this->Lexer->addSpecialPattern('\[\[oracle\:.*?\]\]', $mode, 'plugin_sqlcomp');
43 $this->Lexer->addSpecialPattern('\[\[sqlite\:.*?\]\]', $mode, 'plugin_sqlcomp');
44 $this->Lexer->addSpecialPattern('\[\[sqlaccess\:.*?\]\]', $mode, 'plugin_sqlcomp');
45 $this->Lexer->addSpecialPattern('\[\[postgresql\:.*?\]\]', $mode, 'plugin_sqlcomp');
46 $this->Lexer->addSpecialPattern('\[\[sqlcsv\:.*?\]\]', $mode, 'plugin_sqlcomp');
51 $this->Lexer->addSpecialPattern('\[\['.$name.'\|.*?\]\]', $mode, 'plugin_sqlcomp');
/plugin/styler/syntax/
H A Dverse.php52 … $this->Lexer->addEntryPattern('<verse.*?>(?=.*?\x3C/verse\x3E)', $mode, 'plugin_styler_verse');
60 $this->Lexer->addExitPattern('</verse>', 'plugin_styler_verse');
/plugin/dnsresolver/
H A Dsyntax.php35 $this->Lexer->addEntryPattern('<dns>', $mode, 'plugin_dnsresolver');
40 $this->Lexer->addExitPattern('</dns>','plugin_dnsresolver');
/plugin/bbcode/
H A Dolist.php23 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[list=.*?\]\s*?\[\*\](?=.*?\x5B/list\x…
24 function postConnect() { $this->Lexer->addExitPattern('\[/list\]', 'plugin_bbcode_olist'); }
H A Dsize.php23 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[size=.*?\](?=.*?\x5B/size\x5D)',$mode…
24 function postConnect() { $this->Lexer->addExitPattern('\[/size\]','plugin_bbcode_size'); }
/plugin/feedaggregator/
H A Dsyntax.php44 $this->Lexer->addEntryPattern('<feedaggregator>', $mode, 'plugin_feedaggregator');
48 $this->Lexer->addExitPattern('</feedaggregator>', 'plugin_feedaggregator');
/plugin/fontsize2/
H A Dsyntax.php37 $this->Lexer->addEntryPattern('(?i)<fs(?: .+?)?>(?=.+</fs>)',$mode,'plugin_fontsize2');
40 $this->Lexer->addExitPattern('(?i)</fs>','plugin_fontsize2');
/plugin/autolink2/syntax/
H A Dshow.php41 …$this->Lexer->addEntryPattern('<autolink>(?=.*?\x3C/autolink\x3E)',$mode,'plugin_autolink2_show');
44 $this->Lexer->addExitPattern('</autolink>','plugin_autolink2_show');
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php40 $this->Lexer->addSpecialPattern(self::DUOSHUO_SYNTAX,$mode,'plugin_duoshuo');
41 $this->Lexer->addSpecialPattern(self::NODUOSHUO_SYNTAX,$mode,'plugin_duoshuo');
/plugin/tabbox/
H A Dsyntax.php58 $this->Lexer->addEntryPattern('<tabbox.*?>(?=.*?</tabbox>)', $mode, 'plugin_tabbox');
59 … $this->Lexer->addSpecialPattern('<tabbox.*?>(?=.*?</tabbox>)', 'plugin_tabbox', 'plugin_tabbox');
64 $this->Lexer->addExitPattern('</tabbox>', 'plugin_tabbox');
/plugin/refnotes/syntax/
H A Dnotes.php42 $this->Lexer->addSpecialPattern('~~REFNOTES.*?~~', $mode, $this->mode);
43 $this->Lexer->addSpecialPattern('<refnotes[^>]*?\/>', $mode, $this->mode);
44 $this->Lexer->addSpecialPattern('<refnotes(?:[^>]*?[^/>])?>.*?<\/refnotes>', $mode, $this->mode);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php13 use Antlr\Antlr4\Runtime\Lexer; alias
144 * particular {@see Lexer}.
152 * @param Lexer $lexer The lexer instance.
164 public function execute(Lexer $lexer, CharStream $input, int $startIndex) : void
/plugin/fontfamily/
H A Dsyntax.php38 $this->Lexer->addEntryPattern('(?i)<ff(?: .+?)?>(?=.+</ff>)',$mode,'plugin_fontfamily');
41 $this->Lexer->addExitPattern('(?i)</ff>','plugin_fontfamily');
/plugin/htmldetailstag/syntax/
H A Ddetails.php67 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, 'plugin_htmldetailstag_details');
72 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_htmldetailstag_details');
/plugin/highlight/
H A Dsyntax.php39 $this->Lexer->addEntryPattern('(?i)<hi(?: .+?)?>(?=.+</hi>)',$mode,'plugin_highlight');
42 $this->Lexer->addExitPattern('(?i)</hi>','plugin_highlight');
/plugin/combo/syntax/
H A Dxmlblocktag.php131 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
138 $this->Lexer->addExitPattern('</[\w-]+>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/redirect2/
H A Dsyntax.php28 $this->Lexer->addSpecialPattern('~~REDIRECT>.+?~~',
30 $this->Lexer->addSpecialPattern('\n#(?i:redirect)\b.*(?=\n)',
/plugin/croissant/
H A Dsyntax.php26 $this->Lexer->addSpecialPattern('~~bc:.*?~~',$mode,'plugin_croissant');
27 $this->Lexer->addSpecialPattern('~~nobc~~',$mode,'plugin_croissant');
/plugin/sincetil/
H A Dsyntax.php21 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<sincetil.*?>(?=.*?</sincetil>)'…
22 … public function postConnect() { $this->Lexer->addExitPattern('</sincetil>','plugin_sincetil'); }
/plugin/blockquote/syntax/
H A Dcite.php41 $this->Lexer->addEntryPattern('<cite.*?>(?=.*?</cite>)', $mode, 'plugin_blockquote_cite');
45 $this->Lexer->addExitPattern('</cite>', 'plugin_blockquote_cite');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerCustomAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
82 * {@see Lexer::getText()}.
94 * Custom actions are implemented by calling {@see Lexer::action()} with the
97 public function execute(Lexer $lexer) : void

12345678910>>...42