Lines Matching refs:compileValue
113 $url = $this->compileValue($this->lib_e($str));
215 $name .= " " . $this->compileValue($this->reduce($block->value));
379 $this->compileValue($this->reduce($q[2])) . ")";
385 $parts[] = $this->compileValue($this->reduce($q));
494 $out[] = trim($this->compileValue($this->reduce($value)));
698 $this->compileValue($this->reduce($value)));
790 $out->lines[] = "@$name " . $this->compileValue($this->reduce($value)).';';
806 array(false, "@import " . $this->compileValue($importPath).";") :
840 public function compileValue($value) { function in lessc
848 return $this->compileValue($this->coerceColor($value));
867 $part = $this->compileValue($part);
898 return $name.'('.$this->compileValue($args).')';
1110 return array("keyword", $this->compileValue($arg));
1118 $template = $this->compileValue($this->lib_e($string));
1132 $rep = $this->compileValue($this->lib_e($val));
1167 $this->compileValue($this->lib_e($newUnit)));
1548 $var = $this->compileValue($reduced);
1562 $key = $this->vPrefix . $this->compileValue($this->lib_e($key));