Home
last modified time | relevance | path

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

/dokuwiki/inc/ChangeLog/
DChangeLog.php372 [$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);
DChangeLogTrait.php233 protected function readAdjacentChunk($fp, $head, $tail, $direction) function