Searched refs:thing (Results 1 – 9 of 9) sorted by relevance
1057 * @param mixed $thing A variable1061 function twig_length_filter(Environment $env, $thing) argument1063 if (null === $thing) {1067 if (is_scalar($thing)) {1068 return mb_strlen($thing, $env->getCharset());1071 if ($thing instanceof \Countable || \is_array($thing) || $thing instanceof \SimpleXMLElement) {1072 return \count($thing);1075 if ($thing instanceof \Traversable) {1076 return iterator_count($thing);1079 if (method_exists($thing, '__toString') && !$thing instanceof \Countable) {[all …]
14 * The thing barfs on Hebrew and Arabic anyway, so no point testing.
257 /* user notification thing */
10 * I know using important at multiple places is a bad thing, but
81 You can do the same thing with ratios
6 /* both do the same thing well */
1 …e-pixel-ratio,\n // but doesn't convert dppx=>dpi.\n // There's no such thing as unprefixed min-…