Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/Ui/
H A DMediaRevisions.php55 // get revisions, and set correct pagination parameters (first, hasNext)
57 $hasNext = false;
58 $revisions = $this->getRevisions($first, $hasNext);
117 $hasNext,
H A DPageRevisions.php53 // get revisions, and set correct pagination parameters (first, hasNext)
55 $hasNext = false;
56 $revisions = $this->getRevisions($first, $hasNext);
114 echo $this->navigation($first, $hasNext, static fn($n) => ['do' => 'revisions', 'first' => $n]);
H A DRecent.php48 // get recent items, and set correct pagination parameters (first, hasNext)
50 $hasNext = false;
51 $recents = $this->getRecents($first, $hasNext);
104 $form->addHTML($this->htmlNavigation($first, $hasNext));
110 * Get recent items, and set correct pagination parameters (first, hasNext)
113 * @param bool $hasNext
118 protected function getRecents(&$first, &$hasNext) argument
141 $hasNext = false;
143 $hasNext = true;
178 * @param bool $hasNext
182 htmlNavigation($first, $hasNext) global() argument
[all...]
H A DRevisions.php41 * Get revisions, and set correct pagination parameters (first, hasNext)
44 * @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) {
/dokuwiki/inc/
H A DJpegMeta.php2007 * @param boolean $hasNext
2011 function _writeIFD(&$data, $pos, $offsetBase, &$entries, $isBigEndian, $hasNext) {
2057 if ($hasNext) {
2008 _writeIFD(& $data, $pos, $offsetBase, & $entries, $isBigEndian, $hasNext) global() argument