Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/
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('/' . $name . ' ', false);
[all …]
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'] * …
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');
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/
Dsyntax.php832 $this->_put(DOKU_LF."\t<p>There are no documents to show.</p>".DOKU_LF);
958 $this->_put('<div style="margin-left: '.$spacerWidth.'px;">');
964 $this->_put($dirlnk);
966 else $this->_put(html_wikilink($pageid, $name));
968 $this->_put('</div>');
1013 $this->_put($this->_getMeta($page, "description", "abstract"));
1030 $this->_put($user);
1044 $this->_put($userid);
1051 $this->_put($this->_pluginCell("discussion", $page ["linkid"]));
1055 $this->_put($this->_pluginCell("tag", $page ["linkid"]));
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
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/
DFpdiTrait.php302 $this->_put('endobj');
333 protected function _put($s, $newLine = true) function
358 $this->_put('endobj');
395 $this->_put('endobj');
/plugin/subpages/
Dsyntax.php80 $this->_put($data);
104 function _put($data) { function in syntax_plugin_subpages
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
DFpdi.php159 $this->_put('endobj');
205 protected function _put($s, $newLine = true) function in setasign\\Fpdi\\Tcpdf\\Fpdi