Home
last modified time | relevance | path

Searched refs:Lexer (Results 876 – 900 of 1044) sorted by relevance

1...<<31323334353637383940>>...42

/plugin/jenkins/
H A Dsyntax.php30 $this->Lexer->addSpecialPattern('<jenkins[^>]*/>', $mode, 'plugin_jenkins');
/plugin/visrep/
H A Dsyntax.php43 $this->Lexer->addSpecialPattern('<visrep.*?>\n.*?\n</visrep>', $mode, 'plugin_visrep');
/plugin/revealjs/syntax/
H A Dheader.php31 …$this->Lexer->addSpecialPattern('[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)', $mode, 'plugin_revealjs_head…
/plugin/pubmed/
H A Dsyntax.php23 function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{pubmed>[^}]*\}\}',$mode,'plugin_pubmed');}
/plugin/scrape/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('{{scrape>.+?}}', $mode, 'plugin_scrape');
/plugin/geogebra/syntax/
H A Dgeogebrafile.php72 $this->Lexer->addSpecialPattern("<geogebra.*?/>", $mode, 'plugin_geogebra_geogebrafile');
/plugin/gitlog/
H A Dsyntax.php30 $this->Lexer->addSpecialPattern('<gitlog:.+?>', $mode, 'plugin_gitlog');
/plugin/gitlabproject/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern('<gitlab[^>]*/>', $mode, 'plugin_gitlabproject');
/plugin/gchart/
H A Dsyntax.php52 $this->Lexer->addSpecialPattern('<gchart.*?>\n.*?\n</gchart>', $mode, 'plugin_gchart');
/plugin/tagfilter/syntax/
H A Dcompare.php44 $this->Lexer->addSpecialPattern("\{\{tagcompare>.*?\}\}", $mode, 'plugin_tagfilter_compare');
/plugin/discussion/syntax/
H A Dthreads.php40 $this->Lexer->addSpecialPattern('\{\{threads>.+?\}\}', $mode, 'plugin_discussion_threads');
/plugin/sql2wiki/syntax/
H A Dquery.php34 $this->Lexer->addSpecialPattern('<sql2wiki.*?>.*?</sql2wiki>',$mode,'plugin_sql2wiki_query');
/plugin/qna/syntax/
H A Dtoc.php43 $this->Lexer->addSpecialPattern('~~(?:QNA|FAQ)(?:\s[^\n]*?)?~~', $mode, $this->mode);
/plugin/dbquery/syntax/
H A Dquery.php32 $this->Lexer->addSpecialPattern('{{QUERY:\w+}}', $mode, 'plugin_dbquery_query');
/plugin/uncmap/
H A Dsyntax.php94 …$this->Lexer->addSpecialPattern('\[\[[' . strtolower($letters) . strtoupper($letters) . ']{1}\:[\\…
/plugin/countdown/
H A Dsyntax.php48 $this->Lexer->addSpecialPattern('\<COUNTDOWN\:.+?\>',$mode,'plugin_countdown');
/plugin/data-au/syntax/
H A Dcloud.php55 …$this->Lexer->addSpecialPattern('----+ *dataaucloud(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'pl…
/plugin/data-graph/
H A Dsyntax.php41 … $this->Lexer->addSpecialPattern('----+ *datagraph *-+\n.*?\n---+', $mode, 'plugin_datagraph');
/plugin/datagraph/
H A Dsyntax.php41 … $this->Lexer->addSpecialPattern('----+ *datagraph *-+\n.*?\n---+', $mode, 'plugin_datagraph');
/plugin/vshare/syntax/
H A Dvideo.php61 $this->Lexer->addSpecialPattern('\{\{\s?(?:' . $pattern . ')>[^}]*\}\}', $mode, 'plugin_vshare_video');
/plugin/blog/syntax/
H A Dautoarchive.php20 $this->Lexer->addSpecialPattern('\{\{autoarchive>.*?\}\}', $mode, 'plugin_blog_autoarchive');
/plugin/blogtng/syntax/
H A Dblog.php79 $this->Lexer->addSpecialPattern('<blog ?[^>]*>.*?</blog>', $mode, 'plugin_blogtng_blog');
/plugin/data/syntax/
H A Dcloud.php62 $this->Lexer->addSpecialPattern(
/plugin/cli/
H A Dsyntax.php102 $this->Lexer->addEntryPattern('<cli(?:[)]?' .
122 $this->Lexer->addExitPattern('\r?\n?</cli>','plugin_cli');
/plugin/imagemap/
H A Dsyntax.php27 $this->Lexer->addEntryPattern('\{\{map>[^\}]+\}\}', $mode, 'plugin_imagemap');
30 $this->Lexer->addExitPattern('\{\{<map\}\}', 'plugin_imagemap');

1...<<31323334353637383940>>...42