Lines Matching refs:indentationLevel
2634 public function getPredefinedConstantTerm(DOMDocument $doc, int $indentationLevel): DOMElement { argument
2635 $indentation = str_repeat(" ", $indentationLevel);
2653 … public function getPredefinedConstantEntry(DOMDocument $doc, int $indentationLevel): DOMElement { argument
2654 $indentation = str_repeat(" ", $indentationLevel);
3856 int $indentationLevel argument
3858 $indentation = str_repeat(" ", $indentationLevel);
5615 … $indentationLevel = strlen(str_replace("\n", "", $entry->firstChild->textContent));
5617 $indentationLevel = 3;
5619 $newTermElement = $stubConstant->getPredefinedConstantTerm($doc, $indentationLevel);
5655 … $indentationLevel = strlen(str_replace("\n", "", $row->firstChild->textContent));
5657 $indentationLevel = 3;
5659 … $newEntryElement = $stubConstant->getPredefinedConstantEntry($doc, $indentationLevel);