Home
last modified time | relevance | path

Searched refs:count (Results 26 – 50 of 189) sorted by relevance

12345678

/template/writers/images/cabecera/
H A Drotator.php182 if (count($fileList) > 0) {
183 $imageNumber = time() % count($fileList);
/template/icke/
H A Dcomponents.php48 switch (count($tasks)) {
61 sprintf(tpl_getLang($class), count($tasks)) . '</a>';
/template/bootie/
H A Dtpl_template_NicoBoot.php31 $last = count($crumbs);
97 if (count($idParts) > 1) {
101 for ($i = 0; $i < count($idParts) - 1; $i++) {
/template/minimalism/
H A Dminimalism.php31 if (count($items[1]) > 0) {
32 for ($i = 0, $c = count($items[1]); $i < $c; $i++) {
/template/twigstarter/vendor/twig/twig/src/Node/
H A DSetNode.php48 if (\count($this->getNode('names')) > 1) {
80 if (\count($this->getNode('names')) > 1) {
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)) {
/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/lilas/
H A Dsidebar.php21 for($i=0; $i<count($dataList); $i++){
38 $linkName = $linkName[count($linkName) - 1];
/template/bootstrap3/tpl/
H A Dmenu-user.php138 <?php if ($INFO['isadmin'] && count($extensions_update)): ?>
141 <?php echo iconify('mdi:puzzle', array('class' => 'text-success')) ?> <?php echo tpl_getLang('extensions_update'); ?> <span class="badge"><?php echo count($extensions_update) ?></span>
/template/starterbootstrap/
H A Dsidebar.php75 for($i=0; $i<count($dataList); $i++) {
92 $pageFileName = $pageFileName[count($pageFileName) - 1];
/template/notos/
H A DCustomController.php109 $pageParts = array_splice($pageParts, 0, count($parentNS));
138 $eidx = count($pointers[$pidx]) - 1;
/template/bushwick/
H A Dfunctions.js86 var count = $( '.single .entry-title' ).text().length;
87 if ( count > 150 ) {
/template/comicslate/
H A Ddetail.php75 for ( $i = 1; $i <= count ( $ilinks ) - 1; $i++ ) {
205 for ( $i = 0; $i <= count ( $socbut ) - 1; $i++ ) {
/template/dokucms/
H A Dtpl_functions.php58 while(count($path) > 0) {
130 if(count($cleanindexlist)) {
/template/dokubook/
H A Dtpl_functions.php104 while(!$found && count($path) > 0) {
156 while(!$found && count($path) > 0) {
/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/dokukitv2/
H A Dtpl_functions.php77 $menu = ((count($menu) > 0)) ? json_decode($menu[1], true) : $defaultmenu;
125 $num = count($trace);
/template/twigstarter/vendor/composer/
H A DInstalledVersions.php57 if (1 === \count($packages)) {
331 self::$installed = $installed[count($installed) - 1];
/template/twigstarter/vendor/twig/twig/src/
H A DMarkup.php39 public function count() function in Twig\\Markup
/template/simple/
H A Dtpl_functions.php21 while(!$found && count($path) >= 0) {
/template/ameoto/
H A Dtpl_functions.php21 while(!$found && count($path) >= 0) {
/template/sandy/
H A Dtpl_functions.php21 while(!$found && count($path) >= 0) {
/template/gtopia/
H A Dmain.php101 $getfield .= '&count=' . tpl_getConf('twitter_number_of_tweets');
/template/wikipraktik/
H A Ddetail.php63 if(count($media_usage) > 0){

12345678