Lines Matching refs:reduce
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)));
523 $passed = $this->reduce($guard) == self::$TRUE;
666 $value = $this->reduce($value);
679 $this->set($last[1], $this->reduce(array("list", " ", $rest)));
698 $this->compileValue($this->reduce($value)));
716 $orderedArgs[] = $this->reduce(array("variable", $arg[1]));
718 $keywordArgs[$arg[1]] = $this->reduce($arg[2]);
723 $orderedArgs[] = $this->reduce($arg[1]);
790 $out->lines[] = "@$name " . $this->compileValue($this->reduce($value)).';';
797 $importPath = $this->reduce($importPath);
1124 $this->reduce($values[$i]) : array('keyword', '');
1501 $val = $this->reduce($c);
1519 $c = $this->reduce($c);
1544 protected function reduce($value, $forExpression = false) { function in lessc
1547 $reduced = $this->reduce($value[1]);
1549 $res = $this->reduce(array("variable", $this->vPrefix . $var));
1561 $key = $this->reduce($key);
1572 $out = $this->reduce($this->get($key));
1577 $item = $this->reduce($item, $forExpression);
1586 $part = $this->reduce($part);
1593 return $this->lib_e($this->reduce($inner));
1608 $ret = call_user_func($f, $this->reduce($args, true), $this);
1624 $value[2] = $this->reduce($value[2]);
1628 $exp = $this->reduce($exp);
1718 $left = $this->reduce($left, true);
1719 $right = $this->reduce($right, true);