Searched refs:range_end (Results 1 – 3 of 3) sorted by relevance
54 protected $range_end = 0;329 if ($this->range_end) {330 // if there was a limit set previously, the range_end needs to be recalculated331 $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, $pageidAndRevOnly);51 protected $range_end = 0; global() variable in dokuwiki\\plugin\\struct\\meta\\Search
862 function makeTimePart(className, init, range_start, range_end) { argument873 for (var i = range_start; i <= range_end; ++i) {875 if (i < 10 && range_end >= 10) txt = '0' + i;
24146 $range_end = 0;24152 $range_end = $ppp[$zi];24154 if ($range_end) {24155 if ($range_end == $range_start + 1) {24185 $range_end = 0;24189 if ($range_end) {24194 if ($range_end == $range_start + 1) {24200 $html .= '<a class="mpdf_index_link" href="@' . $range_end . '">';24202 $html .= $this->docPageNum($range_end);24208 $html .= $this->docPageNum($range_end);[all...]