Home
last modified time | relevance | path

Searched refs:getModeName (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractFormatting.php23 $self = $this->getModeName();
38 if ($mode === $this->getModeName()) {
45 $this->getModeName()
62 abstract protected function getModeName(): string; function in dokuwiki\\Parsing\\ParserMode\\AbstractFormatting
69 $this->getModeName()
76 $name = $this->getModeName();
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 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 DEmphasis.php14 protected function getModeName(): string function in dokuwiki\\Parsing\\ParserMode\\Emphasis
H A DQuotes.php68 $call = $handler->getModeName();
/dokuwiki/_test/tests/Parsing/
H A DHandlerTest.php20 $this->receivedModeName = $handler->getModeName();
42 $this->receivedModeName = $handler->getModeName();
/dokuwiki/inc/Parsing/
H A DHandler.php71 public function getModeName() function in dokuwiki\\Parsing\\Handler