Searched refs:readAdjacentChunk (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/inc/ChangeLog/ |
D | ChangeLog.php | 372 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, $direction); 437 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, -1); 521 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, 1); 545 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, -1);
|
D | ChangeLogTrait.php | 233 protected function readAdjacentChunk($fp, $head, $tail, $direction) function
|