Home
last modified time | relevance | path

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

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