Home
last modified time | relevance | path

Searched refs:CATEGORY_CONTAINER (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/Parsing/
H A DModeRegistryTest.php63 $modes = $this->registry->getModesForCategories([ModeRegistry::CATEGORY_CONTAINER]);
73 ModeRegistry::CATEGORY_CONTAINER,
83 ModeRegistry::CATEGORY_CONTAINER,
84 ModeRegistry::CATEGORY_CONTAINER,
101 $this->registry->registerMode(ModeRegistry::CATEGORY_CONTAINER, 'testmode');
102 $this->assertContains('testmode', $PARSER_MODES[ModeRegistry::CATEGORY_CONTAINER]);
105 $this->registry->getModesForCategories([ModeRegistry::CATEGORY_CONTAINER])
/dokuwiki/inc/Parsing/ParserMode/
H A DBase.php16 ModeRegistry::CATEGORY_CONTAINER,
H A DFootnote.php17 ModeRegistry::CATEGORY_CONTAINER,
/dokuwiki/inc/Parsing/
H A DModeRegistry.php24 public const CATEGORY_CONTAINER = 'container'; define in dokuwiki\\Parsing\\ModeRegistry
75 self::CATEGORY_CONTAINER => ['listblock', 'table', 'quote', 'hr'],