Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php244 var $colsums;
12035 $rep = sprintf("%01." . intval($m[1]) . "f", $this->colsums[$colctr - 1]);
12251 $this->colsums = [];
21915 $this->colsums = [];
22841 $rep = sprintf("%01." . intval($m[1]) . "f", $this->colsums[$j]);
22845 if (isset($this->colsums[$j])) {
22846 $this->colsums[$j] += $this->toFloat($cell['textbuffer'][0][0]);
22848 $this->colsums[$j] = $this->toFloat($cell['textbuffer'][0][0]);
253 var $colsums; global() variable in Mpdf\\Mpdf