Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php73 $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...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.field.pageno.php24 $this->words[0] = sprintf('%d', $viewport->current_page);
54 $this->words[0] = sprintf('%d', $driver->current_page);
H A Doutput._generic.class.php22 var $current_page; variable in OutputDriverGeneric
107 $this->current_page ++;
312 $this->current_page = 0;
H A Doutput.fastps.class.php202 if ($this->current_page > 0) {
213 $this->write(sprintf("%%%%Page: %d %d\n", $this->current_page + 1, $this->current_page + 1));
/plugin/epub/
H A Drenderer.php17 private $current_page; variable in renderer_plugin_epub
312 $link['url'] = 'footnotes.html#' .$this->current_page;
317 epub_write_footnote($fn_id,$this->current_page,$note_url);
/plugin/epub/scripts/
H A Depub_utils.php221 static $current_page="";
226 if($current_page != $page) {
239 $current_page=$page;
/plugin/dwcommits/
H A Dadmin.php22 private $current_page; variable in admin_plugin_dwcommits
413 ptln('dwc_toggle_div("' . $this->current_page . '");');