Home
last modified time | relevance | path

Searched refs:top_limit (Results 1 – 2 of 2) sorted by relevance

/plugin/statdisplay/helper/
H A Dlog.php15 public $top_limit = 30; variable in helper_plugin_statdisplay_log
288 … $this->logdata[$month][$type] = array_slice($this->logdata[$month][$type], 0, $this->top_limit);
H A Dtable.php400 if ($row > $this->log->top_limit) break;