Home
last modified time | relevance | path

Searched refs:Lexer (Results 901 – 925 of 1044) sorted by relevance

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

/plugin/abc/
H A Dsyntax.php28 $this->Lexer->addEntryPattern('<abc(?=.*\x3C/abc\x3E)',$mode,'plugin_abc');
31 $this->Lexer->addExitPattern('</abc>','plugin_abc');
/plugin/imagemapping/
H A Dsyntax.php46 $this->Lexer->addEntryPattern('\{\{map>[^\}]+\}\}', $mode, 'plugin_imagemapping');
52 $this->Lexer->addExitPattern('\{\{<map\}\}', 'plugin_imagemapping');
/plugin/calendoku/syntax/
H A Dshowtable.php25 $this->Lexer->addSpecialPattern(
/plugin/yql/
H A Dsyntax.php54 $this->Lexer->addSpecialPattern('<YQL.*?>.*?<\/YQL>',$mode,'plugin_yql');
/plugin/clipboardutils/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('<(?:clipb?)\b.*?>.*?</clipb>', $mode, 'plugin_clipboardutils');
/plugin/meta/
H A Dsyntax.php30 $this->Lexer->addSpecialPattern('~~META:.*?~~',$mode,'plugin_meta');
/plugin/simplenavi/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('{{simplenavi>[^}]*}}', $mode, 'plugin_simplenavi');
/plugin/eventum/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('\[\[issue>.+?\]\]', $mode, 'plugin_eventum');
/plugin/filterrss/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern('\[filterrss.*?\]',$mode,'plugin_filterrss');
/plugin/googlemaps3/
H A Dsyntax.php89 …$this->Lexer->addSpecialPattern('<googlemaps3 ?[^>\n]*>.*?</googlemaps3>',$mode,'plugin_googlemaps…
/plugin/flexpaper/
H A Dsyntax.php43 $this->Lexer->addSpecialPattern('\{\{flexpaper>.*?\}\}',$mode,'plugin_flexpaper');
/plugin/src/
H A Dsyntax.php46 $this->Lexer->addSpecialPattern('\{\{src.+?\}\}', $mode, 'plugin_src');
/plugin/usersubscriptions/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern('<usersubscriptions [^/]*/>', $mode, 'plugin_usersubscriptions');
/plugin/navbox/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('<navbox>.*?</navbox>', $mode, 'plugin_navbox');
/plugin/tiledblog/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern ('\{\{tiledBlog.*?\}\}', $mode, 'plugin_tiledblog');
/plugin/vote/
H A Dsyntax.php26 $this->Lexer->addSpecialPattern( '<vote.*?>.+?</vote>', $mode, 'plugin_vote' );
/plugin/bookmarkfile/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('\<BOOKMARKFILE .*?\>',$mode,'plugin_bookmarkfile');
/plugin/firenews/
H A Dsyntax.php21 $this->Lexer->addSpecialPattern('\{\{firenews>[^}]*\}\}', $mode, 'plugin_firenews');
/plugin/docnavigation/syntax/
H A Dtoc.php63 $this->Lexer->addSpecialPattern('<doctoc\b.*?>', $mode, 'plugin_docnavigation_toc');
/plugin/subpages/
H A Dsyntax.php61 $this->Lexer->addSpecialPattern('~~SUBPAGES~~', $mode, 'plugin_subpages');
/plugin/credits/
H A Dsyntax.php22 $this->Lexer->addSpecialPattern('<<CREDITS:.*?>>',$mode,'plugin_credits'); }
/plugin/panoview/
H A Dsyntax.php42 $this->Lexer->addSpecialPattern('\{\{panoview>[^}]*\}\}', $mode, 'plugin_panoview');
/plugin/graphgear/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern('<graphgear.*?>\n.*?\n</graphgear>',$mode,'plugin_graphgear');
/plugin/monthcal/
H A Dsyntax.php52 $this->Lexer->addSpecialPattern('{{monthcal.*?}}',$mode,'plugin_monthcal');
/plugin/dwinsect/
H A Dsyntax.php111 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_dwinsect' );

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