Home
last modified time | relevance | path

Searched refs:writeComments (Results 1 – 1 of 1) sorted by relevance

/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2274 $parser->writeComments = $this->preserveComments;
2562 public $writeComments; variable in lessc_parser
2578 $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) {