Home
last modified time | relevance | path

Searched defs:getEntryPattern (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DSuperscript.php20 protected function getEntryPattern(): string function in dokuwiki\\Parsing\\ParserMode\\Superscript
H A DStrong.php20 protected function getEntryPattern(): string function in dokuwiki\\Parsing\\ParserMode\\Strong
H A DSubscript.php20 protected function getEntryPattern(): string function in dokuwiki\\Parsing\\ParserMode\\Subscript
H A DEmphasis.php25 protected function getEntryPattern(): string function in dokuwiki\\Parsing\\ParserMode\\Emphasis
H A DDeleted.php20 protected function getEntryPattern(): string function in dokuwiki\\Parsing\\ParserMode\\Deleted
H A DMonospace.php20 protected function getEntryPattern(): string function in dokuwiki\\Parsing\\ParserMode\\Monospace
H A DUnderline.php20 protected function getEntryPattern(): string function in dokuwiki\\Parsing\\ParserMode\\Underline
H A DAbstractFormatting.php52 abstract protected function getEntryPattern(): string; function in dokuwiki\\Parsing\\ParserMode\\AbstractFormatting