Searched refs:expected_pages (Results 1 – 4 of 4) sorted by relevance
28 $this->words[0] = sprintf("%d", $viewport->expected_pages);60 $this->words[0] = sprintf("%d", $viewport->expected_pages);
21 var $expected_pages; variable in OutputDriverGeneric208 return $this->expected_pages;281 $this->expected_pages = $num;311 $this->expected_pages = 0;
827 $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++) {
361 $header = preg_replace("/##PAGES##/", $this->expected_pages, $header);