Lines Matching refs:reduce
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)));
549 $passed = $this->reduce($guard) == self::$TRUE;
700 $value = $this->reduce($value);
713 $this->set($last[1], $this->reduce(array("list", " ", $rest)));
734 $this->compileValue($this->reduce($value))
753 $orderedArgs[] = $this->reduce(array("variable", $arg[1]));
755 $keywordArgs[$arg[1]] = $this->reduce($arg[2]);
760 $orderedArgs[] = $this->reduce($arg[1]);
829 $out->lines[] = "@$name " . $this->compileValue($this->reduce($value)) . ';';
836 $importPath = $this->reduce($importPath);
1192 $this->reduce($values[$i]) : array('keyword', '');
1606 $val = $this->reduce($c);
1623 $c = $this->reduce($c);
1648 protected function reduce($value, $forExpression = false) function in lessc
1652 $reduced = $this->reduce($value[1]);
1654 $res = $this->reduce(array("variable", $this->vPrefix . $var));
1666 $key = $this->reduce($key);
1677 $out = $this->reduce($this->get($key));
1682 $item = $this->reduce($item, $forExpression);
1691 $part = $this->reduce($part);
1698 return $this->lib_e($this->reduce($inner));
1713 $ret = call_user_func($f, $this->reduce($args, true), $this);
1732 $value[2] = $this->reduce($value[2]);
1736 $exp = $this->reduce($exp);
1832 $left = $this->reduce($left, true);
1833 $right = $this->reduce($right, true);