Home
last modified time | relevance | path

Searched refs:toBool (Results 1 – 1 of 1) sorted by relevance

/template/mikio/inc/stemmechanics/lesserphp/
Dlessc.inc.php1017 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);
[all …]