Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php493 $this->_put($value->value . ' ', false);
495 $this->_put(\rtrim(\rtrim(\sprintf('%.5F', $value->value), '0'), '.') . ' ', false);
499 $this->_put('/' . $value->value . ' ', false);
502 $this->_put('(' . $value->value . ')', false);
505 $this->_put('<' . $value->value . '>');
508 $this->_put($value->value ? 'true ' : 'false ', false);
511 $this->_put('[', false);
515 $this->_put(']');
518 $this->_put('<<', false);
520 $this->_put('/'
[all...]
H A DFpdfTplTrait.php420 $this->_put('<</Type /XObject /Subtype /Form /FormType 1');
421 $this->_put(\sprintf('/BBox[0 0 %.2F %.2F]', $template['width'] * $this->k, $template['height'] * $this->k));
422 $this->_put('/Resources 2 0 R'); // default resources dictionary of FPDF
426 $this->_put('/Filter/FlateDecode');
431 $this->_put('/Length ' . \strlen($buffer));
434 $this->_put('/Group <</Type/Group/S/Transparency>>');
437 $this->_put('>>');
439 $this->_put('endobj');
449 $this->_put('/' . $template['id'] . ' ' . $template['objectNumber'] . ' 0 R');
H A DFpdi.php106 $this->_put('endobj');
138 $this->_put('/' . $pageData['id'] . ' ' . $pageData['objectNumber'] . ' 0 R');
147 protected function _put($s, $newLine = true) function in setasign\\Fpdi\\Fpdi
/plugin/dir/
H A Dsyntax.php964 $this->_put($dirlnk);
968 $this->_put('</div>');
1030 $this->_put($user);
1044 $this->_put($userid);
1058 $this->_put($this->rowNumber);
1061 $this->_put($col);
1150 $this->_put(' colspan="'.$colspan.'"');
1152 $this->_put(">");
1287 $this->_put($hdr);
1319 function _put($data) { function in syntax_plugin_dir
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php107 $this->_put('endobj');
139 $this->_put('/' . $pageData['id'] . ' ' . $pageData['objectNumber'] . ' 0 R');
148 protected function _put($s, $newLine = true) function in setasign\\Fpdi\\Tfpdf\\Fpdi
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php302 $this->_put('endobj');
333 protected function _put($s, $newLine = true)
358 $this->_put('endobj');
395 $this->_put('endobj');
344 protected function _put($s, $newLine = true) global() function
/plugin/subpages/
H A Dsyntax.php80 $this->_put($data);
104 function _put($data) { function in syntax_plugin_subpages
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php159 $this->_put('endobj');
205 protected function _put($s, $newLine = true) function in setasign\\Fpdi\\Tcpdf\\Fpdi