Home
last modified time | relevance | path

Searched refs:Lexer (Results 726 – 750 of 1044) sorted by relevance

1...<<21222324252627282930>>...42

/plugin/indobible/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern('\!\*[a-zA-Z0-9:;\-\s]+\*\!', $mode, 'plugin_indobible');
/plugin/structgroupby/syntax/
H A Done.php28 …$this->Lexer->addSpecialPattern('----+ *struct one *-+\n.*?\n----+', $mode, 'plugin_structgroupby_…
/plugin/simplechat/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('~~simplechat~~',$mode,'plugin_simplechat');
/plugin/unblink/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('\[\[user>.+?\]\]',$mode,'plugin_unblink');
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php22 use Doctrine\Common\Lexer\AbstractLexer;
/plugin/linksenhanced/syntax/
H A Dtable.php43 …$this->Lexer->addSpecialPattern('\{\{linksenhanced>[^}]*\}\}',$mode,'plugin_linksenhanced_table');
/plugin/top/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('\\{\\{top(?:\|.+?)?\\}\\}', $mode, 'plugin_top');
/plugin/select/
H A Dsyntax.php18 $this->Lexer->addSpecialPattern('<select.+?</select>', $mode, 'plugin_select');
/plugin/eshop/
H A Dsyntax.php23 $this->Lexer->addSpecialPattern('\{\{eshop>[^}]*\}\}', $mode, 'plugin_eshop');
/plugin/nslist/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('{{nslist>[^}]*}}',$mode,'plugin_nslist');
/plugin/c3chart/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('<c3.+?</c3>',$mode,'plugin_c3chart');
/plugin/struct/syntax/
H A Dcloud.php49 $this->Lexer->addSpecialPattern('----+ *struct cloud *-+\n.*?\n----+', $mode, 'plugin_struct_cloud');
/plugin/register/
H A Dsyntax.php23 $this->Lexer->addEntryPattern("<register>", $mode, "plugin_register");
35 $this->Lexer->addExitPattern("</register>", "plugin_register");
/plugin/odt/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('~~ODT~~', $mode, 'plugin_odt');
48 $this->Lexer->addSpecialPattern('{{odt>.+?}}', $mode, 'plugin_odt');
/plugin/hr/
H A Dsyntax.php73 $this->Lexer->addSpecialPattern('\n[\t\x20]*-{4,}[\t\x20]*(?=\n)',
/plugin/editor/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern('\{\{editor>.+?\}\}',$mode,'plugin_editor');
/plugin/yuriigantt/
H A Dsyntax.php38 Embedded::addLexerPattern($this->Lexer, $mode);
/plugin/multilingual/
H A Dsyntax.php54 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_multilingual');
/plugin/mp3play/
H A Dsyntax.php40 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{mp3play>.*?\}\}',$mode,'plugin_mp…
/plugin/likeit/
H A Dsyntax.php63 $this->Lexer->addSpecialPattern("<likeit[^>]*>",$mode,'plugin_likeit');
/plugin/fksnewsfeed/syntax/
H A Dfeed.php36 $this->Lexer->addSpecialPattern('{{news-feed>.+?}}', $mode, 'plugin_newsfeed_feed');
/plugin/flowplayer/
H A Dsyntax.php27 …function connectTo($mode) { $this->Lexer->addSpecialPattern('{{flowplayer>.*?}}',$mode,'plugin_flo…
/plugin/tag/syntax/
H A Dtag.php35 $this->Lexer->addSpecialPattern('\{\{tag>.*?\}\}', $mode, 'plugin_tag_tag');
/plugin/bibtex4dw/syntax/
H A Dcite.php44 $this->Lexer->addSpecialPattern('\{\[.+?\]\}', $mode, 'plugin_bibtex4dw_cite');
/plugin/columns/
H A Dsyntax.php67 $this->Lexer->addSpecialPattern($this->lexerSyntax['enter'], $mode, $this->mode);
68 $this->Lexer->addSpecialPattern($this->lexerSyntax['newcol'], $mode, $this->mode);
69 $this->Lexer->addSpecialPattern($this->lexerSyntax['exit'], $mode, $this->mode);

1...<<21222324252627282930>>...42