Lines Matching refs:reduce
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)));
518 $passed = $this->reduce($guard) == self::$TRUE;
661 $value = $this->reduce($value);
674 $this->set($last[1], $this->reduce(array("list", " ", $rest)));
693 $this->compileValue($this->reduce($value)));
711 $orderedArgs[] = $this->reduce(array("variable", $arg[1]));
713 $keywordArgs[$arg[1]] = $this->reduce($arg[2]);
718 $orderedArgs[] = $this->reduce($arg[1]);
785 $out->lines[] = "@$name " . $this->compileValue($this->reduce($value)).';';
792 $importPath = $this->reduce($importPath);
1119 $this->reduce($values[$i]) : array('keyword', '');
1496 $val = $this->reduce($c);
1514 $c = $this->reduce($c);
1539 protected function reduce($value, $forExpression = false) { function in lessc
1542 $reduced = $this->reduce($value[1]);
1544 $res = $this->reduce(array("variable", $this->vPrefix . $var));
1556 $key = $this->reduce($key);
1567 $out = $this->reduce($this->get($key));
1572 $item = $this->reduce($item, $forExpression);
1581 $part = $this->reduce($part);
1588 return $this->lib_e($this->reduce($inner));
1603 $ret = call_user_func($f, $this->reduce($args, true), $this);
1619 $value[2] = $this->reduce($value[2]);
1623 $exp = $this->reduce($exp);
1713 $left = $this->reduce($left, true);
1714 $right = $this->reduce($right, true);