| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | BufferedTokenStream.php | 108 return \count($this->tokens); 119 $skipEofCheck = $this->index < \count($this->tokens) - 1; 122 $skipEofCheck = $this->index < \count($this->tokens); 145 $n = $i - \count($this->tokens) + 1; // how many more elements we need? 165 $token->setTokenIndex(\count($this->tokens)); 181 $count = \count($this->tokens); 183 if ($index < 0 || $index >= $count) { 187 $count 228 if ($i >= \count($this->tokens)) { 231 return $this->tokens[\count($this->tokens) - 1]; [all …]
|
| H A D | VocabularyImpl.php | 52 \count($this->displayNames), 53 \count($this->literalNames), 54 \count($this->symbolicNames) 89 if (\count($tokenNames) === 0) { 132 if ($tokenType >= 0 && $tokenType < \count($this->literalNames)) { 141 if ($tokenType >= 0 && $tokenType < \count($this->symbolicNames)) { 154 if ($tokenType >= 0 && $tokenType < \count($this->displayNames)) {
|
| H A D | IntervalSet.php | 101 while ($resultI < \count($result->intervals) && $rightI < \count($right->intervals)) { 178 if ($this->intervals === null || \count($this->intervals) === 0) { 207 for ($i = 0, $count = \count($this->intervals); $i < $count; $i++) { 223 while ($i < \count($this->intervals)) { 270 $count = \count($this->intervals); 272 $right = $count - 1; 349 return \count($this->intervals) === 0; 365 return $this->intervals[\count($this->intervals)-1]->stop;
|
| /template/sprintdoc/tpl/ |
| H A D | nav-page-attributes.php | 27 $count = $doPlugin->getPageTaskCount(); variable 28 $num = (int) $count['count']; 34 } elseif ($count['undone'] == 0) { // all tasks done 37 } elseif ($count['late'] == 0) { // open tasks but none late 39 $title = sprintf(tpl_getLang('tasks_page_intime'), $count['undone']); 42 $title = sprintf(tpl_getLang('tasks_page_late'), $count['undone'], $count['late']); 49 '<span class="num">' . (int) $count['undone'] . '</span>' .
|
| /template/strap/ComboStrap/ |
| H A D | PageRules.php | 57 $count = 0; 59 $count = $request 69 return $count === 1; 86 $count = 0; 88 $count = $request->execute() 97 return $count === 1; 210 public function count() function in ComboStrap\\PageRules 217 $count = 0; 219 $count = $request->execute() 228 return $count;
|
| H A D | FetcherPageSearch.php | 50 if (count($pages) > $maxElements) { 69 $count = count($data); 70 if (!$count) {
|
| /template/congrid/ |
| D | tpl_functions.php | 123 if ($match_count == count($parts)) { 157 for ($index = 0 ; $index < count($layouts) ; $index++) { 459 $columns = count($row); 469 for ($row = 0 ; $row < count($layout['grid']) ; $row++) { 470 $columns = count($layout['grid'][$row]); 481 for ($index = 0 ; $index < count($layout['grid']) ; $index++) { 482 $columns = count($layout['grid'][$index]); 601 $max_rows = count($layout['grid']); 611 $max_columns = count($layout['grid'][0]); 643 for ($row = 0 ; $row < count($layout['grid']) ; $row++) { [all …]
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 221 $block->parser->throwError("unknown block type: $block->type\n", $block->count); 250 if (count($this->scope->lines) > 0) { 390 if (count($parts) > 0) { 432 $count = 0; 435 $count += $c; 438 return $count; 473 $count = $this->expandParentSelectors($child, $parent); 476 if ($count > 0) { 586 return $numMatched >= count($orderedArgs); 616 if (count($path) == 1) { [all …]
|
| /template/my_little_forum/custom/ |
| D | custom_functions.php | 36 $count = strpos($fr, $first, $begstr); 37 $count = $count - $begstr; 38 $title = substr($fr, $begstr, $count);
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/ |
| H A D | PredictionContext.php | 432 while ($i < \count($a->returnStates) && $j < \count($b->returnStates)) { 478 if ($i < \count($a->returnStates)) { 479 for ($p = $i, $count = \count($a->returnStates); $p < $count; $p++) { 485 for ($p = $j, $count = \count($b->returnStates); $p < $count; $p++) { 493 if ($k < \count($mergedParents)) { 619 if (\count($parents) === 0) { 621 } elseif (\count($parents) === 1) {
|
| H A D | ArrayPredictionContext.php | 66 return \count($this->returnStates); 103 for ($i = 0, $count = \count($this->returnStates); $i < $count; $i++) {
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | MacroNode.php | 44 $count = \count($this->getNode('arguments')); 52 if (++$pos < $count) { 57 if ($count) {
|
| D | IfNode.php | 37 for ($i = 0, $count = \count($this->getNode('tests')); $i < $count; $i += 2) {
|
| /template/dynamic_template/custom_code/ |
| D | custom_functions.php | 66 $count = strpos($fr, $first, $begstr); 67 $count = $count - $begstr; 68 $title = substr($fr, $begstr, $count);
|
| /template/neolaoresources3/ |
| 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/drupal_garland_blue/ |
| D | tpl_functions.php | 61 $count = count($parts); 66 $count = 1; 76 for($i=0; $i<$count - 1; $i++){
|
| /template/mikio/ |
| H A D | mikio.php | 235 if (count($this->footerScript) > 0) { 523 $loggedIn = (is_array($USERINFO) === true && count($USERINFO) > 0); 616 if (count($pageToolsMenu) > 0 ) { 630 if (count($siteToolsMenu) > 0 ) { 650 if (count($userToolsMenu) > 0 ) { 674 if (count($pageToolsMenu) > 0) { 681 if (count($siteToolsMenu) > 0) { 695 if (count($userToolsMenu) > 0) { 812 if (count($items) > 0) { 845 if (is_array($USERINFO) === true && count($USERINFO) > 0) { [all …]
|
| /template/twigstarter/vendor/twig/twig/src/TokenParser/ |
| D | SetTokenParser.php | 42 if (\count($names) !== \count($values)) { 48 if (\count($names) > 1) {
|
| /template/roundbox/ |
| 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/strap/vendor/antlr/antlr4-php-runtime/src/Utils/ |
| H A D | Set.php | 30 return $this->count() === 0; 33 public function count() : int function in Antlr\\Antlr4\\Runtime\\Utils\\Set 143 if (\count($this->table[$hash]) === 0) { 166 if (!isset($other->table[$hash]) || \count($bucket) !== \count($other->table[$hash])) {
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATN.php | 135 $state->stateNumber = \count($this->states); 150 $s->decision = \count($this->decisionToState) - 1; 157 if (\count($this->decisionToState) === 0) { 166 return \count($this->decisionToState); 190 if ($stateNumber < 0 || $stateNumber >= \count($this->states)) {
|
| /template/starterbootstrap/ |
| 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/ |
| 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)));
|
| /template/kajukkk/ |
| D | Snoopy.class.php | 175 if($this->_framedepth < $this->maxframes && count($this->_frameurls) > 0) 235 if($this->_framedepth < $this->maxframes && count($this->_frameurls) > 0) 333 if($this->_framedepth < $this->maxframes && count($this->_frameurls) > 0) 400 if($this->_framedepth < $this->maxframes && count($this->_frameurls) > 0) 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 ) { [all …]
|
| /template/strap/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | MinutesField.php | 36 $position = $invert ? count($minutes) - 1 : 0; 37 if (count($minutes) > 1) { 38 for ($i = 0; $i < count($minutes) - 1; $i++) {
|