Home
last modified time | relevance | path

Searched refs:Lexer (Results 426 – 450 of 1044) sorted by relevance

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

/plugin/imapmarkers/syntax/
H A Dmap.php64 $this->Lexer->addEntryPattern('\{{2}(?i)IMAPMARKERS>[^\}]+\}{2}', $mode, $this->component);
65 $this->Lexer->addPattern('\s*\{{2}(?i)CFG>\}{2}.*?\{{2}<CFG\s*\}{2}\s*', $this->component);
66 $this->Lexer->addPattern('\s*\[{2}.+?\]{2}\s*', $this->component);
74 $this->Lexer->addExitPattern('\{{2}<(?i)IMAPMARKERS\}{2}', $this->component);
/plugin/findologicxmlexport/vendor/doctrine/lexer/
H A DREADME.md1 # Doctrine Lexer
/plugin/pagemod/
H A Dsyntax.php33 … $this->Lexer->addSpecialPattern("<pagemod \w+(?: .+?)?>.*?</pagemod>", $mode, 'plugin_pagemod');
/plugin/pgpinlinesupport/
H A Dsyntax.php34 …$this->Lexer->addSpecialPattern('-----BEGIN PGP MESSAGE-----[^-]+-----END PGP MESSAGE-----', $mode…
/plugin/structpublish/syntax/
H A Dtable.php18 $this->Lexer->addSpecialPattern('----+ *structpublish *-+\n.*?\n?----+', $mode, 'plugin_structpublish_table');
/plugin/strata/syntax/
H A Dnodata.php34 $this->Lexer->addSpecialPattern('~~NODATA~~',$mode,'plugin_strata_nodata');
/plugin/dev/skel/
H A Dsyntax.php34 $this->Lexer->addSpecialPattern('<FIXME>', $mode, '@@SYNTAX_COMPONENT_NAME@@');
35 // $this->Lexer->addEntryPattern('<FIXME>', $mode, '@@SYNTAX_COMPONENT_NAME@@');
41 // $this->Lexer->addExitPattern('</FIXME>', '@@SYNTAX_COMPONENT_NAME@@');
/plugin/pagetemplater/
H A Dsyntax.php23 $this->Lexer->addSpecialPattern('@@CONTENT@@', $mode, 'plugin_pagetemplater');
/plugin/include/syntax/
H A Dsorttag.php40 $this->Lexer->addSpecialPattern('{{include_n>.+?}}',$mode,'plugin_include_sorttag');
/plugin/footer/
H A Dsyntax.php24 $this->Lexer->addSpecialPattern('~~NOFOOTER~~',$mode,'plugin_footer');
/plugin/poem/
H A Deol.php19 $this->Lexer->addSpecialPattern('(?:^[ \t]*)?\n',$mode,'plugin_poem_eol');
/plugin/mediasyntax/syntax/
H A Dnonitalic.php32 $this->Lexer->addSpecialPattern('\/\/',$mode,'plugin_mediasyntax_nonitalic');
H A Dnonunderline.php32 $this->Lexer->addSpecialPattern('__',$mode,'plugin_mediasyntax_nonunderline');
H A Dnonbold.php33 $this->Lexer->addSpecialPattern('\*\*',$mode,'plugin_mediasyntax_nonbold');
H A Dspan.php20 $this->Lexer->addSpecialPattern(
/plugin/semanticdata/syntax/
H A Dlist.php21 …$this->Lexer->addSpecialPattern('----+ *datalist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugin_…
/plugin/markdowku/
H A Dlinebreak.php17 $this->Lexer->addSpecialPattern(
/plugin/translation/syntax/
H A Dtrans.php28 $this->Lexer->addSpecialPattern('~~TRANS~~', $mode, 'plugin_translation_trans');
/plugin/creole/syntax/
H A Dlinebreak.php21 $this->Lexer->addSpecialPattern(
/plugin/autotranslation/syntax/
H A Dtrans.php30 $this->Lexer->addSpecialPattern('~~TRANS~~', $mode, 'plugin_autotranslation_trans');
/plugin/const/
H A Dsyntax.php26 $this->Lexer->addSpecialPattern('<const[^>]*>[^<]*</const>',$mode,'plugin_const');
/plugin/cnmap/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('{{cnmap>.*?}}',$mode,'plugin_cnmap');
58 // $this->Lexer->addExitPattern('</FIXME>', 'plugin_cnmap');
/plugin/progrecss/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern (
53 $this->Lexer->addSpecialPattern (
/plugin/webcomponent/syntax/
H A Drelated.php80 …$this->Lexer->addSpecialPattern('<' . self::getElementName(). '[^>]*>', $mode, 'plugin_' . webcomp…
85 …$this->Lexer->addSpecialPattern($extraPattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
/plugin/owncloud/
H A Dsyntax.php50 $this->Lexer->addSpecialPattern("\{\{[^\}]+\}\}",$mode,'plugin_owncloud');
51 $this->Lexer->addSpecialPattern("\[\{\{[^\}]+\}\}\]",$mode,'plugin_owncloud');

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