Home
last modified time | relevance | path

Searched refs:Lexer (Results 26 – 50 of 1044) sorted by last modified time

12345678910>>...42

/plugin/openlayersmap/syntax/
H A Dosmlayer.php69 $this->Lexer->addSpecialPattern(
H A Dwmslayer.php69 $this->Lexer->addSpecialPattern(
/plugin/geotag/syntax/
H A Dgeotag.php63 $this->Lexer->addSpecialPattern('\{\{geotag>.*?\}\}', $mode, 'plugin_geotag_geotag');
/plugin/yalist/
H A Dsyntax.php49 $this->Lexer->addEntryPattern('\n {2,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
50 $this->Lexer->addEntryPattern('\n\t{1,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
51 $this->Lexer->addPattern('\n {2,}(?:--?|\*\*?|\?|::?|\.\.)', 'plugin_yalist');
52 $this->Lexer->addPattern('\n\t{1,}(?:--?|\*\*?|\?|::?|\.\.)', 'plugin_yalist');
56 $this->Lexer->addExitPattern('\n', 'plugin_yalist');
/plugin/spatialhelper/syntax/
H A Dfindnearby.php64 $this->Lexer->addSpecialPattern('\{\{findnearby>.*?\}\}', $mode, 'plugin_spatialhelper_findnearby');
/plugin/acknowledge/syntax/
H A Dassign.php34 $this->Lexer->addSpecialPattern('~~ACK:.*?~~', $mode, 'plugin_acknowledge_assign');
H A Dlisting.php34 $this->Lexer->addSpecialPattern('~~ACKNOWLEDGE.*?~~', $mode, 'plugin_acknowledge_listing');
/plugin/backlinks/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('\{\{backlinks>.+?\}\}', $mode, 'plugin_backlinks');
/plugin/photogallery/
H A Dsyntax.php49 …$this->Lexer->addSpecialPattern('----+ *photogallery(?: [ a-zA-Z0-9_]*)?-+\n.*?\n?----+', $mode, '…
/plugin/dokuprism/syntax/
H A Dcode.php36 if ($this->getConf('override_file')) $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
37 if ($this->getConf('override_code')) $this->Lexer->addEntryPattern($this->pattern[11], $mode, $this->mode);
42 if ($this->getConf('override_file')) $this->Lexer->addExitPattern($this->pattern[2], $this->mode);
43 if ($this->getConf('override_code')) $this->Lexer->addExitPattern($this->pattern[12], $this->mode);
/plugin/structstatus/
H A Dsyntax.php40 $this->Lexer->addSpecialPattern('{{struct-status>.*?}}', $mode, 'plugin_structstatus');
/plugin/starred/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('{{starred(?:>min)?(?:\|\d+)?}}', $mode, 'plugin_starred');
/plugin/encryptedpasswords/
H A Dsyntax.php27 $this->Lexer->addSpecialPattern('<decrypt>(?:.*?<\/decrypt>)', $mode, 'plugin_encryptedpasswords');
/plugin/nodetailsxhtml/syntax/
H A Dforcetoc.php34 $this->Lexer->addSpecialPattern('~~forceTOC~~', $mode, 'plugin_nodetailsxhtml_forcetoc');
H A Dacronym.php62 $this->Lexer->addSpecialPattern($this->pattern,$mode,'acronym');
H A Dscripting.php34 $this->Lexer->addSpecialPattern('~~isScripting~~', $mode, 'plugin_nodetailsxhtml_scripting');
/plugin/keywords/syntax/
H A Dkeywords.php32 $this->Lexer->addSpecialPattern('{{keywords>.+?}}',$mode,'plugin_keywords_keywords');
/plugin/qna/syntax/
H A Dblock.php47 $this->Lexer->addSpecialPattern('\n\?{3}.*?(?=\n)', $mode, $this->mode);
48 $this->Lexer->addSpecialPattern('\n!{3}', $mode, $this->mode);
H A Dheader.php43 …$this->Lexer->addSpecialPattern('[ \t]*=\?={1,4}[^=\n][^\n]+={3,}[ \t]*(?=\n)', $mode, $this->mode…
H A Dtoc.php43 $this->Lexer->addSpecialPattern('~~(?:QNA|FAQ)(?:\s[^\n]*?)?~~', $mode, $this->mode);
/plugin/columns/
H A Dsyntax.php67 $this->Lexer->addSpecialPattern($this->lexerSyntax['enter'], $mode, $this->mode);
68 $this->Lexer->addSpecialPattern($this->lexerSyntax['newcol'], $mode, $this->mode);
69 $this->Lexer->addSpecialPattern($this->lexerSyntax['exit'], $mode, $this->mode);
/plugin/mikioplugin/syntax/
H A Dcore.php98 $this->Lexer->addEntryPattern($this->pattern_entry, $mode, 'plugin_mikioplugin_' . $this->getPluginComponent());
100 $this->Lexer->addSpecialPattern($this->pattern_entry, $mode, 'plugin_mikioplugin_' . $this->getPluginComponent());
114 $this->Lexer->addExitPattern($this->pattern_exit, 'plugin_mikioplugin_' . $this->getPluginComponent());
380 /* Lexer renderers */
H A Dhr.php22 $this->Lexer->addSpecialPattern('----[\r\n]', $mode, 'plugin_mikioplugin_' . $this->getPluginComponent());
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock401 "Doctrine\\Common\\Lexer\\": "src"
422 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
/plugin/aichat/
H A Dsyntax.php

12345678910>>...42