| H A D | Search.php | 54 protected $range_end = 0; variable in dokuwiki\\plugin\\struct\\meta\\Search 325 if ($this->range_end) { 327 $limit = $this->range_end - $this->range_begin; 351 $this->range_end = $this->range_begin + $limit; 353 $this->range_end = 0; 364 if ($this->range_end) { 365 return $this->range_end - $this->range_begin; 476 …$this->result = new SearchResult($res, $this->range_begin, $this->range_end, $this->columns, $page…
|