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 last modified time

12

/plugin/dw2pdf/conf/
H A Ddefault.php12 $conf['output'] = 'file';
/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
/plugin/dw2pdf/syntax/
H A Dpagesetting.php72 * Handles the actual output creation.
74 * @param string $mode output format being rendered
/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
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
H A DImg.php414 // Output it to buffers
H A DInput.php407 // Output it to buffers
H A DSelect.php137 // Output it to buffers
H A DTextCircle.php232 // Output it to buffers
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php221 's' => $s, // Text string to output
237 's' => $s, // Text string to output

12