/template/sprintdoc/tpl/ |
H A D | nav-page-attributes.php | 25 $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 D | tpl_functions.php | 123 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 D | my_template.php | 296 $last = count($crumbs); 329 $count = count($parts); 330 $isdir = ( $parts[$count-1] == $conf['start']); 348 for($i = 0; $i < $count - 1; $i++) { 352 if ($i == $count-2 && $isdir) break; // Skip last if it is an index page 364 echo tpl_pagetitle($page . $parts[$count-1], true); 366 echo tpl_pagelink($page . $parts[$count-1], null, true); 443 if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) { 456 if (count( [all...] |
/template/mikio/ |
H A D | mikio.php | 224 if (count($this->footerScript) > 0) { 514 $loggedIn = (is_array($USERINFO) === true && count($USERINFO) > 0); 733 if (count($items) > 0) { 766 if (is_array($USERINFO) === true && count($USERINFO) > 0) { 771 if (is_array($USERINFO) === true && count($USERINFO) > 0) { 1016 $loggedIn = (is_array($USERINFO) === true && count($USERINFO) > 0); 1321 $last = count($crumbs); 1408 $count = count($parts); 1411 for ($i = 0; $i < ($count [all...] |
/template/neolaoresources3/ |
H A D | main.php | 36 … 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 D | MacroNode.php | 44 $count = \count($this->getNode('arguments')); 52 if (++$pos < $count) { 57 if ($count) {
|
H A D | IfNode.php | 37 for ($i = 0, $count = \count($this->getNode('tests')); $i < $count; $i += 2) {
|
H A D | Node.php | 61 if (\count($this->nodes)) { 165 public function count() function in Twig\\Node\\Node 167 return \count($this->nodes);
|
/template/kajukkk/ |
H A D | Snoopy.class.php | 443 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 D | tpl_functions.php | 247 … 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 D | ExtensionSet.php | 192 $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 D | Parser.php | 159 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 D | tpl_functions.php | 61 $count = count($parts); 66 $count = 1; 76 for($i=0; $i<$count - 1; $i++){
|
/template/roundbox/ |
H A D | roundbox.php | 233 $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 D | index.php | 75 $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 D | SetTokenParser.php | 42 if (\count($names) !== \count($values)) { 48 if (\count($names) > 1) {
|
/template/wallpaper/ |
H A D | tpl_functions.php | 95 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 D | sxs.php | 132 $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 D | tpl_functions.php | 75 if(count($boxfiles)>0){ 86 if(count($infoboxes)>0){ 103 while(count($path) > 0) { 165 if(count($cleanindexlist)) {
|
/template/a_new_day/ |
H A D | tpl_functions.php | 22 while(!$found && count($path) >= 0) { 34 $nr = count($lines); 57 $last_position = $positions[count($positions) - 1];
|
/template/strap/_test/ |
H A D | strapTest.php | 606 $this->assertEquals(2, sizeof($node), "The stylesheet count should be 2"); 683 $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 D | simple_html_dom.php | 168 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 D | simple_html_dom.php | 171 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 D | tpl_functions.php | 368 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 D | menu-admin.php | 43 <?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' ?>">
|