Lines Matching refs:compileValue
119 $url = $this->compileValue($this->lib_e($str));
224 $name .= " " . $this->compileValue($this->reduce($block->value));
397 $this->compileValue($this->reduce($q[2])) . ")";
403 $parts[] = $this->compileValue($this->reduce($q));
518 $out[] = trim($this->compileValue($this->reduce($value)));
734 $this->compileValue($this->reduce($value))
829 $out->lines[] = "@$name " . $this->compileValue($this->reduce($value)) . ';';
845 array(false, "@import " . $this->compileValue($importPath) . ";") :
879 public function compileValue($value) function in lessc
888 return $this->compileValue($this->coerceColor($value));
907 $part = $this->compileValue($part);
938 return $name . '(' . $this->compileValue($args) . ')';
1177 return array("keyword", $this->compileValue($arg));
1186 $template = $this->compileValue($this->lib_e($string));
1200 $rep = $this->compileValue($this->lib_e($val));
1245 $this->compileValue($this->lib_e($newUnit))
1653 $var = $this->compileValue($reduced);
1667 $key = $this->vPrefix . $this->compileValue($this->lib_e($key));