Home
last modified time | relevance | path

Searched refs:STYLE_BULLET (Results 1 – 2 of 2) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php29 public const STYLE_BULLET = TableOfContentsGenerator::STYLE_BULLET; global() define in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder
H A DTableOfContentsGenerator.php35 public const STYLE_BULLET = ListBlock::TYPE_BULLET;
121 if ($this->style === self::STYLE_BULLET) {
32 public const STYLE_BULLET = ListBlock::TYPE_BULLET; global() define in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGenerator