Searched refs:writeComments (Results 1 – 1 of 1) sorted by relevance
2413 $parser->writeComments = $this->preserveComments;2716 public $writeComments; variable in lessc_parser2733 $this->writeComments = false;2757 $this->buffer = $this->writeComments ? $buffer : $this->removeComments($buffer);3962 $r = '/' . $regex . ($eatWhitespace && !$this->writeComments ? '\s*' : '') . '/Ais';3965 if ($eatWhitespace && $this->writeComments) $this->whitespace();3974 if ($this->writeComments) {