Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DOutline.php88 private int $actualHeadingParsingState = DOKU_LEXER_EXIT; // the state of the heading parsed (enter, closed), enter if we have entered an heading, exit if not;
367 if ($this->actualHeadingParsingState === DOKU_LEXER_ENTER) {
708 if ($this->actualHeadingParsingState === DOKU_LEXER_ENTER && !$this->actualSection->hasContentCall()) {
718 $this->actualHeadingParsingState = DOKU_LEXER_ENTER;
724 $this->actualHeadingParsingState = DOKU_LEXER_EXIT;
90 private int $actualHeadingParsingState = DOKU_LEXER_EXIT; // the state of the heading parsed (enter, closed), enter if we have entered an heading, exit if not; global() variable in ComboStrap\\Outline