Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DSearch.php51 protected $range_begin = 0;
331 $limit = $this->range_end - $this->range_begin;
333 $this->range_begin = $offset;
344 return $this->range_begin;
355 $this->range_end = $this->range_begin + $limit;
369 return $this->range_end - $this->range_begin;
480 $this->result = new SearchResult($res, $this->range_begin, $this->range_end, $this->columns, $pageidAndRevOnly);
48 protected $range_begin = 0; global() variable in dokuwiki\\plugin\\struct\\meta\\Search