Searched refs:writeComments (Results 1 – 1 of 1) sorted by relevance
2274 $parser->writeComments = $this->preserveComments;2562 public $writeComments; variable in lessc_parser2578 $this->writeComments = false;2599 $this->buffer = $this->writeComments ? $buffer : $this->removeComments($buffer);3756 $r = '/'.$regex.($eatWhitespace && !$this->writeComments ? '\s*' : '').'/Ais';3759 if ($eatWhitespace && $this->writeComments) $this->whitespace();3767 if ($this->writeComments) {