Lines Matching refs:compileValue
371 $url = $this->compileValue($this->unwrap($str));
479 $name .= ' ' . $this->compileValue($this->reduce($block->value));
670 $this->compileValue($this->reduce($q[2])) . ')';
676 $parts[] = $this->compileValue($this->reduce($q));
792 $out[] = trim($this->compileValue($this->reduce($value)));
1024 $this->compileValue($this->reduce($value))
1113 $out->lines[] = "@$name " . $this->compileValue($this->reduce($value)) . ';';
1126 [false, '@import ' . $this->compileValue($importPath) . ';'] :
1162 public function compileValue($value) function in LesserPHP\\Lessc
1171 return $this->compileValue(Color::coerceColor($value));
1190 $part = $this->compileValue($part);
1223 return $name . '(' . $this->compileValue($args) . ')';
1250 return ['keyword', $this->compileValue($arg)];
1321 $var = $this->compileValue($reduced);
1335 $key = Constants::VPREFIX . $this->compileValue($this->unwrap($key));