Searched refs:indentAdjustment (Results 1 – 1 of 1) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 638 $indentAdjustment = $this->indentLevel - $this->origTokens->getIndentationBefore($startPos); 660 $subNode, $origSubNode, $pos, $indentAdjustment, $class, $subNodeName, 733 $result .= $this->origTokens->getTokenCode($pos, $subStartPos, $indentAdjustment); 739 …>setIndentLevel(max($this->origTokens->getIndentationBefore($subStartPos) + $indentAdjustment, 0)); 762 $result .= $this->origTokens->getTokenCode($pos, $endPos + 1, $indentAdjustment); 772 * @param int $indentAdjustment Adjustment for indentation 780 array $nodes, array $origNodes, int &$pos, int $indentAdjustment, argument 865 $pos, $commentStartPos, $indentAdjustment); 896 $commentStartPos, $itemStartPos, $indentAdjustment); 964 $pos, $itemStartPos, $indentAdjustment); [all …]
|
Completed in 23 milliseconds