Home
last modified time | relevance | path

Searched refs:addSpecialPattern (Results 1 – 22 of 22) sorted by last modified time

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php106 public function addSpecialPattern($pattern, $mode, $special)
107 public function addSpecialPattern($pattern, $mode, $special) global() function in dokuwiki\\Parsing\\Lexer\\Lexer
/dokuwiki/inc/Parsing/ParserMode/
H A DAcronym.php38 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'acronym');
H A DEntity.php40 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'entity');
H A DEol.php16 $this->Lexer->addSpecialPattern('(?:^[ \t]*)?\n', $mode, 'eol');
H A DExternallink.php37 $this->Lexer->addSpecialPattern($pattern, $mode, 'externallink');
H A DHr.php10 $this->Lexer->addSpecialPattern('\n[ \t]*-{4,}[ \t]*(?=\n)', $mode, 'hr');
H A DInternallink.php11 $this->Lexer->addSpecialPattern("\[\[.*?\]\](?!\])", $mode, 'internallink');
H A DMedia.php11 $this->Lexer->addSpecialPattern("\{\{(?:[^\}]|(?:\}[^\}]))+\}\}", $mode, 'media');
H A DMultiplyentity.php14 $this->Lexer->addSpecialPattern(
H A DNotoc.php10 $this->Lexer->addSpecialPattern('~~NOTOC~~', $mode, 'notoc');
H A DRss.php10 $this->Lexer->addSpecialPattern("\{\{rss>[^\}]+\}\}", $mode, 'rss');
H A DSmiley.php39 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'smiley');
H A DWindowssharelink.php18 $this->Lexer->addSpecialPattern(
H A DWordblock.php43 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'wordblock');
H A DFilelink.php25 $this->Lexer->addSpecialPattern(
H A DHeader.php11 $this->Lexer->addSpecialPattern(
H A DCamelcaselink.php10 $this->Lexer->addSpecialPattern(
H A DEmaillink.php11 $this->Lexer->addSpecialPattern('<' . PREG_PATTERN_VALID_EMAIL . '>', $mode, 'emaillink');
H A DLinebreak.php10 $this->Lexer->addSpecialPattern('\x5C{2}(?:[ \t]|(?=\n))', $mode, 'linebreak');
H A DNocache.php10 $this->Lexer->addSpecialPattern('~~NOCACHE~~', $mode, 'nocache');
H A DQuotes.php16 $this->Lexer->addSpecialPattern(
21 $this->Lexer->addSpecialPattern(
26 $this->Lexer->addSpecialPattern(
33 $this->Lexer->addSpecialPattern(
38 $this->Lexer->addSpecialPattern(
/dokuwiki/lib/plugins/info/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('~~INFO:\w+~~', $mode, 'plugin_info');