Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-php72/
DREADME.md19 - [`PHP_FLOAT_*`](https://php.net/reserved.constants#constant.php-float-dig)
20 - [`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family)
/template/strap/ComboStrap/
H A DIso8601Date.php193 public static function getInternationalFormatter($constant): int argument
195 $constantNormalized = trim(strtolower($constant));
218 … throw new ExceptionNotFound("The constant ($constant) is not a valid constant", self::CANONICAL);
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1321 * @param string $constant The name of the constant
1326 function twig_constant($constant, $object = null) argument
1329 $constant = \get_class($object).'::'.$constant;
1332 return \constant($constant);
1338 * @param string $constant The name of the constant
1343 function twig_constant_is_defined($constant, $object = null) argument
1346 $constant = \get_class($object).'::'.$constant;
1349 return \defined($constant);
/template/strap/vendor/symfony/polyfill-php80/
H A DREADME.md10 - `FILTER_VALIDATE_BOOL` constant
/template/dokui/css/
Dhighlight.css35 pre .ruby .constant {
/template/strap/grammar/
H A DPageSql.g476 // constant
102 // A string constant is formed by enclosing the string in single quotes ('). A single quote within …
/template/strap/vendor/symfony/yaml/
H A DInline.php635 return \constant($const);
/template/twigstarter/vendor/twig/twig/
DCHANGELOG284 * optimized parser performance by inlining the constant values
/template/bootstrap3/
DRELEASE.md416 …* #175: Use the ``tpl_basedir()`` function instead of deprecated ``DOKU_TPL`` constant (thanks to …