Lines Matching refs:toBool
1017 return $this->toBool($value[0] == "number");
1021 return $this->toBool($value[0] == "string");
1025 return $this->toBool($this->coerceColor($value));
1029 return $this->toBool($value[0] == "keyword");
1033 return $this->toBool($value[0] == "number" && $value[2] == "px");
1037 return $this->toBool($value[0] == "number" && $value[2] == "%");
1041 return $this->toBool($value[0] == "number" && $value[2] == "em");
1045 return $this->toBool($value[0] == "number" && $value[2] == "rem");
1709 public function toBool($a) { function in lessc
1734 return $this->toBool($left == self::$TRUE && $right == self::$TRUE);
1738 return $this->toBool($this->eq($left, $right) );
1952 return $this->toBool($left[1] < $right[1]);
1954 return $this->toBool($left[1] > $right[1]);
1956 return $this->toBool($left[1] >= $right[1]);
1958 return $this->toBool($left[1] <= $right[1]);