Home
last modified time | relevance | path

Searched +full:lines +(+path:plugin +path:statdisplay) -(+path:plugin +path:statdisplay +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/statdisplay/
H A Daction.php29 $lines = $log->parseLogData($this->getConf('lines'));
32 if ($lines) {
36 echo "logfile analysis finished analyzing $lines lines.\n";
H A Dcli.php24 … $options->registerOption('lines', 'Number of lines to read per iteration', 'l', 'lines', 'parse');
36 (int)$this->options->getOpt('lines', $this->getConf('lines'))
/plugin/statdisplay/helper/
H A Dlog.php64 * @param int $maxlines the number of lines to read
65 * @return int the number of parsed lines
92 // read lines
93 $lines = 0;
94 while (feof($fh) == 0 && $lines < $maxlines) {
96 $lines++;
271 return $lines;
/plugin/statdisplay/conf/
H A Ddefault.php7 $conf['lines'] = 500;
H A Dmetadata.php6 $meta['lines'] = array('numeric', '_min'=>1);
/plugin/statdisplay/pchart/
H A DpChart.php93 /* Lines format related vars */
867 /* Horizontal lines */
886 /* Vertical lines */