Lines Matching refs:count

1105 												 count( $record ), '?' ) ) );
1275 if ( count( $nav ) )
1557 $count = $st->fetch( PDO::FETCH_NUM );
1562 return intval( array_shift( $count ) );
1703 $count = $this->__recordsCount( $customQuery );
1743 $updated['skip'] = max( 0, min( $count - $updated['num'], $updated['skip'] ) );
1783 $code = $this->__renderTable( $idCol, $cols, $rows, $count, $num,
1795 public function __renderTable( $idCol, $cols, $rows, $count, $num, $skip, argument
1919 if ( $nr == count( $rows ) - 1 )
2054 …list( $flipDown, $flipUp, $pages, $sizes, $stat ) = $this->getPagerElements( $skip, $num, $count );
2200 * @param integer $count number of records in table
2206 protected function getPagerElements( $skip, $num, $count ) argument
2220 for ( $i = $skip + $num; $i < $count - $num; $i += $num )
2223 if ( $i < $count )
2224 array_push( $skips, $count - $num );
2233 $maxPage = min( count( $skips ), $page + self::maxSurroundingPagesCount );
2241 if ( count( $skips ) <= 1 )
2266 if ( $maxPage < count( $skips ) - 1 )
2273 if ( $page < count( $skips ) - 1 )
2276 if ( $page < count( $skips ) - 2 )
2277 …$forward[] = $this->imgbutton( 'skip' . ( $count - $num ), $this->getLang( 'hintfliplast' ), 'last…
2285 if ( $count === 1 )
2286 $stat = sprintf( $this->getLang( 'recnumsingle' ), $count );
2287 else if ( count( $skips ) <= 1 )
2288 $stat = sprintf( $this->getLang( 'recnummulti' ), $count );
2290 $stat = sprintf( $this->getLang( 'recnummultipage' ), $count, count( $skips ) );
2298 if ( $size >= $count )
2302 $sizes = count( $sizes ) == 1 ? '' : implode( "\n", $sizes );
2660 $order = count( $sort ) ? ' ORDER BY ' . implode( ', ', $sort ) : '';
2731 if ( is_array( $record ) && count( $record ) )
3147 if ( ( count( $filters ) > 1 ) || ( trim( $argument ) !== '' ) ||
3155 $class = ( count( $filters ) > 1 ) ? 'multi-filter' : 'single-filter';
3190 $count = 0;
3193 $count++;
3197 if ( $count & 1 )
3359 while ( ( $pos < $length ) && ( count( $parts ) < 3 ) )
3452 if ( is_array( $varspace ) && count( $varspace ) )
3966 if ( count( $uniques ) )
3970 if ( count( $group ) == 1 )
4077 if ( count( $primaries ) != 1 )
4383 $count = $st->fetch( PDO::FETCH_NUM );
4384 if ( $count && ( $count[0] > 0 ) )
4404 if ( is_array( $lock ) && count( $lock ) )
4991 if ( ( $default > 0 ) && ( $default <= count( $def['options']['selectables'] ) ) )
5419 if ( intval( $value ) > count( $def['options']['selectables'] ) )
5608 if ( count( $temp ) > 1 )
5748 if ( is_array( $column ) && count( $column ) && !$this->options['simplenav'] )