Home
last modified time | relevance | path

Searched refs:Lexer (Results 501 – 525 of 1044) sorted by relevance

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

/plugin/randomquote/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('<randomquote>',$mode,'plugin_randomquote');
/plugin/markdowku/
H A Dautolinks.php17 $this->Lexer->addSpecialPattern(
/plugin/tablewidth/
H A Dsyntax.php31 $this->Lexer->addSpecialPattern('[\t ]*\n\|<[^\n]+?>\|(?=\s*?\n[|^])', $mode, $this->mode);
/plugin/semantic/
H A Dsyntax.php27 $this->Lexer->addSpecialPattern($macro, $mode, 'plugin_semantic');
/plugin/nodetailsxhtml/syntax/
H A Dscripting.php34 $this->Lexer->addSpecialPattern('~~isScripting~~', $mode, 'plugin_nodetailsxhtml_scripting');
/plugin/encryptedpasswords/
H A Dsyntax.php27 $this->Lexer->addSpecialPattern('<decrypt>(?:.*?<\/decrypt>)', $mode, 'plugin_encryptedpasswords');
/plugin/pagebreak/
H A Dsyntax.php40 $this->Lexer->addSpecialPattern('<pagebreak>',$mode,'plugin_pagebreak');
/plugin/jiralinks/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('[A-Z]+?-[0-9]+', $mode, 'plugin_jiralinks');
/plugin/floatdiv/syntax/
H A Dfloathead.php33 $this->Lexer->addSpecialPattern('~\$+ .+? \$+~',$mode,'plugin_floatdiv_floathead');
/plugin/mediasyntax/syntax/
H A Dinclude.php30 $this->Lexer->addSpecialPattern("{[.+?]}", $mode, 'plugin_mediasyntax_include');
/plugin/hiddenswitch/
H A Dsyntax.php21 $this->Lexer->addSpecialPattern('<hiddenSwitch[^>]*>', $mode,'plugin_hiddenSwitch');
/plugin/fkstimer/
H A Dsyntax.php22 $this->Lexer->addSpecialPattern('{{timer>.+?}}', $mode, 'plugin_fkstimer');
/plugin/dw2pdf/syntax/
H A Dpagesetting.php54 $this->Lexer->addSpecialPattern('~~PDF:(?:LANDSCAPE|PORTRAIT)~~', $mode, 'plugin_dw2pdf_pagesetting');
/plugin/rrdgraph/
H A Dsyntax.php72 $this->Lexer->addEntryPattern('<rrd.*?>(?=.*?</rrd>)', $mode, 'plugin_rrdgraph');
79 …$this->Lexer->addPattern('\n[ \t]*(?:[a-z0-9,<>=&|]+\?)?[A-Z0-9]+:[^\n]+', 'plugin_rrdgraph'); //T…
80 $this->Lexer->addExitPattern('</rrd>', 'plugin_rrdgraph');
/plugin/qrcode2/
H A Dsyntax.php48 $this->Lexer->addSpecialPattern('\{\{QRCODE>[^}]*\}\}',$mode,'plugin_qrcode2');
/plugin/description/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern('\{\{description>.+?\}\}', $mode, 'plugin_description');
/plugin/s5reloaded/
H A Dsyntax.php46 $this->Lexer->addSpecialPattern('~~SLIDESHOW[^~]*~~',$mode,'plugin_s5reloaded');
/plugin/bugzillalinks/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('[Bb]ug\s*\d+', $mode, 'plugin_bugzillalinks');
/plugin/nosecedit/
H A Dsyntax.php63 $this->Lexer->addSpecialPattern("~~NOSECTIONEDIT~~",$mode,'plugin_nosecedit');
/plugin/commentsyntax/syntax/
H A Dhtmlcomment.php46 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
/plugin/discussion/syntax/
H A Dcomments.php44 … $this->Lexer->addSpecialPattern('~~DISCUSSION[^\r\n]*?~~', $mode, 'plugin_discussion_comments');
/plugin/canvas/
H A Dcanvas.php38 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, $this->mode);
41 $this->Lexer->addExitPattern($this->exit_pattern, $this->mode);
/plugin/note/
H A Dsyntax.php81 $this->Lexer->addEntryPattern('<note.*?>(?=.*?</note>)', $mode, 'plugin_note');
86 $this->Lexer->addExitPattern('</note>', 'plugin_note');
/plugin/header3/
H A Dsyntax.php29 $this->Lexer->addEntryPattern("[ \t]*={2,}(?=[^\n]+={2,}[ \t]*\n)", $mode, 'plugin_header3');
33 $this->Lexer->addExitPattern('={2,}[ \t]*(?=\n)', 'plugin_header3');
/plugin/imagereference/syntax/
H A Dimgcaption.php68 $this->Lexer->addEntryPattern('<imgcaption.*?>(?=.*?</imgcaption>)', $mode, 'plugin_imagereference_imgcaption');
73 $this->Lexer->addExitPattern('</imgcaption>', 'plugin_imagereference_imgcaption');

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