Lines Matching refs:toBool
1069 return $this->toBool($value[0] == "number");
1074 return $this->toBool($value[0] == "string");
1079 return $this->toBool($this->coerceColor($value));
1084 return $this->toBool($value[0] == "keyword");
1089 return $this->toBool($value[0] == "number" && $value[2] == "px");
1094 return $this->toBool($value[0] == "number" && $value[2] == "%");
1099 return $this->toBool($value[0] == "number" && $value[2] == "em");
1104 return $this->toBool($value[0] == "number" && $value[2] == "rem");
1821 public function toBool($a) function in lessc
1848 return $this->toBool($left == self::$TRUE && $right == self::$TRUE);
1852 return $this->toBool($this->eq($left, $right));
2078 return $this->toBool($left[1] < $right[1]);
2080 return $this->toBool($left[1] > $right[1]);
2082 return $this->toBool($left[1] >= $right[1]);
2084 return $this->toBool($left[1] <= $right[1]);