Home
last modified time | relevance | path

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

/plugin/discussion/
Dadmin.php79 $isMore = count($threads) > ($first + $num);
101 $this->browseDiscussionLinks($isMore, $first, $num);
343 * @param bool $isMore whether there are more pages needed
347 protected function browseDiscussionLinks($isMore, $first, $num) argument
351 if ($first == 0 && !$isMore) return;
365 if ($isMore) {
371 } elseif ($isMore) {
374 if ($isMore) {
/plugin/blog/syntax/
Dblog.php90 $isMore = count($entries) > ($first + $num);
146 … if ($pagingcontrols) $renderer->doc .= $this->_browseEntriesLinks($isMore, $first, $num);