Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php119 $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));
[all …]