Home
last modified time | relevance | path

Searched defs:getModeName (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DSuperscript.php14 protected function getModeName(): string function in dokuwiki\\Parsing\\ParserMode\\Superscript
H A DStrong.php14 protected function getModeName(): string function in dokuwiki\\Parsing\\ParserMode\\Strong
H A DSubscript.php14 protected function getModeName(): string function in dokuwiki\\Parsing\\ParserMode\\Subscript
H A DEmphasis.php14 protected function getModeName(): string function in dokuwiki\\Parsing\\ParserMode\\Emphasis
H A DDeleted.php14 protected function getModeName(): string function in dokuwiki\\Parsing\\ParserMode\\Deleted
H A DMonospace.php14 protected function getModeName(): string function in dokuwiki\\Parsing\\ParserMode\\Monospace
H A DUnderline.php14 protected function getModeName(): string function in dokuwiki\\Parsing\\ParserMode\\Underline
H A DAbstractFormatting.php62 abstract protected function getModeName(): string; function in dokuwiki\\Parsing\\ParserMode\\AbstractFormatting
/dokuwiki/inc/Parsing/
H A DHandler.php71 public function getModeName() function in dokuwiki\\Parsing\\Handler