Searched refs:uniqstr (Results 1 – 4 of 4) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
D | PageWriter.php | 133 …$thispage = preg_replace('/(\s*___BACKGROUND___PATTERNS' . $this->mpdf->uniqstr . '\s*)/', ' ', $t… 134 …$thispage = preg_replace('/(\s*___HEADER___MARKER' . $this->mpdf->uniqstr . '\s*)/', ' ', $thispag… 135 … $thispage = preg_replace('/(\s*___PAGE___START' . $this->mpdf->uniqstr . '\s*)/', ' ', $thispage); 136 …$thispage = preg_replace('/(\s*___TABLE___BACKGROUNDS' . $this->mpdf->uniqstr . '\s*)/', ' ', $thi…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
D | BlockTag.php | 1057 '/(___BACKGROUND___PATTERNS' . $this->mpdf->uniqstr . ')/', 1149 …->mpdf->page] = preg_replace('/(___BACKGROUND___PATTERNS' . $this->mpdf->uniqstr . ')/', '\\1' . "… 1184 …->mpdf->page] = preg_replace('/(___BACKGROUND___PATTERNS' . $this->mpdf->uniqstr . ')/', '\\1' . "…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | TableOfContents.php | 517 …->mpdf->page] = preg_replace('/(___BACKGROUND___PATTERNS' . $this->mpdf->uniqstr . ')/', "\n" . $s…
|
D | Mpdf.php | 219 var $uniqstr; // mPDF 5.7.2 variable in Mpdf\\Mpdf 1087 $this->uniqstr = '20110230'; // mPDF 5.7.2 2021 '/(___BACKGROUND___PATTERNS' . $this->uniqstr . ')/', 2957 '/(___BACKGROUND___PATTERNS' . $this->uniqstr . ')/', 3147 …$this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS' . $this->uniqstr . ')/', "\n… 3219 $this->writer->write('___PAGE___START' . $this->uniqstr); 3220 $this->writer->write('___BACKGROUND___PATTERNS' . $this->uniqstr); 3221 $this->writer->write('___HEADER___MARKER' . $this->uniqstr); 8972 …$this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS' . $this->uniqstr . ')/', "\n… 9736 …$this->pages[$n] = preg_replace('/(___HEADER___MARKER' . $this->uniqstr . ')/', "\n" . $os . "\n" … [all …]
|