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.php108 $url = $this->compileValue($this->lib_e($str));
210 $name .= " " . $this->compileValue($this->reduce($block->value));
374 $this->compileValue($this->reduce($q[2])) . ")";
380 $parts[] = $this->compileValue($this->reduce($q));
489 $out[] = trim($this->compileValue($this->reduce($value)));
693 $this->compileValue($this->reduce($value)));
785 $out->lines[] = "@$name " . $this->compileValue($this->reduce($value)).';';
801 array(false, "@import " . $this->compileValue($importPath).";") :
835 public function compileValue($value) { function in lessc
843 return $this->compileValue($this->coerceColor($value));
[all …]