Home
last modified time | relevance | path

Searched refs:Lexer (Results 776 – 800 of 1044) sorted by relevance

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

/plugin/feed/
H A Dsyntax.php71 $this->Lexer->addSpecialPattern('\{\{\w+?feed>.+?\}\}', $mode, 'plugin_feed');
/plugin/pdfjs/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('{{pdfjs.*?>.*?}}', $mode, 'plugin_pdfjs');
/plugin/currentlyreading/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_currentlyreading');
/plugin/lms/syntax/
H A Dlms.php50 $this->Lexer->addSpecialPattern('~~LMS~~', $mode, 'plugin_lms_lms');
/plugin/barcodes/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('<barcode[^>]*/?>', $mode, 'plugin_barcodes');
/plugin/combo/syntax/
H A Dheadingatx.php76 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/tagging/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern('{{tagging::\w+(?:>[^}\?]+)?(?:\?[0-9]+)?}}', $mode, 'plugin_tagging');
/plugin/diagrams/syntax/
H A Dmediafile.php36 $this->Lexer->addSpecialPattern('\{\{[^\}]+(?:\.svg)[^\}]*?\}\}', $mode, 'plugin_diagrams_mediafile');
/plugin/translator/syntax/
H A Dlabel.php44 $this->Lexer->addSpecialPattern('\$\$label\(.*?\)\$\$',$mode,'plugin_translator_label');
/plugin/goto/
H A Dsyntax.php21 $this->Lexer->addSpecialPattern('(?i)~~GOTO>.+?~~',$mode,'plugin_goto');
/plugin/issuelinks/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern("\[\[$pattern>.*?\]\]", $mode, 'plugin_issuelinks');
/plugin/nsrelation/
H A Dsyntax.php63 $this->Lexer->addSpecialPattern('~~NO_NSREL~~',$mode,'plugin_nsrelation');
/plugin/linkbonus/syntax/
H A Dexternal.php55 $this->Lexer->addSpecialPattern(
H A Dbase.php56 $this->Lexer->addSpecialPattern(
/plugin/datedifference/
H A Dsyntax.php50 $this->Lexer->addSpecialPattern('{{datedifference.*?}}',$mode,'plugin_datedifference');
/plugin/xref/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('\[\[xref>.+?\]\]', $mode, 'plugin_xref');
/plugin/subjectindex/syntax/
H A Dentry.php53 … $this->Lexer->addSpecialPattern($matcher->regex, $mode, 'plugin_subjectindex_entry');
/plugin/ghissues/syntax/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('\{\{ghissues\b.*?}}',$mode,'plugin_ghissues_syntax');
/plugin/magnifier/
H A Dsyntax.php30 $this->Lexer->addSpecialPattern('{{magnifier>[^}]+}}', $mode, 'plugin_magnifier');
/plugin/explain/
H A Dsyntax.php100 $this->Lexer->addSpecialPattern($re, $mode, 'plugin_explain');
/plugin/glossary/syntax/
H A Ddiv.php26 $this->Lexer->addSpecialPattern ('\{\{glossary[^}]*\}\}', $mode, 'plugin_glossary_div');
/plugin/zoom/
H A Dsyntax.php43 $this->Lexer->addSpecialPattern('\{\{zoom>[^}]*\}\}',$mode,'plugin_zoom');
/plugin/tagsections/syntax/
H A Dtag.php47 $this->Lexer->addSpecialPattern('\{\{tag>.*?\}\}', $mode, 'plugin_tagsections_tag');
/plugin/accscounter/syntax/
H A Dpopularity.php40 $this->Lexer->addSpecialPattern('\{\{POPULAR[^}]*\}\}',$mode,'plugin_accscounter_popularity');
/plugin/backlinks2/
H A Dsyntax.php58 $this->Lexer->addSpecialPattern('\{\{backlinks>.+?\}\}', $mode, 'plugin_backlinks');

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