Home
last modified time | relevance | path

Searched refs:startcol (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
21998 for ($j = $startcol; $j < $numcols; $j++) { // Columns
22006 $js = $j - $startcol;
22100 for ($j = $startcol; $j < $numcols; $j++) { // Columns
22132 …if ($j == $startcol && ((($y + $maxrowheight + $extra ) > ($pagetrigger + 0.001)) || (($this->keep…
22137 for ($t = $startcol; $t < $numcols; $t++) {
22144 if ($startcol > 0) {
22251 for ($t = $startcol; $t < $numcols; $t++) {
22355 $startcol = 0;
22359 $startcol = $t;
[all …]