Lines Matching defs:accesses
394 function theader(&$renderer,$name,$accesses='Accesses',$num=" Num ",$other="") {
395 if($accesses=='Accesses') $accesses=$this->getLang('accesses');
400 $accesses = $js . $accesses . '</a>';
401 $renderer->doc .= '<tr><th class="quickstats_sort">'. $num .'</th><th class="quickstats_sort">'.$name .'</th><th class="quickstats_sort">' . $accesses .'</th>';
552 /* this sorts ua array by ip accesses
554 * $a and $b in ua_Cmp($a,$b) are ip addresses, so $uasort_ip[$a] = number of accesses for ip $a
597 $this->theader($renderer,'IP', $this->getLang('country')," " . $this->getLang('accesses'). " ", " User Agents ");