Searched refs:toBool (Results 1 – 1 of 1) sorted by relevance
1012 return $this->toBool($value[0] == "number");1016 return $this->toBool($value[0] == "string");1020 return $this->toBool($this->coerceColor($value));1024 return $this->toBool($value[0] == "keyword");1028 return $this->toBool($value[0] == "number" && $value[2] == "px");1032 return $this->toBool($value[0] == "number" && $value[2] == "%");1036 return $this->toBool($value[0] == "number" && $value[2] == "em");1040 return $this->toBool($value[0] == "number" && $value[2] == "rem");1704 public function toBool($a) { function in lessc1729 return $this->toBool($left == self::$TRUE && $right == self::$TRUE);[all …]