/plugin/dw2pdf/ |
H A D | action.php | 568 $mpdf->Output($cachefile, 'F'); 581 $outputTarget = $INPUT->str('outputTarget', $this->getConf('output')); 618 $output = [ 639 $output['first'] .= $section . ': html_' . $section . $order . ';' . DOKU_LF; 641 $output['page'] .= 'even-' . $section . '-name: html_' . $section . $order . ';' . DOKU_LF; 643 $output['page'] .= 'odd-' . $section . '-name: html_' . $section . $order . ';' . DOKU_LF; 645 $output['page'] .= $section . ': html_' . $section . $order . ';' . DOKU_LF; 669 $output['html'] = $this->pageDependReplacements($html, $ID); 674 $output['cover'] = file_get_contents($coverfile); 675 $output['cove [all...] |
H A D | composer.lock | 109 "ext-gd": "To output QR codes to PNG files", 110 "ext-simplexml": "To output QR codes to SVG files"
|
/plugin/dw2pdf/vendor/mpdf/qrcode/ |
H A D | README.md | 3 QR code generating library with HTML/PNG/mPDF output possibilities. 21 use Mpdf\QrCode\Output; 25 $output = new Output\Png(); 28 $data = $output->output($qrCode, 100, [255, 255, 255], [0, 0, 0]);
|
H A D | composer.json | 42 "ext-gd": "To output QR codes to PNG files", 43 "ext-simplexml": "To output QR codes to SVG files"
|
/plugin/dw2pdf/syntax/ |
H A D | pagesetting.php | 72 * Handles the actual output creation. 74 * @param string $mode output format being rendered
|
H A D | exportlink.php | 85 * Handles the actual output creation. 87 * @param string $format output format being rendered
|
/plugin/dw2pdf/conf/ |
H A D | default.php | 12 $conf['output'] = 'file';
|
H A D | metadata.php | 12 $meta['output'] = array('multichoice', '_choices' => array('browser', 'file'));
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
H A D | README.md | 29 Additional extensions may be required for some advanced features such as `zlib` for compression of output and 66 $mpdf->Output(); 70 This will output the PDF inline to the browser as `application/pdf` Content-type.
|
H A D | CHANGELOG.md | 144 - HTML output of error messages and debugs 170 - Added `\Mpdf\Output\Destination` class with verbose output destination constants 240 - Fixed output file name for `D` and `I` output modes (issue #105, f297546) 571 - Float-ing DIVs - starting a float at bottom of page and it causes page break before anything output, second new page is forced 652 - embedded fonts: Panose string incorrectly output as decimals - changed to hexadecimal
|
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/ |
H A D | Html.php | 3 namespace Mpdf\QrCode\Output; 15 public function output(QrCode $qrCode) function in Mpdf\\QrCode\\Output\\Html
|
H A D | Mpdf.php | 3 namespace Mpdf\QrCode\Output; 22 public function output(QrCode $qrCode, MpdfObject $mpdf, $x, $y, $w, $background = [255, 255, 255], $color = [0, 0, 0]) function in Mpdf\\QrCode\\Output\\Mpdf
|
H A D | Png.php | 3 namespace Mpdf\QrCode\Output; 19 public function output(QrCode $qrCode, $w = 100, $background = [255, 255, 255], $color = [0, 0, 0], $compression = 0) function in Mpdf\\QrCode\\Output\\Png
|
H A D | Svg.php | 3 namespace Mpdf\QrCode\Output; 19 public function output(QrCode $qrCode, $size = 100, $background = 'white', $color = 'black') function in Mpdf\\QrCode\\Output\\Svg
|
/plugin/dw2pdf/vendor/mpdf/mpdf/data/ |
H A D | out.php | 8 throw new MpdfException('Output filename can not not contain \ or /'); 28 throw new MpdfException('Some data has already been output to browser, can\'t send PDF file');
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | HTMLParserMode.php | 18 * Parses the $html as output elements only
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Output/ |
H A D | Destination.php | 3 namespace Mpdf\Output;
|
/plugin/dw2pdf/vendor/composer/ |
H A D | installed.json | 107 "ext-gd": "To output QR codes to PNG files", 108 "ext-simplexml": "To output QR codes to SVG files"
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Columns.php | 41 if (!empty($this->mpdf->textbuffer)) { //Output previously buffered content
|
H A D | DotTab.php | 50 // Output it to buffers
|
H A D | Hr.php | 106 // Output it to buffers
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/ |
H A D | PageBoundaries.php | 43 * The bleed box defines the region to which the contents of the page shall be clipped when output in a
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
H A D | BaseWriter.php | 221 's' => $s, // Text string to output 237 's' => $s, // Text string to output
|
/plugin/dw2pdf/vendor/setasign/fpdi/ |
H A D | README.md | 129 $pdf->Output();
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
H A D | ColorModeConverter.php | 138 * Output is RGB in normal 255 255 255 format, held in $r, $g, $b
|