Searched refs:indentStr (Results 1 – 2 of 2) sorted by relevance
147 public function printTree($indentStr='', $isLastChild=false) { argument154 echo $indentStr . '+-' . $this->definition()->name() . "\n";161 echo $indentStr . $extraIndentStr . '+-' . $arg . "\n";163 $arg->printTree($indentStr . $extraIndentStr, $argIdx == count($this->args()));
3928 public function indentStr($n = 0) { function in lessc_formatter_classic3950 $inner = $pre = $this->indentStr();3971 $inner = $this->indentStr();4010 public function indentStr($n = 0) { function in lessc_formatter_compressed