Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php21869 …function _tableWrite(&$table, $split = false, $startrow = 0, $startcol = 0, $splitpg = 0, $rety = … argument
21882 if (!$split || ($startrow == 0 && $splitpg == 0) || $startrow > 0) {
22002 if ($table['colPg'][$j] != $splitpg) {
22102 if ($table['colPg'][$j] > $splitpg) {
22139 if ($table['colPg'][$t] > $splitpg) {
22252 if ($table['colPg'][$t] == $splitpg) {
22255 if ($table['colPg'][$t] > $splitpg) {
22354 $splitpg = 0;
22358 $splitpg++;
22362 return [false, $startrow, $startcol, $splitpg, $returny, $y0];
[all …]