Home
last modified time | relevance | path

Searched refs:total (Results 1 – 4 of 4) sorted by relevance

/web-master/scripts/
H A Demail-note-summaries29 $total = mysql_result($res,0); variable
33 … . sprintf("notes represent %.1f%% of the %d total user notes.\n\n", ($top20 / $total)*100, $total)
36 mail("phpdoc@lists.php.net, php-notes@lists.php.net","Notes Status, $total total",$body,"From: phpd…
/web-master/manage/
H A Devent.php253 $total = (int)mysql_result($res,0); variable
282 show_prev_next($begin,mysql_num_rows($res),$max,$total,$extra);
315 show_prev_next($begin,mysql_num_rows($res),$max,$total,$extra);
H A Dusers.php361 $total = (int)mysql_result($res2,0); variable
380 <?php show_prev_next($begin,mysql_num_rows($res),$max,$total,$extra, false); ?>
415 <?php show_prev_next($begin,mysql_num_rows($res),$max,$total,$extra, false); ?>
/web-master/include/
H A Dfunctions.inc189 * @param int $total
191 function show_prev_next($begin, $rows, $skip, $total, $extra = [], $table = true)
213 <?php echo "Displaying ",$begin+1,"-",$begin+$rows," of $total";?>
218 if ($begin+$rows < $total) {
222 min($skip,$total-($begin+$skip)));

Completed in 6 milliseconds