Searched refs:CATEGORY_CONTAINER (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/_test/tests/Parsing/ |
| H A D | ModeRegistryTest.php | 63 $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 D | Base.php | 16 ModeRegistry::CATEGORY_CONTAINER,
|
| H A D | Footnote.php | 17 ModeRegistry::CATEGORY_CONTAINER,
|
| /dokuwiki/inc/Parsing/ |
| H A D | ModeRegistry.php | 24 public const CATEGORY_CONTAINER = 'container'; define in dokuwiki\\Parsing\\ModeRegistry 75 self::CATEGORY_CONTAINER => ['listblock', 'table', 'quote', 'hr'],
|