Home
last modified time | relevance | path

Searched refs:expected_pages (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.field.pages.php28 $this->words[0] = sprintf("%d", $viewport->expected_pages);
60 $this->words[0] = sprintf("%d", $viewport->expected_pages);
H A Doutput._generic.class.php21 var $expected_pages; variable in OutputDriverGeneric
208 return $this->expected_pages;
281 $this->expected_pages = $num;
311 $this->expected_pages = 0;
H A Dpipeline.class.php827 $expected_pages = count($page_heights);
828 $this->output_driver->set_expected_pages($expected_pages);
829 $this->reset_counter('pages', $expected_pages);
833 for ($i = 0; $i < $expected_pages; $i++) {
H A Doutput.fastps.class.php361 $header = preg_replace("/##PAGES##/", $this->expected_pages, $header);