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()));
4165 public function indentStr($n = 0) function in lessc_formatter_classic4191 $inner = $pre = $this->indentStr();4212 $inner = $this->indentStr();4251 public function indentStr($n = 0) function in lessc_formatter_compressed