Home
last modified time | relevance | path

Searched refs:mpdf (Results 1 – 25 of 102) sorted by relevance

12345

/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php27 …his->mpdf->newFlowingBlock($this->mpdf->blk[$this->mpdf->blklvl]['width'], $this->mpdf->lineheight…
42 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cells'] …
43 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['currrow'…
44 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['currcol'…
67 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['level'] …
68 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['levelid'…
560 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cells'] …
709 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
710 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-…
711 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
[all …]
H A DBlockTag.php118 …if ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] > 0 && !$this->mpdf->nestedtablejus…
121 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
122 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-…
123 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
125 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
220 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $this->mpdf->GetStringWidth($ls);
407 $this->mpdf->h - $this->mpdf->tMargin - $this->mpdf->bMargin,
1042 …$this->mpdf->x = $this->mpdf->lMargin + $this->mpdf->blk[$this->mpdf->blklvl]['outer_left_margin'];
1130 $this->mpdf->kwt_height = $this->mpdf->y - $this->mpdf->kwt_y0;
1234 if (($this->mpdf->page - $this->mpdf->kt_p00) == 1 && $this->mpdf->y < $this->mpdf->kt_y00) {
[all …]
H A DTd.php23 while (isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col])) {
28 …if ($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc']…
29 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc'] = $…
32 …$table = &$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]];
391 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col] = $c;
393 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0;
399 …if ($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc']…
400 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc'] = $…
435 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
436 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-…
[all …]
H A DTr.php16 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nr'] ++;
20 …if (!$this->mpdf->simpleTables && (!isset($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf-…
21 …|| !$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['bord…
23 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['trborder…
39 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['bgcolor'…
51 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['trbackgr…
64 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_thead…
67 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_tfoot…
75 …if (isset($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]…
76 $c = & $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col];
[all …]
H A DSelect.php13 $this->mpdf->InlineProperties['SELECT'] = $this->mpdf->saveInlineProperties();
16 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
51 if ($this->mpdf->useActiveForms) {
64 $this->mpdf->lastoptionaltag = '';
74 if ($this->mpdf->useActiveForms) {
139 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
140 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; // *TABLES*
143 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
146 $this->mpdf->selectoption = [];
147 $this->mpdf->specialcontent = '';
[all …]
H A DBr.php14 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
24 if (isset($this->mpdf->blk[$this->mpdf->blklvl]['bidicode'])) {
25 $blockpre = $this->mpdf->_setBidiCodes('end', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']);
26 …$blockpost = $this->mpdf->_setBidiCodes('start', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']…
59 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
60 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
61 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-…
62 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
64 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
68 $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0] = preg_replace(
[all …]
H A DImg.php54 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
62 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
70 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
78 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
87 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
95 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
103 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
366 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 1);
399 …if (!$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->…
416 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
[all …]
H A DTextCircle.php43 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
123 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
131 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
139 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
147 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
156 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
164 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
172 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
180 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
235 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
[all …]
H A DInlineTag.php43 $this->mpdf->InlineProperties[$tag] = [$this->mpdf->saveInlineProperties()];
45 $this->mpdf->InlineProperties[$tag][] = $this->mpdf->saveInlineProperties();
66 if (isset($this->mpdf->blk[$this->mpdf->blklvl]['direction'])) {
67 $currdir = $this->mpdf->blk[$this->mpdf->blklvl]['direction'];
69 if ($this->mpdf->tableLevel
70 && isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['direction'])
71 && $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['direction'] === 'rtl') {
160 $this->mpdf->InlineBDF[$tag] = [[$popd, $this->mpdf->InlineBDFctr]];
162 $this->mpdf->InlineBDF[$tag][] = [$popd, $this->mpdf->InlineBDFctr];
188 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties[$tag]);
[all …]
H A DHr.php17 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
38 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
46 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
80 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
109 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
110 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
111 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-…
112 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
114 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
115 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
[all …]
H A DDotTab.php30 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
31 $this->mpdf->FontSize,
37 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
38 $this->mpdf->FontSize,
51 if ($this->mpdf->tableLevel) {
52 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
53 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
54 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-…
55 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row…
57 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
[all …]
H A DInput.php66 $this->mpdf->InlineProperties['INPUT'] = $this->mpdf->saveInlineProperties();
118 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties[$tag]);
153 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
161 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
169 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
177 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
275 $maxWidth = $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'];
276 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 10);
409 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
410 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
[all …]
H A DMeter.php102 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
110 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
118 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
126 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
135 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
143 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
151 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
159 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
264 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 1);
291 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
[all …]
H A DLegend.php12 $this->mpdf->InlineProperties['LEGEND'] = $this->mpdf->saveInlineProperties();
15 $this->mpdf->setCSS($properties, 'INLINE');
21 if (count($this->mpdf->textbuffer) && !$this->mpdf->tableLevel) {
22 $leg = $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1];
23 unset($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1]);
24 $this->mpdf->textbuffer = array_values($this->mpdf->textbuffer);
25 $this->mpdf->blk[$this->mpdf->blklvl]['border_legend'] = $leg;
26 $this->mpdf->blk[$this->mpdf->blklvl]['margin_top'] += ($leg[11] / 2) / Mpdf::SCALE;
27 $this->mpdf->blk[$this->mpdf->blklvl]['padding_top'] += ($leg[11] / 2) / Mpdf::SCALE;
30 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties['LEGEND']);
[all …]
H A DTextArea.php37 if ($this->mpdf->onlyCoreFonts) {
41 if ($this->mpdf->useActiveForms) {
62 $this->mpdf->InlineProperties['TEXTAREA'] = $this->mpdf->saveInlineProperties();
76 if ($this->mpdf->useActiveForms) {
99 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
100 $this->mpdf->FontSize,
107 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
108 $this->mpdf->FontSize,
149 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; // *TABLES*
156 $this->mpdf->specialcontent = '';
[all …]
H A DBarCode.php77 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
85 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
93 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
101 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
110 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
118 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
126 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
134 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
232 …if (!$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->…
245 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
[all …]
H A DTHead.php12 $this->mpdf->tablethead = 1;
13 $this->mpdf->tabletfoot = 0;
16 $this->mpdf->thead_font_weight = '';
18 $this->mpdf->thead_font_weight = 'B';
23 $this->mpdf->thead_font_style = '';
25 $this->mpdf->thead_font_style = 'I';
29 $this->mpdf->thead_font_smCaps = '';
45 $this->mpdf->lastoptionaltag = '';
48 $this->mpdf->tablethead = 0;
50 $this->mpdf->ResetStyles();
[all …]
H A DTFoot.php14 $this->mpdf->tabletfoot = 1;
15 $this->mpdf->tablethead = 0;
18 $this->mpdf->tfoot_font_weight = '';
25 $this->mpdf->tfoot_font_style = '';
27 $this->mpdf->tfoot_font_style = 'I';
31 $this->mpdf->tfoot_font_smCaps = '';
47 $this->mpdf->lastoptionaltag = '';
50 $this->mpdf->tabletfoot = 0;
51 $this->mpdf->ResetStyles();
52 $this->mpdf->tfoot_font_weight = '';
[all …]
H A DFormFeed.php24 $save_blklvl = $this->mpdf->blklvl;
25 $save_blk = $this->mpdf->blk;
28 $save_bflp = $this->mpdf->InlineBDF;
36 …$mgl = $this->sizeConverter->convert($attr['MARGIN-LEFT'], $this->mpdf->w, $this->mpdf->FontSize, …
39 …$mgt = $this->sizeConverter->convert($attr['MARGIN-TOP'], $this->mpdf->w, $this->mpdf->FontSize, f…
103 $startpage = $this->mpdf->page;
150 $this->mpdf->AddPage(
174 $this->mpdf->AddPage(
198 $this->mpdf->AddPage(
222 $this->mpdf->AddPage(
[all …]
/dports/www/osticket/upload/include/
H A D.MANIFEST713 0bfe817f8b0beaa52de5360e8f8f0fbb9f4fc5b1 include/mpdf/vendor/mpdf/mpdf/.gitignore
714 fb70bbca5fb0be1a75acb6cbbe87b1fba156a048 include/mpdf/vendor/mpdf/mpdf/.travis.yml
715 d978e68fe8e6b1961347602621c3d7303469981e include/mpdf/vendor/mpdf/mpdf/CHANGELOG.md
716 d633b6baef00bcddd02bb01eefe9725f831ec2f3 include/mpdf/vendor/mpdf/mpdf/CREDITS.txt
717 d8cf7d463e2a4f064a157fa994bb394d3623b9cc include/mpdf/vendor/mpdf/mpdf/LICENSE.txt
718 03c449634ebd0249976998e92e38aec1b97fc65d include/mpdf/vendor/mpdf/mpdf/README.md
719 f2867211596032b9de7c308a60ad3ffb85af97e8 include/mpdf/vendor/mpdf/mpdf/composer.json
904 596d70fba6922291beaf2285a4c6aafbd9a94a53 include/mpdf/vendor/mpdf/mpdf/data/mpdf.css
922 0fab293f7ab0270c790954b7cb6813e917f17c58 include/mpdf/vendor/mpdf/mpdf/phpunit.xml
923 49129712d43cb30c42199bdfb6d1aa21cec7999d include/mpdf/vendor/mpdf/mpdf/ruleset.xml
[all …]
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php14 private $mpdf; variable in Mpdf\\DirectWrite
33 $this->mpdf = $mpdf;
53 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
93 $this->mpdf->x = $this->mpdf->lMargin;
95 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
118 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
161 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
191 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
214 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
251 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
[all …]
H A DForm.php13 private $mpdf; variable in Mpdf\\Form
91 $this->mpdf = $mpdf;
313 $this->mpdf->Rect($this->mpdf->x, $this->mpdf->y, $w, $h, 'DF');
410 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
411 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
499 $this->mpdf->RoundedRect($this->mpdf->x, $this->mpdf->y, $w, $h, 0.5 / $k, 'DF');
893 …$this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpd…
895 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int)$this->mpdf->x][(int)$this->mpdf->y] = $this->…
968 …$this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpd…
970 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int)$this->mpdf->x][(int)$this->mpdf->y] = $this->…
[all …]
H A DCssManager.php17 private $mpdf; variable in Mpdf\\CssManager
52 $this->mpdf = $mpdf;
1361mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_thead']) ? c…
1362mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_tfoot']) ? c…
1577 …if (isset($this->mpdf->blk[$this->mpdf->blklvl - 1]['align']) && $this->mpdf->blk[$this->mpdf->blk…
1595 …his->mpdf->blk[$this->mpdf->blklvl - 1]['text_indent']) && ($this->mpdf->blk[$this->mpdf->blklvl -…
1687mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cell_padding'])…
1730mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_thead']) ? c…
1731mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_tfoot']) ? c…
1883mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_thead']) ? c…
[all …]
H A DTag.php17 private $mpdf; variable in Mpdf\\Tag
77 Mpdf $mpdf, argument
89 $this->mpdf = $mpdf;
110 $this->mpdf,
175 if ($this->mpdf->allow_html_optional_endtags) {
176 if (isset($this->mpdf->blk[$this->mpdf->blklvl]['tag'])) {
179 if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'LI' && $tag == 'LI') {
184 …if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'DT' && ($tag == 'DT' || $tag == '…
189 …if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'DD' && ($tag == 'DT' || $tag == '…
195 if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'P'
[all …]
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Color/
H A DColorSpaceRestrictor.php19 private $mpdf; variable in Mpdf\\Color\\ColorSpaceRestrictor
43 $this->mpdf = $mpdf;
89 if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) {
93 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
97 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
113 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) {
114 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
137 if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) {
160 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
190 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
[all …]

12345