Home
last modified time | relevance | path

Searched refs:getLineStartMarkers (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DPreformatted.php20 $markers = ModeRegistry::getInstance()->getLineStartMarkers();
/dokuwiki/_test/tests/Parsing/
H A DModeRegistryTest.php177 $this->assertSame([], $this->registry->getLineStartMarkers());
183 $markers = $this->registry->getLineStartMarkers();
192 $markers = $this->registry->getLineStartMarkers();
/dokuwiki/inc/Parsing/
H A DModeRegistry.php176 public function getLineStartMarkers(): array function in dokuwiki\\Parsing\\ModeRegistry