Lines Matching defs:pages

748 	var $pages; // array containing pages
791 var $PageLinks; // array of links in pages
822 var $aliasNbPg; // alias for total number of pages
823 var $aliasNbPgGp; // alias for total number of pages in page group
1095 $this->pages = [];
1878 // Define an alias for total number of pages
1884 // Define an alias for total number of pages in a group
2020 $this->pages[$this->page] = preg_replace(
2023 $this->pages[$this->page]
2930 if ($this->state > 0 && $this->page < count($this->pages)) {
2956 $this->pages[$this->page] = preg_replace(
2959 $this->pages[$this->page]
3147 $this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS' . $this->uniqstr . ')/', "\n" . $s . "\n" . '\\1', $this->pages[$this->page]);
8972 $this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS' . $this->uniqstr . ')/', "\n" . $outstring . "\n" . '\\1', $this->pages[$this->page]);
9736 $this->pages[$n] = preg_replace('/(___HEADER___MARKER' . $this->uniqstr . ')/', "\n" . $os . "\n" . '\\1', $this->pages[$n]);
9828 $this->pages[$n] = preg_replace('/(___HEADER___MARKER' . $this->uniqstr . ')/', "\n" . $os . "\n" . '\\1', $this->pages[$n]);
9863 $this->pages[$n] = $this->aliasReplace($this->pages[$n], $pnstr, $pntstr, $nb);
9954 foreach ($this->pages as $pn => $page) {
9955 $this->pages[$pn] = preg_replace('/\s\/F' . $fid . ' \d[\d.]* Tf\s/is', ' ', $this->pages[$pn]);
9959 foreach ($this->pages as $pn => $page) {
9960 $this->pages[$pn] = preg_replace('/\s\/F' . $font['i'] . ' \d[\d.]* Tf\s/is', ' ', $this->pages[$pn]);
9967 foreach ($this->pages as $pn => $page) {
9968 preg_match_all('/\/OCZ-index \/ZI(\d+) BDC(.*?)(EMCZ)-index/is', $this->pages[$pn], $m1);
9969 preg_match_all('/\/OCBZ-index \/ZI(\d+) BDC(.*?)(EMCBZ)-index/is', $this->pages[$pn], $m2);
9970 preg_match_all('/\/OCGZ-index \/ZI(\d+) BDC(.*?)(EMCGZ)-index/is', $this->pages[$pn], $m3);
9988 $this->pages[$pn] = str_replace($m[0][$i], '', $this->pages[$pn]);
9989 $this->pages[$pn] .= "\n" . $m[0][$i] . "\n";
9991 $this->pages[$pn] = preg_replace('/\/OC[BG]{0,1}Z-index \/ZI(\d+) BDC/is', '/OC /ZI\\1 BDC ', $this->pages[$pn]);
9992 $this->pages[$pn] = preg_replace('/EMC[BG]{0,1}Z-index/is', 'EMC', $this->pages[$pn]);
10085 $this->pages[$this->page] = '';
11582 $ppgend = count($this->pages) + 1;
11593 $ppgend = count($this->pages) + 1 + $offset;
12432 unset($this->pages[1]);
13850 $this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS' . $this->uniqstr . ')/', '\\1' . "\n" . $s . "\n", $this->pages[$this->page]);
14545 $this->pages[$this->page] .= '___BEFORE_BORDERS___';
14612 $this->pages[$this->page] = preg_replace('/___BEFORE_BORDERS___/', "\n" . $s . "\n", $this->pages[$this->page]);
15299 $this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS' . $this->uniqstr . ')/', '\\1' . "\n" . $s . "\n", $this->pages[$this->page]);
22218 // Rotated table split over pages - needs this->y for borders/backgrounds
22337 // $this->AcceptPageBreak() has moved tablebuffer to $this->pages content
22344 $this->pages[$this->page] = preg_replace('/(___TABLE___BACKGROUNDS' . $this->uniqstr . ')/', '\\1' . "\n" . $s . "\n", $this->pages[$this->page]);
22345 $this->pages[$this->page] = preg_replace('/(___TABLE___BACKGROUNDS' . $this->uniqstr . ')/', " ", $this->pages[$this->page]);
23269 $this->pages[$this->page] = preg_replace('/(___TABLE___BACKGROUNDS' . $this->uniqstr . ')/', '\\1' . "\n" . $s . "\n", $this->pages[$this->page]);
23271 $this->pages[$this->page] = preg_replace('/(___TABLE___BACKGROUNDS' . $this->uniqstr . ')/', " ", $this->pages[$this->page]);
23514 // move a page/pages EARLIER in the document
23558 // store pages
23560 $last[] = $this->pages[$i];
23562 // move pages
23564 $this->pages[$i + $n_toc] = $this->pages[$i];
23566 // Put toc pages at insert point
23568 $this->pages[$target_page + $i] = $last[$i];
23726 // Update TOC pages
23759 if (!$ep_present && $end_page > count($this->pages)) {
23772 // move a page/pages EARLIER in the document
23777 $last_page = count($this->pages);
23780 // move pages
23782 $this->pages[$start_page + $i] = $this->pages[$end_page + 1 + $i];
23784 // delete pages
23786 unset($this->pages[$last_page - $i]);
23933 $this->page = count($this->pages);
24669 $this->pages[$this->page] .= $this->StartTransform(true) . "\n";
24670 $this->pages[$this->page] .= $this->transformScale(100, $ratio * 100, $x = '', $this->y0, true) . "\n";
24675 $this->pages[$this->page] .= $s['s'] . "\n";
24678 $this->pages[$this->page] .= $this->StopTransform(true) . "\n";
24683 $this->pages[$this->page] .= $this->StopTransform(true) . "\n";
24688 $this->pages[$this->page] .= $s['s'] . "\n";
24788 $this->pages[$this->page] .= $this->StartTransform(true) . "\n";
24789 $this->pages[$this->page] .= $this->transformScale(100, $ratio * 100, $x = '', $this->y0, true) . "\n";
24795 $this->pages[$this->page] .= $s['s'] . "\n";
24798 $this->pages[$this->page] .= $this->StopTransform(true) . "\n";
24804 $this->pages[$this->page] .= $this->StopTransform(true) . "\n";
24846 $this->pages[$this->page] .= $s['s'] . "\n";
24974 $this->pages[$this->page] .= $this->tablebuffer;
25016 $this->pages[$this->page] .= $this->StartTransform(true) . "\n";
25044 $this->pages[$this->page] .= $this->transformTranslate($xadj, $yadj, true) . "\n";
25045 $this->pages[$this->page] .= $this->transformRotate($this->table_rotate, $this->tbrot_x0, $this->tbrot_y0, true) . "\n";
25048 $this->pages[$this->page] .= $this->tablebuffer;
25134 $this->pages[$this->page] .= $this->StopTransform(true) . "\n";
25150 $this->pages[$this->page] .= $s['s'] . "\n";
25214 $this->pages[$this->page] .= $this->StartTransform(true) . "\n";
25219 $this->pages[$this->page] .= $this->transformTranslate($xadj, $yadj, true) . "\n";
25223 $this->pages[$this->page] .= $s['s'] . "\n";
25314 $this->pages[$this->page] .= $this->StopTransform(true) . "\n";