Lines Matching defs:num
249 function extended_row($num=" ", $cells, $styles="") {
252 $row = "<tr><td $style >$num </td>";
260 function row($name,$val,$num=" ",$date=false,$is_ip=false) {
283 else if(is_numeric($num) && $date !== false) {
289 return "<tr><td>$num </td><td>$name</td><td> $val</td></tr>\n";
366 $num = 0;
367 else $num = " ";
383 if($numbers) $num++;
385 if($depth && $num > $depth) continue;
388 $renderer->doc .= $this->row($item,$count,$num,$date_str, $ip_array);
394 function theader(&$renderer,$name,$accesses='Accesses',$num=" Num ",$other="") {
398 $num = $js . $num . '</a>';
401 $renderer->doc .= '<tr><th class="quickstats_sort">'. $num .'</th><th class="quickstats_sort">'.$name .'</th><th class="quickstats_sort">' . $accesses .'</th>';
467 $num=0;
470 $num++;
471 $renderer->doc .= $this->row($browser, $val,$num);
499 $num = 0;
506 $num++;
510 $renderer->doc .= $this->row($cntry,$count,$num);
512 else if ($num <= $depth) {
513 $renderer->doc .= $this->row($cntry,$count,$num);