Home
last modified time | relevance | path

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

/dokuwiki/inc/ChangeLog/
H A DChangeLog.php166 [$fp, $lines] = $this->readloglines($rev);
334 [$fp, $lines, $head, $tail, $eof] = $this->readloglines($rev);
496 [$fp, $lines, $startHead, $startTail, $eof] = $this->readloglines($rev);
H A DChangeLogTrait.php108 * When reference timestamp $rev is outside time range of changelog, readloglines() will return
117 protected function readloglines($rev) function