Searched refs:Constants (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/vendor/splitbrain/lesserphp/src/Utils/ |
| H A D | Util.php | 6 use LesserPHP\Constants; alias 42 if ($a) return Constants::TRUE; 43 return Constants::FALSE; 61 if (($from_index = array_search($from, Constants::LENGTH_UNITS)) !== false) { 63 if (in_array($to, Constants::LENGTH_UNITS)) { 65 $to_index = array_search($to, Constants::LENGTH_UNITS); 66 $px = $value * Constants::LENGTH_BASES[$from_index]; 67 $result = $px * (1 / Constants::LENGTH_BASES[$to_index]); 75 if (in_array($from, Constants::TIME_UNITS)) { 76 if (in_array($to, Constants::TIME_UNITS)) { [all …]
|
| H A D | Color.php | 5 use LesserPHP\Constants; alias 37 if (isset(Constants::CSS_COLORS[$name])) { 38 $rgba = explode(',', Constants::CSS_COLORS[$name]);
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Constants.php | 5 class Constants class
|
| H A D | Lessc.php | 623 if (isset($prop[1][0]) && $prop[1][0] == Constants::VPREFIX) { 726 $part = str_replace(Constants::PARENT_SELECTOR, $replace, $part, $c); 729 $tag = implode(Constants::PARENT_SELECTOR, $parts); 827 $passed = $this->reduce($guard) == Constants::TRUE; 1019 if ($name[0] == Constants::VPREFIX) { 1093 $subProp[1][0] != Constants::VPREFIX) { 1322 $res = $this->reduce(['variable', Constants::VPREFIX . $var]); 1335 $key = Constants::VPREFIX . $this->compileValue($this->unwrap($key)); 1472 return Util::toBool($left == Constants::TRUE && $right == Constants::TRUE); 1667 $isArguments = $name == Constants::VPREFIX . 'arguments';
|
| H A D | Parser.php | 313 if (!is_string($tag) || $tag[0] != Constants::MPREFIX) { 370 if ($tag[0] == Constants::VPREFIX) 371 $tag[0] = Constants::MPREFIX; 1003 $chunk = str_replace(Constants::PARENT_SELECTOR, "$&$", $chunk); 1163 if ($this->literal(Constants::VPREFIX, false) && 1168 $name = Constants::VPREFIX . $name;
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Math.php | 6 use LesserPHP\Constants; alias
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 78 For your convenience there are three Constants defined:
|