Home
last modified time | relevance | path

Searched refs:count (Results 151 – 175 of 189) sorted by path

12345678

/template/strap/bootstrap/4.5.0/
H A Dbootstrap.united.min.css12 …om:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-c…
H A Dbootstrap.yeti.min.css12 …om:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-c…
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1 …a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: 100…
H A Dbootstrap.rtl.min.css.map1 …a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: 100…
/template/strap/class/
H A DTplUtility.php766 if (count($idParts) > 1) {
770 for ($i = 0; $i < count($idParts) - 1; $i++) {
/template/strap/images/
H A Dpagetools-build.php21 $cnt = count($input);
/template/sxs/
H A Dsxs.php132 $last = count($parts);
133 $count = 1;
136 if ($count != $last || $part != $conf['sxs_index']) {
146 if ($count == $last) $link = $page;
159 $count++;
288 if(!count($data)){
/template/templar/less/
H A Dmixins.less367 -webkit-column-count: @columnCount;
368 -moz-column-count: @columnCount;
369 column-count: @columnCount;
/template/tilus/css/
H A Dtilus.less404 ul.footermenu .count{
/template/tilus/legacy/
H A Ddark-theme.css393 ul.footermenu .count{
H A Dlight-theme.css393 ul.footermenu .count{
/template/twentyfifteen/
H A DREADME26 comments count, etc) and show within one single <article> block, due to the
/template/twigstarter/vendor/composer/
H A DInstalledVersions.php57 if (1 === \count($packages)) {
331 self::$installed = $installed[count($installed) - 1];
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A DMbstring.php175 $cnt = floor(\count($convmap) / 4) * 4;
243 $cnt = floor(\count($convmap) / 4) * 4;
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php504 $count = \count($names);
513 if (1 !== $count && !$this->getLoader()->exists($name)) {
H A DExpressionParser.php423 if (!\count($this->parser->getBlockStack())) {
434 if (\count($args) < 1) {
438 …return new BlockReferenceExpression($args->getNode(0), \count($args) > 1 ? $args->getNode(1) : nul…
441 if (\count($args) < 2) {
445 …return new GetAttrExpression($args->getNode(0), $args->getNode(1), \count($args) > 2 ? $args->getN…
H A DExtensionSet.php192 $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count);
194 if ($count && preg_match('#^'.$pattern.'$#', $name, $matches)) {
251 $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count);
253 if ($count && preg_match('#^'.$pattern.'$#', $name, $matches)) {
379 $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count);
381 if ($count) {
467 if (2 !== \count($operators)) {
468 …tors()" must return an array of 2 elements, got %d.', \get_class($extension), \count($operators)));
H A DLexer.php212 if ($this->position == \count($this->positions[0]) - 1) {
222 if ($this->position == \count($this->positions[0]) - 1) {
497 if (0 === \count($this->states)) {
H A DMarkup.php39 public function count() function in Twig\\Markup
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php368 return $values[$position % \count($values)];
435 if (0 === \count($values)) {
763 if (0 === \count($value)) {
771 if (1 === \count($value)) {
775 return implode($glue, \array_slice($value, 0, -1)).$and.$value[\count($value) - 1];
1072 return \count($thing);
1215 return 0 === \count($value);
1372 $last = \count($result) - 1;
1373 if ($fillCount = $size - \count($result[$last])) {
H A DProfilerExtension.php37 if (1 === \count($this->actives)) {
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php172 if (\count($missingArguments)) {
175 …$name, $callType, $callName, implode(', ', $names), \count($missingArguments) > 1 ? 's' : '', impl…
213 if ($arbitraryArguments->count()) {
231 …\count($parameters) > 1 ? 's' : '', implode('", "', array_keys($parameters)), $callType, $callName…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php38 …$false = \count($arguments) ? $arguments->getNode(0) : new ConstantExpression('', $node->getTempla…
/template/twigstarter/vendor/twig/twig/src/Node/
H A DIfNode.php37 for ($i = 0, $count = \count($this->getNode('tests')); $i < $count; $i += 2) {
H A DMacroNode.php44 $count = \count($this->getNode('arguments'));
52 if (++$pos < $count) {
57 if ($count) {

12345678