Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Ui/
H A DRevisions.php44 * @param bool $hasNext
48 protected function getRevisions(&$first, &$hasNext) argument
68 return $this->getRevisions($first, $hasNext);
72 $hasNext = false;
74 $hasNext = true;
89 * @param bool $hasNext
93 protected function navigation($first, $hasNext, $callback) argument
105 if ($hasNext) {
H A DRecent.php50 $hasNext = false;
51 $recents = $this->getRecents($first, $hasNext);
104 $form->addHTML($this->htmlNavigation($first, $hasNext));
113 * @param bool $hasNext
118 protected function getRecents(&$first, &$hasNext) argument
141 $hasNext = false;
143 $hasNext = true;
178 * @param bool $hasNext
181 protected function htmlNavigation($first, $hasNext) argument
196 if ($hasNext) {
H A DMediaRevisions.php57 $hasNext = false;
58 $revisions = $this->getRevisions($first, $hasNext);
117 $hasNext,
H A DPageRevisions.php55 $hasNext = false;
56 $revisions = $this->getRevisions($first, $hasNext);
114 … echo $this->navigation($first, $hasNext, static fn($n) => ['do' => 'revisions', 'first' => $n]);
/dokuwiki/inc/
H A DJpegMeta.php2007 * @param boolean $hasNext
2011 function _writeIFD(&$data, $pos, $offsetBase, &$entries, $isBigEndian, $hasNext) { argument
2057 if ($hasNext) {