Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
DStrings.php56 $template = $this->lessc->compileValue($this->lessc->unwrap($string));
70 $rep = $this->lessc->compileValue($this->lessc->unwrap($val));
DType.php134 $unit = $this->lessc->compileValue($this->lessc->unwrap($unit));
DMisc.php106 $this->lessc->compileValue($this->lessc->unwrap($newUnit))
/dokuwiki/vendor/splitbrain/lesserphp/src/
DLessc.php371 $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));
[all …]