Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 189) sorted by relevance

12345678

/template/sprintdoc/tpl/
H A Dnav-page-attributes.php25 $count = $doPlugin->getPageTaskCount(); variable
26 $num = $count['count'];
32 } elseif($count['undone'] == 0) { // all tasks done
35 } elseif($count['late'] == 0) { // open tasks but none late
37 $title = sprintf(tpl_getLang('tasks_page_intime'), $count['undone']);
40 $title = sprintf(tpl_getLang('tasks_page_late'), $count['undone'], $count['late']);
47 echo '<span class="num">' . $count['undone'] . '</span>';
/template/congrid/
H A Dtpl_functions.php123 if ($match_count == count($parts)) {
157 for ($index = 0 ; $index < count($layouts) ; $index++) {
459 $columns = count($row);
470 $columns = count($layout['grid'][$row]);
482 $columns = count($layout['grid'][$index]);
601 $max_rows = count($layout['grid']);
611 $max_columns = count($layout['grid'][0]);
652 if ($column+1 < count($layout['grid'][$row])) {
656 if ($row+1 < count($layout['grid'])) {
769 $childs = count($params['items']);
[all …]
/template/ad-hominem/
H A Dmy_template.php295 $last = count($crumbs);
328 $count = count($parts);
329 $isdir = ( $parts[$count-1] == $conf['start']);
347 for($i = 0; $i < $count - 1; $i++) {
351 if ($i == $count-2 && $isdir) break; // Skip last if it is an index page
363 echo tpl_pagetitle($page . $parts[$count-1], true);
365 echo tpl_pagelink($page . $parts[$count-1], null, true);
442 if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
455 if (count(
[all...]
/template/mikio/
H A Dmikio.php224 if (count($this->footerScript) > 0) {
508 $loggedIn = (is_array($USERINFO) === true && count($USERINFO) > 0);
727 if (count($items) > 0) {
760 if (is_array($USERINFO) === true && count($USERINFO) > 0) {
765 if (is_array($USERINFO) === true && count($USERINFO) > 0) {
1000 $loggedIn = (is_array($USERINFO) === true && count($USERINFO) > 0);
1305 $last = count($crumbs);
1392 $count = count($parts);
1395 for ($i = 0; $i < ($count
[all...]
/template/neolaoresources3/
H A Dmain.php36 … if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']){
121 $count = count($parts);
126 $count = 1;
137 for($i=0; $i<$count - 1; $i++){
/template/twigstarter/vendor/twig/twig/src/Node/
H A DMacroNode.php44 $count = \count($this->getNode('arguments'));
52 if (++$pos < $count) {
57 if ($count) {
H A DIfNode.php37 for ($i = 0, $count = \count($this->getNode('tests')); $i < $count; $i += 2) {
H A DNode.php61 if (\count($this->nodes)) {
165 public function count() function in Twig\\Node\\Node
167 return \count($this->nodes);
/template/kajukkk/
H A DSnoopy.class.php443 for($x=0;$x<count($this->results);$x++)
472 for($x=0;$x<count($this->results);$x++)
498 for($x=0;$x<count($this->results);$x++)
524 for($x=0;$x<count($this->results);$x++)
558 for($x=0;$x<count($this->results);$x++)
806 if ( count($this->cookies) > 0 ) {
919 for($x=0; $x<count($match[1]); $x++)
970 if ( count($this->cookies) > 0 ) {
1065 for($x=0; $x<count($match[1]); $x++)
1087 for($x=0; $x<count($this->headers); $x++)
[all …]
/template/starterbootstrap/
H A Dtpl_functions.php247 … if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
280 if(!count($toc)) return '';
295 if (count($data) === 0) {
358 $last = count($crumbs);
387 $count = count($parts);
398 for ($i = 0; $i < $count - 1; $i++) {
477 …if ($pos >= count($data) || ($data[$pos]['level'] <= $level+1 && strnatcmp(utf8_encodeFN($data[$po…
/template/twigstarter/vendor/twig/twig/src/
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 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/drupal_garland_blue/
H A Dtpl_functions.php61 $count = count($parts);
66 $count = 1;
76 for($i=0; $i<$count - 1; $i++){
/template/roundbox/
H A Droundbox.php233 $last = count($parts);
234 $count = 1;
240 if ($count != $last || $part != tpl_getConf('rb_index')) {//do
257 if ($count == $last)
276 $count++;
/template/amanuensis/inc/
H A Dindex.php75 $arrlent = count($pageid);
115 $count=array();
124 $count[$l]++;
128 $nslist[$l][$count[$l]][] = noNS($item['id']);
133 if (is_array ($nslist[$l][$count[$l]])){
134 if (!in_array(noNS($item['id']),$nslist[$l][$count[$l]])){
/template/twigstarter/vendor/twig/twig/src/TokenParser/
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/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/dokukit/
H A Dtpl_functions.php75 if(count($boxfiles)>0){
86 if(count($infoboxes)>0){
103 while(count($path) > 0) {
165 if(count($cleanindexlist)) {
/template/a_new_day/
H A Dtpl_functions.php22 while(!$found && count($path) >= 0) {
34 $nr = count($lines);
57 $last_position = $positions[count($positions) - 1];
/template/strap/_test/
H A DstrapTest.php683 $this->assertEquals(1, $shortCut->count());
688 $this->assertEquals(2, $icons->count());
702 $this->assertEquals(1, $appleIcons->count());
741 $toolbarCount = $response->queryHTML('.railbar')->count();
748 $toolbarCount = $response->queryHTML('.railbar')->count();
755 $toolbarCount = $response->queryHTML('.railbar')->count();
/template/mikio/inc/
H A Dsimple_html_dom.php168 if ($show_attr && count($this->attr) > 0) {
189 if (count($this->attr) > 0) {
197 if (count($this->_) > 0) {
225 $string .= ' children: ' . count($this->children);
226 $string .= ' nodes: ' . count($this->nodes);
272 if (count($this->children) > 0) {
280 if (count($this->children) > 0) {
514 if (($count = count($selectors)) === 0) { return array(); }
518 for ($c = 0; $c < $count;
[all...]
/template/bootstrap3/inc/
H A Dsimple_html_dom.php171 if ($show_attr && count($this->attr) > 0) {
192 if (count($this->attr) > 0) {
200 if (count($this->_) > 0) {
228 $string .= ' children: ' . count($this->children);
229 $string .= ' nodes: ' . count($this->nodes);
275 if (count($this->children) > 0) {
283 if (count($this->children) > 0) {
517 if (($count = count($selectors)) === 0) { return array(); }
521 for ($c = 0; $c < $count;
[all...]
/template/arctic-mbo/
H A Dtpl_functions.php368 while(count($path) > $min_path_depth) {
403 $count = count($parts);
408 $count = 1;
416 for($i=0; $i<$count - 1; $i++){
/template/bootstrap3/tpl/
H A Dmenu-admin.php43 <?php foreach ($admin as $key => $items): if (! count($items['plugins'])) continue ?>
45 <ul class="dropdown-menu col-sm-<?php echo (count($additional_plugins) > 0) ? '6' : '12' ?>">

12345678