Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2413 $parser->writeComments = $this->preserveComments;
2716 public $writeComments; variable in lessc_parser
2733 $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) {