Home
last modified time | relevance | path

Searched refs:Lexer (Results 401 – 425 of 1044) sorted by relevance

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

/plugin/structodt/syntax/
H A Dserial.php27 $this->Lexer->addSpecialPattern('----+ *struct odt serial *-+\n.*?\n----+', $mode, 'plugin_structodt_serial');
/plugin/imagebox/
H A Dsyntax.php17 function connectTo($mode) { $this->Lexer->addEntryPattern('\[\{\{[^\|\}]+\|*(?=[^\}]*\}\}\])',$mode,'plugin_imagebox'); }
18 function postConnect() { $this->Lexer->addExitPattern('\}\}\]','plugin_imagebox'); }
/plugin/workflow/syntax/
H A Ddecision.php38 … $this->Lexer->addEntryPattern('<decision.*?>(?=.*?</decision>)',$mode,'plugin_workflow_decision');
42 $this->Lexer->addExitPattern('</decision>','plugin_workflow_decision');
/plugin/a2s/
H A Dsyntax.php60 $this->Lexer->addEntryPattern('< *a2s *>(?=.*?</a2s>)',$mode,'plugin_a2s');
64 $this->Lexer->addExitPattern('</a2s>','plugin_a2s');
/plugin/pot/
H A Dsyntax.php46 …$this->Lexer->addEntryPattern('<[P|p][O|o][T|t]\b *[^>]*>(?=.*?<\/[P|p][O|o][T|t]>)', $mode, 'plug…
50 $this->Lexer->addExitPattern('<\/[P|p][O|o][T|t]>', 'plugin_pot');
/plugin/combo/syntax/
H A Dnote.php91 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
98 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dfragment.php106 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
116 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcode.php94 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
104 $this->Lexer->addExitPattern('</' . self::CODE_TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcell.php121 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
131 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/routeplaner/syntax/
H A Droutenplaner_lycosde.php7 function connectTo($mode) { $this->Lexer->addSpecialPattern("\{\{routenplaner_lycosde>.*?\}\}",$mod…
H A Droutenplaner_webde.php7 function connectTo($mode) { $this->Lexer->addSpecialPattern("\{\{routenplaner_webde>.*?\}\}",$mode,…
/plugin/doi/syntax/
H A Disbn.php15 $this->Lexer->addSpecialPattern('\[\[isbn>[^\]]+\]\]', $mode, 'plugin_doi_isbn');
/plugin/data/syntax/
H A Dtaglist.php21 $this->Lexer->addSpecialPattern(
/plugin/data-au/syntax/
H A Dtaglist.php21 …$this->Lexer->addSpecialPattern('----+ *datataglist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'pl…
/plugin/struct/syntax/
H A Dserial.php21 $this->Lexer->addSpecialPattern('----+ *struct serial *-+\n.*?\n----+', $mode, 'plugin_struct_serial');
/plugin/davcard/syntax/
H A Dcard.php50 $this->Lexer->addSpecialPattern('\{\{davcard>[^}]*\}\}',$mode,'plugin_davcard_card');
51 $this->Lexer->addSpecialPattern('\{\{davcardclient>[^}]*\}\}',$mode,'plugin_davcard_card');
/plugin/slider/
H A Dsyntax.php50 $this->Lexer->addEntryPattern('<slider.*?>(?=.*?</slider>)',$mode,'plugin_slider');
54 $this->Lexer->addExitPattern('</slider>', 'plugin_slider');
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php45 …$this->Lexer->addSpecialPattern ( '\{\{crossdbsqlclient\}\}', $mode, 'plugin_crossdbsqlclient_cros…
46 …$this->Lexer->addSpecialPattern ( '\{\{crossdbsqlclient>.+\|.+\|.+\|.+\|.+\}\}', $mode, 'plugin_cr…
/plugin/ipmap/
H A Drendertables.php25 $this->Lexer->addEntryPattern('<ipmap.*>.*',$mode,'plugin_ipmap_rendertables');
29 $this->Lexer->addExitPattern('</ipmap>','plugin_ipmap_rendertables');
/plugin/diff/
H A Dsyntax.php205 $this->Lexer->addEntryPattern(
372 $this->Lexer->addExitPattern('(?<=\n)\x3C\x2Fdiff\x3E', 'plugin_diff');
/plugin/geogebrembed/syntax/
H A Dggb.php41 …$this->Lexer->addEntryPattern('< ?ggb(?!ref|caption).*?>(?=.*?</ggb>)', $mode, 'plugin_geogebrembe…
46 $this->Lexer->addExitPattern('</ggb>', 'plugin_geogebrembed_ggb');
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php10 use Antlr\Antlr4\Runtime\Lexer; alias
20 final class PageSqlLexer extends Lexer
/plugin/comment/
H A Dsyntax.php19 $this->Lexer->addSpecialPattern("^/\*.*?\*|\s+/\*.*?\*/", $mode, 'plugin_comment');
/plugin/blog/syntax/
H A Ddraft.php15 $this->Lexer->addSpecialPattern('~~DRAFT~~', $mode, 'plugin_blog_draft');
/plugin/amazon/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern('\{\{amazon>[\w:\\- =]+\}\}',$mode,'plugin_amazon');
40 $this->Lexer->addSpecialPattern('\{\{wishlist>[\w:\\- =]+\}\}',$mode,'plugin_amazon');
41 $this->Lexer->addSpecialPattern('\{\{amazonlist>[\w:\\- =]+\}\}',$mode,'plugin_amazon');

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