Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1012 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 lessc
1729 return $this->toBool($left == self::$TRUE && $right == self::$TRUE);
[all …]