| H A D | Search.php | 54 protected $range_end = 0; variable in dokuwiki\\plugin\\struct\\meta\\Search 329 if ($this->range_end) { 331 $limit = $this->range_end - $this->range_begin; 355 $this->range_end = $this->range_begin + $limit; 357 $this->range_end = 0; 368 if ($this->range_end) { 369 return $this->range_end - $this->range_begin; 480 …$this->result = new SearchResult($res, $this->range_begin, $this->range_end, $this->columns, $page…
|