Searched refs:readAdjacentChunk (Results 1 – 2 of 2) sorted by path
/dokuwiki/inc/ChangeLog/ |
H A D | ChangeLog.php | 362 … list($lines, $head, $tail) = $this->readAdjacentChunk($fp, $head, $tail, $direction); 425 list($lines, $head, $tail) = $this->readAdjacentChunk($fp, $head, $tail, -1); 505 list($lines, $head, $tail) = $this->readAdjacentChunk($fp, $head, $tail, 1); 529 list($lines, $head, $tail) = $this->readAdjacentChunk($fp, $head, $tail, -1);
|
H A D | ChangeLogTrait.php | 239 protected function readAdjacentChunk($fp, $head, $tail, $direction) function
|