Home
last modified time | relevance | path

Searched refs:Lexer (Results 1001 – 1025 of 1044) sorted by last modified time

1...<<4142

/plugin/linkbonus/syntax/
H A Dinterwiki.txt66 $this->Lexer->addSpecialPattern(
/plugin/clock/
H A Dsyntax.php36 $this->Lexer->addSpecialPattern (
/plugin/usersubscriptions/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern('<usersubscriptions [^/]*/>', $mode, 'plugin_usersubscriptions');
/plugin/quiz/
H A Dsyntax.php28 $this->Lexer->addSpecialPattern('{{quiz>.+?}}', $mode, 'plugin_quiz');
/plugin/swfobject/
H A Dsyntax.php42 …$this->Lexer->addEntryPattern('<swfobject\s[^\r\n\|]*?>(?=.*?</swfobject.*?>)',$mode,'plugin_swfob…
46 $this->Lexer->addExitPattern('</swfobject.*?>', 'plugin_swfobject');
/plugin/gil/
H A Dsyntax.php103 $this->Lexer->addSpecialPattern (
106 $this->Lexer->addSpecialPattern (
/plugin/dokugource/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('(?i)~~gourcecolor[<:>].+?~~', $mode, 'plugin_dokugource');
/plugin/crypto/
H A Dsyntax.php37 $this->Lexer->addEntryPattern('<decrypt.*?>(?=.*?</decrypt>)', $mode,'plugin_crypto');
41 $this->Lexer->addExitPattern('</decrypt>','plugin_crypto');
/plugin/multipoll/
H A Dsyntax.php34 $this->Lexer->addSpecialPattern('<multipoll.*?>.+?</multipoll>', $mode, 'plugin_multipoll');
/plugin/bomfix/
H A Dsyntax.php96 $this->Lexer->addSpecialPattern('^\xEF\xBB\xBF',
/plugin/shy/
H A Dsyntax.php69 $this->Lexer->addSpecialPattern('(?<![\x20-\x2F\x5C])\x5C\x2D',
/plugin/diff/
H A Dsyntax.php205 $this->Lexer->addEntryPattern(
372 $this->Lexer->addExitPattern('(?<=\n)\x3C\x2Fdiff\x3E', 'plugin_diff');
/plugin/nstoc/
H A Dsyntax.php387 $this->Lexer->addSpecialPattern('\x7B\x7Bnstoc\s+[^\}\n\r]*\x7D\x7D',
/plugin/geogebra/syntax/
H A Dgeogebrafile.php72 $this->Lexer->addSpecialPattern("<geogebra.*?/>", $mode, 'plugin_geogebra_geogebrafile');
/plugin/translator/syntax/
H A Dlabel.php44 $this->Lexer->addSpecialPattern('\$\$label\(.*?\)\$\$',$mode,'plugin_translator_label');
/plugin/mailto/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('~~MAILTO:.*~~',$mode,'plugin_mailto');
/plugin/gitlink2/
H A Dsyntax.php60 $this->Lexer->addSpecialPattern('GIT\?[0-9a-fA-F]{6,40}',$mode,'plugin_gitlink');
/plugin/flyspraylink/
H A Dsyntax.php60 $this->Lexer->addSpecialPattern('FlySpray\?\d+',$mode,'plugin_flyspraylink');
/plugin/toc/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('~~TOC~~', $mode, 'plugin_toc');
/plugin/hcalendar/syntax/
H A Dhcali.php40 $this->Lexer->addSpecialPattern('{{hcali>[^}]*?}}',$mode,'plugin_hcalendar_hcali');
H A Dhcal2.php58 $this->Lexer->addEntryPattern('<hcal.*?>(?=.*?</hcal>)',$mode,'plugin_hcalendar_hcal2');
62 $this->Lexer->addExitPattern('</hcal>','plugin_hcalendar_hcal2');
H A Dhcal.php40 $this->Lexer->addSpecialPattern('{{hcal>[^}]*?}}',$mode,'plugin_hcalendar_hcal');
/plugin/zul/syntax/
H A Dzirkelundlineal.php85 $this->Lexer->addSpecialPattern("<ZirkelUndLineal.*?/>",$mode,'plugin_zul_zirkelundlineal');
/plugin/offline/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('~~SLIDESHOW~~',$mode,'plugin_s5');
/plugin/prolog/
H A Dsyntax.php100 $this->Lexer->addEntryPattern('<prolog.*?>(?=.*?</prolog>)',$mode,'plugin_prolog');
108 $this->Lexer->addExitPattern('</prolog>', 'plugin_prolog');

1...<<4142