Home
last modified time | relevance | path

Searched refs:addSpecialPattern (Results 1 – 23 of 23) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php24 $this->Lexer->addSpecialPattern(
29 $this->Lexer->addSpecialPattern(
34 $this->Lexer->addSpecialPattern(
41 $this->Lexer->addSpecialPattern(
46 $this->Lexer->addSpecialPattern(
H A DNocache.php18 $this->Lexer->addSpecialPattern('~~NOCACHE~~', $mode, 'nocache');
H A DLinebreak.php18 $this->Lexer->addSpecialPattern('\x5C{2}(?:[ \t]|(?=\n))', $mode, 'linebreak');
H A DHr.php18 $this->Lexer->addSpecialPattern('\n[ \t]*-{4,}[ \t]*(?=\n)', $mode, 'hr');
H A DNotoc.php18 $this->Lexer->addSpecialPattern('~~NOTOC~~', $mode, 'notoc');
H A DCamelcaselink.php18 $this->Lexer->addSpecialPattern(
H A DMultiplyentity.php22 $this->Lexer->addSpecialPattern(
H A DEol.php24 $this->Lexer->addSpecialPattern('(?:^[ \t]*)?\n', $mode, 'eol');
H A DWindowssharelink.php26 $this->Lexer->addSpecialPattern(
H A DEmaillink.php19 …$this->Lexer->addSpecialPattern('<' . MailUtils::PREG_PATTERN_VALID_EMAIL . '>', $mode, 'emaillink…
H A DFilelink.php33 $this->Lexer->addSpecialPattern(
H A DHeader.php19 $this->Lexer->addSpecialPattern(
H A DWordblock.php50 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'wordblock');
H A DSmiley.php46 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'smiley');
H A DEntity.php46 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'entity');
H A DRss.php18 $this->Lexer->addSpecialPattern("\{\{rss>[^\}]+\}\}", $mode, 'rss');
H A DAcronym.php46 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'acronym');
H A DExternallink.php45 $this->Lexer->addSpecialPattern($pattern, $mode, 'externallink');
H A DInternallink.php20 $this->Lexer->addSpecialPattern("\[\[.*?\]\](?!\])", $mode, 'internallink');
H A DMedia.php19 $this->Lexer->addSpecialPattern("\{\{(?:[^\}]|(?:\}[^\}]))+\}\}", $mode, 'media');
/dokuwiki/_test/tests/Parsing/Lexer/
H A DLexerTest.php129 $lexer->addSpecialPattern("b+", "a", "b");
183 $lexer->addSpecialPattern('b', 'caught', 'special');
205 $lexer->addSpecialPattern('b', 'caught', 'special');
227 $lexer->addSpecialPattern('b', 'caught', 'special');
249 $lexer->addSpecialPattern('b', 'caught', 'special');
271 $lexer->addSpecialPattern('b', 'caught', 'special');
296 $lexer->addSpecialPattern($pattern, 'ignore', 'caught');
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php113 public function addSpecialPattern($pattern, $mode, $special) function in dokuwiki\\Parsing\\Lexer\\Lexer
/dokuwiki/lib/plugins/info/
H A Dsyntax.php46 $this->Lexer->addSpecialPattern('~~INFO:\w+~~', $mode, 'plugin_info');