Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DCompiler.php143 if (\is_int($value) || \is_float($value)) {
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/lib/
H A Dsassy-math.rb83 def is_float(number) method
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php390 if (\is_int($values) || \is_float($values)) {
962 … } elseif (\is_string($compare) && (\is_string($value) || \is_int($value) || \is_float($value))) {
1404 $arrayItem = \is_bool($item) || \is_float($item) ? (int) $item : $item;