Searched refs:addSpecialPattern (Results 1 – 23 of 23) sorted by relevance
16 $this->Lexer->addSpecialPattern(21 $this->Lexer->addSpecialPattern(26 $this->Lexer->addSpecialPattern(33 $this->Lexer->addSpecialPattern(38 $this->Lexer->addSpecialPattern(
10 $this->Lexer->addSpecialPattern(
14 $this->Lexer->addSpecialPattern(
11 $this->Lexer->addSpecialPattern("\[\[.*?\]\](?!\])", $mode, 'internallink');
10 $this->Lexer->addSpecialPattern('~~NOTOC~~', $mode, 'notoc');
10 $this->Lexer->addSpecialPattern('\n[ \t]*-{4,}[ \t]*(?=\n)', $mode, 'hr');
10 $this->Lexer->addSpecialPattern('\x5C{2}(?:[ \t]|(?=\n))', $mode, 'linebreak');
11 $this->Lexer->addSpecialPattern("\{\{(?:[^\}]|(?:\}[^\}]))+\}\}", $mode, 'media');
10 $this->Lexer->addSpecialPattern('~~NOCACHE~~', $mode, 'nocache');
11 $this->Lexer->addSpecialPattern(
10 $this->Lexer->addSpecialPattern("\{\{rss>[^\}]+\}\}", $mode, 'rss');
11 $this->Lexer->addSpecialPattern('<' . PREG_PATTERN_VALID_EMAIL . '>', $mode, 'emaillink');
16 $this->Lexer->addSpecialPattern('(?:^[ \t]*)?\n', $mode, 'eol');
18 $this->Lexer->addSpecialPattern(
25 $this->Lexer->addSpecialPattern(
43 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'wordblock');
39 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'smiley');
40 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'entity');
37 $this->Lexer->addSpecialPattern($pattern, $mode, 'externallink');
38 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'acronym');
351 $lexer->addSpecialPattern("b+", "a", "b");440 $lexer->addSpecialPattern('b','caught','special');470 $lexer->addSpecialPattern('b','caught','special');500 $lexer->addSpecialPattern('b','caught','special');530 $lexer->addSpecialPattern('b','caught','special');560 $lexer->addSpecialPattern('b','caught','special');585 $lexer->addSpecialPattern($pattern,'ignore','caught');
106 public function addSpecialPattern($pattern, $mode, $special) function in dokuwiki\\Parsing\\Lexer\\Lexer
44 $this->Lexer->addSpecialPattern('~~INFO:\w+~~', $mode, 'plugin_info');