Lines Matching refs:reduce
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)));
827 $passed = $this->reduce($guard) == Constants::TRUE;
987 $value = $this->reduce($value);
1000 $this->set($last[1], $this->reduce(['list', ' ', $rest]));
1024 $this->compileValue($this->reduce($value))
1042 $orderedArgs[] = $this->reduce(['variable', $arg[1]]);
1044 $keywordArgs[$arg[1]] = $this->reduce($arg[2]);
1049 $orderedArgs[] = $this->reduce($arg[1]);
1113 $out->lines[] = "@$name " . $this->compileValue($this->reduce($value)) . ';';
1117 $importPath = $this->reduce($importPath);
1270 $val = $this->reduce($c);
1287 $c = $this->reduce($c);
1316 public function reduce($value, $forExpression = false) function in LesserPHP\\Lessc
1320 $reduced = $this->reduce($value[1]);
1322 $res = $this->reduce(['variable', Constants::VPREFIX . $var]);
1334 $key = $this->reduce($key);
1345 $out = $this->reduce($this->get($key));
1350 $item = $this->reduce($item, $forExpression);
1359 $part = $this->reduce($part);
1366 return $this->unwrap($this->reduce($inner));
1379 $ret = call_user_func($f, $this->reduce($args, true), $this);
1393 $value[2] = $this->reduce($value[2]);
1397 $exp = $this->reduce($exp);
1456 $left = $this->reduce($left, true);
1457 $right = $this->reduce($right, true);