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/
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['cover'] = str_replace(array_keys($replace), array_values($replace), $output['cover']);
[all …]
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/
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]);
Dcomposer.json42 "ext-gd": "To output QR codes to PNG files",
43 "ext-simplexml": "To output QR codes to SVG files"
/plugin/dw2pdf/syntax/
Dpagesetting.php72 * Handles the actual output creation.
74 * @param string $mode output format being rendered
Dexportlink.php85 * Handles the actual output creation.
87 * @param string $format output format being rendered
/plugin/dw2pdf/conf/
Ddefault.php12 $conf['output'] = 'file';
Dmetadata.php12 $meta['output'] = array('multichoice', '_choices' => array('browser', 'file'));
/plugin/dw2pdf/vendor/mpdf/mpdf/
DREADME.md29 … 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.
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 …rting a float at bottom of page and it causes page break before anything output, second new page i…
652 - embedded fonts: Panose string incorrectly output as decimals - changed to hexadecimal
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
DHtml.php3 namespace Mpdf\QrCode\Output;
15 public function output(QrCode $qrCode) function in Mpdf\\QrCode\\Output\\Html
DMpdf.php3 namespace Mpdf\QrCode\Output;
22 …public function output(QrCode $qrCode, MpdfObject $mpdf, $x, $y, $w, $background = [255, 255, 255]… function in Mpdf\\QrCode\\Output\\Mpdf
DPng.php3 namespace Mpdf\QrCode\Output;
19 …public function output(QrCode $qrCode, $w = 100, $background = [255, 255, 255], $color = [0, 0, 0]… function in Mpdf\\QrCode\\Output\\Png
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/
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/composer/
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/
DHTMLParserMode.php18 * Parses the $html as output elements only
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Output/
DDestination.php3 namespace Mpdf\Output;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DColumns.php41 if (!empty($this->mpdf->textbuffer)) { //Output previously buffered content
DDotTab.php50 // Output it to buffers
DHr.php106 // Output it to buffers
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
DPageBoundaries.php43 …he 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/
DBaseWriter.php221 's' => $s, // Text string to output
237 's' => $s, // Text string to output
/plugin/dw2pdf/vendor/setasign/fpdi/
DREADME.md129 $pdf->Output();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
DColorModeConverter.php138 * Output is RGB in normal 255 255 255 format, held in $r, $g, $b

12