Home
last modified time | relevance | path

Searched +full:count +(+path:plugin +path:badbehaviour) -(+path:plugin +path:badbehaviour +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/badbehaviour/
H A Dadmin.php78 echo '<th>'.$this->getLang('count').'</th>';
81 foreach($stats as $code => $count){
85 printf("%.2f%%",100*$count/$all);
88 echo $count;
119 if(count($lines)){
198 if(!count($cparts)) continue;
H A Daction.php83 function bb2_db_num_rows($result) { return ($result === FALSE) ? 0 : count($result); }