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 path

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/conf/
H A Ddefault.php12 $conf['output'] = 'file';
H A Dmetadata.php12 $meta['output'] = array('multichoice', '_choices' => array('browser', 'file'));
/plugin/dw2pdf/syntax/
H A Dexportlink.php85 * Handles the actual output creation.
87 * @param string $format output format being rendered
H A Dpagesetting.php72 * Handles the actual output creation.
74 * @param string $mode output format being rendered
/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/
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
H A DLICENSE.txt74 running the Program is not restricted, and the output from the Program
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.
/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/Color/
H A DColorModeConverter.php138 * Output is RGB in normal 255 255 255 format, held in $r, $g, $b
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DConfigVariables.php293 // Default dpi to output images if size not defined
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php52 //Output text in flowing mode
H A DForm.php728 // Output Radio Groups
1528 // listing all fields to output
1583 // output 2 appearance streams for radio buttons on/off
1613 // First output appearance stream for check box on
1633 // output appearance stream for check box off (only if not using ZapfDingbats)
H A DHTMLParserMode.php18 * Parses the $html as output elements only
H A DMpdf.php12 use Mpdf\Output\Destination;
2829 if ($this->blklvl == 0 && !empty($this->textbuffer)) { // Output previously buffered content
2841 if ($b == $this->blklvl && !empty($this->textbuffer)) { // Output previously buffered content
2848 } elseif (!empty($this->textbuffer)) { // Output previously buffered content
4350 // Output (or return) a string
4396 // Just output text
4401 // Just output text
4485 // Output a string using Text() but does encoding and text reversing of RTL
4526 // Output a cell using Cell() but does encoding and text reversing of RTL
4728 * Output
9440 function Output($name = '', $dest = '') global() function in Mpdf\\Mpdf
[all...]
H A DOtl.php1654 if ($SubstFormat == 1) { // Calculated output glyph indices
1662 elseif ($SubstFormat == 2) { // Specified output glyph indices
1779 $LigGlyph = $this->read_ushort(); // Output Ligature GlyphID
2848 $output = [];
2869 $output[] = $this->get_arab_glyphs($crntChar, 1, $chars, $i, $scriptTag, $usetags); // <final> form
2871 $output[] = $this->get_arab_glyphs($crntChar, 0, $chars, $i, $scriptTag, $usetags); // <isolated> form
2876 $output[] = [$crntChar, 0];
2888 $output[] = $this->get_arab_glyphs($crntChar, $form, $chars, $i, $scriptTag, $usetags);
2891 $ra = array_reverse($output);
H A DOtlDump.php1449 if ($SubstFormat == 1) { // Calculated output glyph indices
1452 if ($SubstFormat == 2) { // Specified output glyph indices
H A DTTFontFile.php1679 if ($SubstFormat == 1) { // Calculated output glyph indices
1681 } elseif ($SubstFormat == 2) { // Specified output glyph indices
3015 // writing. So just output it as a string:
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php405 $output = substr($icc, 20, 4);
407 if ($input !== 'RGB ' || $output !== 'XYZ ') {
750 $output = substr($icc, 20, 4);
752 if ($input !== 'RGB ' || $output !== 'XYZ ') {
849 $output = substr($icc, 20, 4);
851 if ($input !== 'RGB ' || $output !== 'XYZ ') {
H A DSvg.php350 // Output
3295 // Don't output stuff inside <defs>
3626 // Don't output stuff inside <defs>
3958 // OUTPUT CHUNK(s) UP To NOW (svgText updates $this->textlength)
4096 // Don't output stuff inside <defs>
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Output/
H A DDestination.php3 namespace Mpdf\Output;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBarCode.php255 // Output it to buffers
H A DBlockTag.php169 //if in table - output here as a tabletextbuffer
170 //position:inside OR position:outside (always output in table as position:inside)
1146 // If width not set, here would need to adjust and output buffer
1181 // If width not set, here would need to adjust and output buffer

12