Lines Matching refs:indentationLevel
2639 public function getPredefinedConstantTerm(DOMDocument $doc, int $indentationLevel): DOMElement { argument
2640 $indentation = str_repeat(" ", $indentationLevel);
2658 … public function getPredefinedConstantEntry(DOMDocument $doc, int $indentationLevel): DOMElement { argument
2659 $indentation = str_repeat(" ", $indentationLevel);
3717 int $indentationLevel argument
3719 $indentation = str_repeat(" ", $indentationLevel);
5476 … $indentationLevel = strlen(str_replace("\n", "", $entry->firstChild->textContent));
5478 $indentationLevel = 3;
5480 $newTermElement = $stubConstant->getPredefinedConstantTerm($doc, $indentationLevel);
5516 … $indentationLevel = strlen(str_replace("\n", "", $row->firstChild->textContent));
5518 $indentationLevel = 3;
5520 … $newEntryElement = $stubConstant->getPredefinedConstantEntry($doc, $indentationLevel);