Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DToc.php102 $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;
H A DFetcherPageBundler.php143 $actualLevel = 0;
144 $this->buildOutlineRecursive($startPath, $actualLevel);
277 private function buildOutlineRecursive(MarkupPath $indexPath, int $actualLevel) argument
308 Outline::merge($this->bundledOutline, $indexOutline, $actualLevel);
335 Outline::merge($this->bundledOutline, $outer, $actualLevel);
342 $nextLevel = $actualLevel + 1;
H A DLogUtility.php271 … $actualLevel = ExecutionContext::getExecutionContext()->getConfig()->getLogExceptionLevel();
276 if ($level >= $actualLevel) {
H A DOutline.php462 public static function merge(Outline $inner, Outline $outer, int $actualLevel) argument
484 $level = $firstInnerSectionLevel + $actualLevel + 1;