Home
last modified time | relevance | path

Searched +full:output +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 25 of 43) sorted by relevance

12

/plugin/dw2pdf/
H A Daction.php568 $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 Dcomposer.lock109 "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 DREADME.md3 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 Dcomposer.json42 "ext-gd": "To output QR codes to PNG files",
43 "ext-simplexml": "To output QR codes to SVG files"
/plugin/dw2pdf/syntax/
H A Dpagesetting.php72 * Handles the actual output creation.
74 * @param string $mode output format being rendered
H A Dexportlink.php85 * Handles the actual output creation.
87 * @param string $format output format being rendered
/plugin/dw2pdf/conf/
H A Ddefault.php12 $conf['output'] = 'file';
H A Dmetadata.php12 $meta['output'] = array('multichoice', '_choices' => array('browser', 'file'));
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md29 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 DCHANGELOG.md144 - 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 DHtml.php3 namespace Mpdf\QrCode\Output;
15 public function output(QrCode $qrCode) function in Mpdf\\QrCode\\Output\\Html
H A DMpdf.php3 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 DPng.php3 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 DSvg.php3 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 Dout.php8 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 DHTMLParserMode.php18 * Parses the $html as output elements only
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Output/
H A DDestination.php3 namespace Mpdf\Output;
/plugin/dw2pdf/vendor/composer/
H A Dinstalled.json107 "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 DColumns.php41 if (!empty($this->mpdf->textbuffer)) { //Output previously buffered content
H A DDotTab.php50 // Output it to buffers
H A DHr.php106 // Output it to buffers
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPageBoundaries.php43 * 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 DBaseWriter.php221 's' => $s, // Text string to output
237 's' => $s, // Text string to output
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md129 $pdf->Output();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorModeConverter.php138 * Output is RGB in normal 255 255 255 format, held in $r, $g, $b

12