Searched refs:current_page (Results 1 – 7 of 7) sorted by relevance
73 $current_page = $this->search_responses->current();74 if ($this->search_responses->valid() && empty($current_page['hits']['hits'])) {79 if (isset($current_page['hits']) && isset($current_page['hits']['total'])) {80 $this->count = $current_page['hits']['total']['value'] ?? $current_page['hits']['total'];98 $current_page = $this->search_responses->current();99 if (isset($current_page['hits']['hits'][$this->current_hit_index])) {100 $this->current_hit_data = $current_page['hits']['hits'][$this->current_hit_index];148 $current_page [all...]
24 $this->words[0] = sprintf('%d', $viewport->current_page);54 $this->words[0] = sprintf('%d', $driver->current_page);
22 var $current_page; variable in OutputDriverGeneric107 $this->current_page ++;312 $this->current_page = 0;
202 if ($this->current_page > 0) {213 $this->write(sprintf("%%%%Page: %d %d\n", $this->current_page + 1, $this->current_page + 1));
17 private $current_page; variable in renderer_plugin_epub312 $link['url'] = 'footnotes.html#' .$this->current_page; 317 epub_write_footnote($fn_id,$this->current_page,$note_url);
221 static $current_page="";226 if($current_page != $page) {239 $current_page=$page;
22 private $current_page; variable in admin_plugin_dwcommits413 ptln('dwc_toggle_div("' . $this->current_page . '");');