Home
last modified time | relevance | path

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

12345678

/template/twigstarter/vendor/twig/twig/src/Node/
H A DModuleNode.php189 $countTraits = \count($this->getNode('traits'));
383 $traitable = !$this->hasNode('parent') && 0 === \count($this->getNode('macros'));
391 if (!\count($nodes)) {
396 if (!\count($node)) {
H A DNode.php61 if (\count($this->nodes)) {
165 public function count() function in Twig\\Node\\Node
167 return \count($this->nodes);
H A DSetNode.php48 if (\count($this->getNode('names')) > 1) {
80 if (\count($this->getNode('names')) > 1) {
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php186 if (\count($this->statusStack)) {
187 return $this->statusStack[\count($this->statusStack) - 1];
/template/twigstarter/vendor/twig/twig/src/
H A DParser.php159 if (1 === \count($rv)) {
195 if (1 === \count($rv)) {
209 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
264 return \count($this->traits) > 0;
282 …return $this->importedSymbols[0][$type][$alias] ?? ($this->importedSymbols[\count($this->importedS…
287 return 1 === \count($this->importedSymbols);
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php56 $nCount = \count($profile->getProfiles());
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php61 if (\count($targets) > 1) {
H A DSetTokenParser.php42 if (\count($names) !== \count($values)) {
48 if (\count($names) > 1) {
/template/wallpaper/
H A Dtpl_functions.php95 if(count($cleanindexlist)) {
193 $numlines = count($lines2);
291 $i = count($nsarr);
332 $count = count($parts);
341 for($i = 0; $i < $count - 1; $i++) {
/template/white/
H A Dtpl_functions.php50 $last = count($crumbs);
/template/wikipraktik/
H A Ddetail.php63 if(count($media_usage) > 0){
/template/writers/images/cabecera/
H A Drotator.php182 if (count($fileList) > 0) {
183 $imageNumber = time() % count($fileList);
/template/zenith/
H A Ddetail.php63 if(count($media_usage) > 0){
/template/zenith/images/
H A Dpagetools-build.php23 $cnt = count($input);

12345678