Home
last modified time | relevance | path

Searched refs:Lexer (Results 301 – 325 of 1044) sorted by relevance

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

/plugin/survey/syntax/
H A Dsurvey.php51 $this->Lexer->addEntryPattern(
60 $this->Lexer->addExitPattern("</survey>", "plugin_survey_survey");
/plugin/newsticker/syntax/
H A Dticker.php39 $this->Lexer->addEntryPattern('<newsticker>',$mode,'plugin_newsticker_ticker');
43 $this->Lexer->addExitPattern('</newsticker>','plugin_newsticker_ticker');
/plugin/imagereference/syntax/
H A Dimgref.php46 $this->Lexer->addSpecialPattern('<imgref.*?>', $mode, 'plugin_imagereference_imgref');
47 $this->Lexer->addSpecialPattern('<tabref.*?>', $mode, 'plugin_imagereference_imgref');
48 $this->Lexer->addSpecialPattern('<ggbref.*?>', $mode, 'plugin_imagereference_imgref');
/plugin/pagestat/syntax/
H A Dblock.php20 …public function connectTo($mode) { $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugi…
21 …public function postConnect() { $this->Lexer->addExitPattern($this->exit_pattern,'plugin_pagestat_…
/plugin/abstract/
H A Dsyntax.php20 $this->Lexer->addEntryPattern('<abstract[^>]*>(?=.*</abstract>)',$mode,'plugin_abstract');
24 $this->Lexer->addExitPattern('</abstract>','plugin_abstract');
/plugin/embeddedphp/syntax/
H A Dphpinline.php55 $this->Lexer->addEntryPattern($p, $mode, $m);
63 $this->Lexer->addExitPattern($p, $m);
/plugin/combo/syntax/
H A Dstrong.php86 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
94 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dbackgrounds.php80 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
88 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dhighlightmd.php80 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
88 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Ditext.php72 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
80 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dtab.php89 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
97 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dtabpanels.php93 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
100 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dunit.php88 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
95 $this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dxmlprotectedtag.php94 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
104 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcite.php67 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
75 $this->Lexer->addExitPattern('</' . syntax_plugin_combo_cite::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/sketchcanvas/
H A Dsyntax.php25 function connectTo($mode) { $this->Lexer->addEntryPattern('<skcanvas.*?>(?=.*?</skcanvas>)',$mode,'plugin_sketchcanvas'); }
26 function postConnect() { $this->Lexer->addExitPattern('</skcanvas>','plugin_sketchcanvas'); }
/plugin/konsole/
H A Dsyntax.php78 $this->Lexer->addEntryPattern('<konsole.*?>(?=.*?</konsole>)',$mode,'plugin_konsole');
83 $this->Lexer->addExitPattern('</konsole>','plugin_konsole');
/plugin/sqlquery/
H A Dsyntax.php24 $this->Lexer->addEntryPattern('<sql>', $mode, 'plugin_sqlquery');
29 $this->Lexer->addExitPattern('</sql>','plugin_sqlquery');
/plugin/tip/
H A Dsyntax.php90 $this->Lexer->addEntryPattern(
265 $this->Lexer->addExitPattern('\x3C\x2Ftip\x3E', 'plugin_tip');
/plugin/symbols4odt/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern($substitionString, $mode, substr(get_class($this), 7));
57 $this->Lexer->addSpecialPattern("{{utf8symbol>.+?}}", $mode, substr(get_class($this), 7));
/plugin/avbarchart/
H A Dsyntax.php59 $this->Lexer->addEntryPattern('\<barchart\>', $mode, 'plugin_avbarchart');
64 $this->Lexer->addExitPattern('\</barchart\>', 'plugin_avbarchart');
/plugin/bpmnio/syntax/
H A Dbpmnio.php43 $this->Lexer->addEntryPattern('<bpmnio.*?>(?=.*?</bpmnio>)', $mode, 'plugin_bpmnio_bpmnio');
48 $this->Lexer->addExitPattern('</bpmnio>', 'plugin_bpmnio_bpmnio');
/plugin/dwtimeline/syntax/
H A Dmilestone.php35 …$this->Lexer->addEntryPattern('<milestone\b.*?>(?=.*?</milestone>)',$mode,'plugin_dwtimeline_miles…
43 $this->Lexer->addExitPattern('</milestone>', 'plugin_dwtimeline_milestone');
/plugin/adhoctags/syntax/
H A Dabstract.php61 $this->Lexer->addSpecialPattern(str_replace('%t%', $this->tag, $this->special_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
64 $this->Lexer->addEntryPattern(str_replace('%t%', $this->tag, $this->entry_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
72 $this->Lexer->addExitPattern(str_replace('%t%', $this->tag, $this->exit_pattern), 'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
/plugin/authorstats/
H A Dsyntax.php43 $this->Lexer->addSpecialPattern("<AUTHORSTATS>", $mode, "plugin_authorstats");
44 $this->Lexer->addSpecialPattern("<AUTHORSTATS [0-9]+>", $mode, "plugin_authorstats");
45 $this->Lexer->addSpecialPattern("<AUTHORSTATS YEARGRAPH>", $mode, "plugin_authorstats");
46 …$this->Lexer->addSpecialPattern("<AUTHORSTATS YEARGRAPH\s+\d*\s*\w*>", $mode, "plugin_authorstats"…

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