Searched refs:toBool (Results 1 – 1 of 1) sorted by relevance
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 lessc1848 return $this->toBool($left == self::$TRUE && $right == self::$TRUE);[all …]