Searched refs:getLineStartMarkers (Results 1 – 3 of 3) sorted by relevance
20 $markers = ModeRegistry::getInstance()->getLineStartMarkers();
177 $this->assertSame([], $this->registry->getLineStartMarkers());183 $markers = $this->registry->getLineStartMarkers();192 $markers = $this->registry->getLineStartMarkers();
176 public function getLineStartMarkers(): array function in dokuwiki\\Parsing\\ModeRegistry