Home
last modified time | relevance | path

Searched refs:Lexer (Results 401 – 425 of 1044) sorted by last modified time

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

/plugin/inseecity/
H A Dsyntax.php23 $this->Lexer->addSpecialPattern ('\{\{inseecity[^}]*\}\}', $mode, 'plugin_inseecity');
/plugin/noabstract/
H A Dsyntax.php16 $this->Lexer->addEntryPattern('<noabstract>(?=.*?</noabstract>)',$mode,'plugin_noabstract');
17 $this->Lexer->addSpecialPattern('~~NOABSTRACT~~', $mode, 'plugin_noabstract');
19 …public function postConnect() { $this->Lexer->addExitPattern('</noabstract>','plugin_noabstract');…
/plugin/dtable/
H A Dsyntax.php23 …function connectTo($mode) { $this->Lexer->addEntryPattern('<dtab[0-9][0-9]>(?=.*</dtable>)',$mode,…
24 function postConnect() { $this->Lexer->addExitPattern('</dtable>','plugin_dtable'); }
/plugin/fields/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('{{fields>.+?}}',$mode,'plugin_fields');
/plugin/navpath/
H A Dsyntax.php62 $this->Lexer->addEntryPattern('<navpath.*?>(?=.*?<\/navpath>)', $mode, 'plugin_navpath');
67 $this->Lexer->addExitPattern('</navpath>', 'plugin_navpath');
/plugin/exttab3/
H A Dsyntax.php53 $this->Lexer->addEntryPattern('\n\{\|[^\n]*',$mode, $this->mode);
59 $this->Lexer->addExitPattern('[ \t]*\n\|\}', $this->mode);
65 $this->Lexer->addPattern("\n\|\+ *(?:$attrs\|(?!\|))?", $this->mode);
67 $this->Lexer->addPattern(' *?\n\|\-+[^\n]*', $this->mode);
69 $this->Lexer->addPattern("(?: *?\n|\!)\!(?:$attrs\|(?!\|))?", $this->mode);
71 $this->Lexer->addPattern("(?: *?\n|\|)\|(?:$attrs\|(?!\|))?", $this->mode);
/plugin/yearbox/
H A Dsyntax.php57 $this->Lexer->addSpecialPattern('{{yearbox>.*?}}', $mode, 'plugin_yearbox');
/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');
H A Dsummary.php55 …$this->Lexer->addEntryPattern('<summary>(?=.*?</summary>)', $mode, 'plugin_htmldetailstag_summary'…
60 $this->Lexer->addExitPattern('</summary>', 'plugin_htmldetailstag_summary');
/plugin/today/
H A Dsyntax.php46 $this->Lexer->addSpecialPattern('\{today.*?\}', $mode, 'plugin_today');
/plugin/simplemap/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('{{simplemap>.*?}}', $mode, 'plugin_simplemap');
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php13 $this->Lexer->addSpecialPattern('{{news-carousel>.+?}}', $mode, 'plugin_newsfeed_carousel');
H A Dstream.php12 $this->Lexer->addSpecialPattern('{{news-stream>.+?}}', $mode, 'plugin_newsfeed_stream');
H A Dfeed.php36 $this->Lexer->addSpecialPattern('{{news-feed>.+?}}', $mode, 'plugin_newsfeed_feed');
/plugin/goto/
H A Dsyntax.php21 $this->Lexer->addSpecialPattern('(?i)~~GOTO>.+?~~',$mode,'plugin_goto');
/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');
H A Dstyler.php61 … $this->Lexer->addEntryPattern('<style.*?>(?=.*?\x3C/style\x3E)', $mode, 'plugin_styler_styler');
62 … $this->Lexer->addEntryPattern('<quote.*?>(?=.*?\x3C/quote\x3E)', $mode, 'plugin_styler_styler');
63 …$this->Lexer->addEntryPattern('<epigraph.*?>(?=.*?\x3C/epigraph\x3E)', $mode, 'plugin_styler_style…
71 $this->Lexer->addExitPattern('</style>', 'plugin_styler_styler');
72 $this->Lexer->addExitPattern('</quote>', 'plugin_styler_styler');
73 $this->Lexer->addExitPattern('</epigraph>', 'plugin_styler_styler');
/plugin/diagram/syntax/
H A Dsplitter.php107 $this->Lexer->addEntryPattern('<'.$this->tag_name.'>',
116 $this->Lexer->addPattern('\n',
118 $this->Lexer->addPattern('\|[A-Za-z0-9_]+=',
120 $this->Lexer->addPattern('\|[A-Za-z0-9_]+\{[^{}]*\}=',
122 $this->Lexer->addPattern('\|[^|=\n]*',
124 $this->Lexer->addExitPattern('</'.$this->tag_name.'>',
H A Dmain.php123 $this->Lexer->addSpecialPattern('<'.$this->tag_name.'>.*?</'.$this->tag_name.'>',
/plugin/drawio/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern("\{\{drawio>.+?\}\}",$mode,'plugin_drawio');
/plugin/qc/
H A Dsyntax.php34 $this->Lexer->addSpecialPattern('~~NOQC~~', $mode, 'plugin_qc');
/plugin/displayorphans/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_displayorphans');
/plugin/publistf/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('\[publist\|.+?\]',$mode,'plugin_publistf');
/plugin/webcode/syntax/
H A Dbasis.php159 … $this->Lexer->addEntryPattern('<webcode.*?>(?=.*?</webcode>)', $mode, $this->getPluginMode());
172 $this->Lexer->addPattern('<code.*?</code>', $this->getPluginMode());
177 $this->Lexer->addExitPattern('</webcode>', $this->getPluginMode());
/plugin/displayfile/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern(self::PATTERN, $mode, 'plugin_displayfile');
43 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_displayfile');

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