Lines Matching refs:limit
18 protected string $limit = ''; variable in dokuwiki\\plugin\\statistics\\Query
80 * @param int $limit The number of results. If one more is returned, there is another page
83 public function setPagination(int $start, int $limit) argument
86 if ($limit) $limit += 1;
88 if ($limit) {
89 $this->limit = " LIMIT $start,$limit";
91 $this->limit = " OFFSET $start";
337 $this->limit;
351 $this->limit;
367 $this->limit;
381 $this->limit;
398 $this->limit;
412 $this->limit;
427 $this->limit;
454 $this->limit;
486 $this->limit;
507 $this->limit;
523 $this->limit;
540 $this->limit;
557 $this->limit;
575 $this->limit;
599 $this->limit;
614 $this->limit;
634 $this->limit;
652 $this->limit;
669 $this->limit;
688 $this->limit;
706 $this->limit;
731 $this->limit;
755 $this->limit;
771 $this->limit;