Home
last modified time | relevance | path

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

/dokuwiki/inc/ChangeLog/
H A 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);
H A DChangeLogTrait.php233 protected function readAdjacentChunk($fp, $head, $tail, $direction)
239 protected function readAdjacentChunk($fp, $head, $tail, $direction) global() function