Searched refs:actualLevel (Results 1 – 4 of 4) sorted by relevance
102 $actualLevel = $tocItem["level"];107 if ($actualLevel < $topTocLevel) {108 $previousLevel = $actualLevel;115 $levelDiff = $previousLevel - $actualLevel;123 case ($actualLevel < $previousLevel && !empty($ulMarkup)):144 $tocLevelClass = StyleAttribute::addComboStrapSuffix("toc-level-$actualLevel");149 $previousLevel = $actualLevel;
143 $actualLevel = 0;144 $this->buildOutlineRecursive($startPath, $actualLevel);277 private function buildOutlineRecursive(MarkupPath $indexPath, int $actualLevel) argument308 Outline::merge($this->bundledOutline, $indexOutline, $actualLevel);335 Outline::merge($this->bundledOutline, $outer, $actualLevel);342 $nextLevel = $actualLevel + 1;
271 … $actualLevel = ExecutionContext::getExecutionContext()->getConfig()->getLogExceptionLevel();276 if ($level >= $actualLevel) {
462 public static function merge(Outline $inner, Outline $outer, int $actualLevel) argument484 $level = $firstInnerSectionLevel + $actualLevel + 1;