Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1057 * @param mixed $thing A variable
1061 function twig_length_filter(Environment $env, $thing) argument
1063 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 …]
/template/monobook/static/3rd/monobook/
Drtl.css14 * The thing barfs on Hebrew and Arabic anyway, so no point testing.
Dmain.css257 /* user notification thing */
/template/argon/assets/css/
Ddoku.scss10 * I know using important at multiple places is a bad thing, but
Ddoku.css10 * I know using important at multiple places is a bad thing, but
/template/breeze/bower_components/modular-scale/
Dreadme.md81 You can do the same thing with ratios
/template/cleanresurrected/css/
Dcleanresurrected.less6 /* both do the same thing well */
/template/strap/resources/library/bootstrap/4.5.0/
H A Dbootstrap.16col.min.css.map1 …e-pixel-ratio,\n // but doesn't convert dppx=>dpi.\n // There's no such thing as unprefixed min-…
/template/strap/resources/library/bootstrap/4.4.1/
H A Dbootstrap.16col.min.css.map1 …e-pixel-ratio,\n // but doesn't convert dppx=>dpi.\n // There's no such thing as unprefixed min-…