Home
last modified time | relevance | path

Searched refs:mpdf (Results 26 – 50 of 94) sorted by last modified time

1234

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php18 $this->mpdf->lastoptionaltag = '';
23 if (isset($this->mpdf->blk[$this->mpdf->blklvl]['bidicode'])) {
24 $blockpost = $this->mpdf->_setBidiCodes('end', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']);
26 $this->mpdf->OTLdata = [];
27 if ($this->mpdf->tableLevel) {
28 $this->mpdf->_saveCellTextBuffer($blockpost);
30 $this->mpdf
[all...]
H A DBookmark.php20 if ($this->mpdf->tableLevel) {
21 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
24 $this->mpdf->textbuffer[] = [$e];
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
[all...]
H A DColumns.php16 $this->mpdf,
36 for ($b = $this->mpdf->blklvl; $b > 0; $b--) {
37 if ($t = $this->getTagInstance($this->mpdf->blk[$b]['tag'])) {
41 if (!empty($this->mpdf->textbuffer)) { //Output previously buffered content
42 $this->mpdf->printbuffer($this->mpdf->textbuffer);
43 $this->mpdf->textbuffer = [];
56 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign, $attr['COLUMN-GAP']);
58 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign);
61 $this->mpdf
[all...]
H A DDotTab.php13 $objattr['width'] = $this->mpdf->GetStringWidth($dots);
19 $objattr['colorarray'] = $this->mpdf->colorarray;
30 $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,
45 $objattr['fontfamily'] = $this->mpdf->FontFamily;
46 $objattr['fontsize'] = $this->mpdf
[all...]
H A DFormFeed.php24 $save_blklvl = $this->mpdf->blklvl;
25 $save_blk = $this->mpdf->blk;
26 $save_silp = $this->mpdf->saveInlineProperties();
27 $save_ilp = $this->mpdf->InlineProperties;
28 $save_bflp = $this->mpdf->InlineBDF;
29 $save_bflpc = $this->mpdf->InlineBDFctr; // mPDF 6
33 $mgr = $this->sizeConverter->convert($attr['MARGIN-RIGHT'], $this->mpdf->w, $this->mpdf->FontSize, false);
36 $mgl = $this->sizeConverter->convert($attr['MARGIN-LEFT'], $this->mpdf->w, $this->mpdf
[all...]
H A DHr.php17 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
21 $this->mpdf->ignorefollowingspaces = true;
38 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
39 $this->mpdf->FontSize,
46 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
47 $this->mpdf->FontSize,
52 $objattr['width'] = $this->sizeConverter->convert($properties['WIDTH'], $this->mpdf
[all...]
H A DImg.php13 $this->mpdf->ignorefollowingspaces = false;
36 if (isset($properties['Z-INDEX']) && $this->mpdf->current_layer == 0) {
46 if (($v === 'hidden' || $v === 'printonly' || $v === 'screenonly') && $this->mpdf->visibility === 'visible') {
55 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
56 $this->mpdf->FontSize,
63 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
64 $this->mpdf->FontSize,
71 $this->mpdf
[all...]
H A DIndexEntry.php12 $this->mpdf->IndexEntry(htmlspecialchars_decode($attr['CONTENT'], ENT_QUOTES), $attr['XREF']);
20 if ($this->mpdf->tableLevel) {
21 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
24 $this->mpdf->textbuffer[] = [$e];
H A DIndexInsert.php27 $this->mpdf->InsertIndex($usedivletters, $links, $indexCollationLocale, $indexCollationGroup);
H A DInlineTag.php15 if ($this->mpdf->title2annots && isset($attr['TITLE'])) {
35 $objattr['OPACITY'] = $this->mpdf->annotOpacity;
36 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
42 if (!isset($this->mpdf->InlineProperties[$tag])) {
43 $this->mpdf->InlineProperties[$tag] = [$this->mpdf->saveInlineProperties()];
45 $this->mpdf->InlineProperties[$tag][] = $this->mpdf->saveInlineProperties();
48 if (!isset($this->mpdf->InlineAnnots[$tag])) {
49 $this->mpdf
[all...]
H A DInput.php14 $this->mpdf->ignorefollowingspaces = false;
50 $objattr['title'] = $this->mpdf->lesser_entity_decode($objattr['title']);
51 if ($this->mpdf->onlyCoreFonts) {
52 $objattr['title'] = mb_convert_encoding($objattr['title'], $this->mpdf->mb_enc, 'UTF-8');
54 if ($this->mpdf->useActiveForms && isset($attr['NAME'])) {
59 $attr['VALUE'] = $this->mpdf->lesser_entity_decode($attr['VALUE']);
60 if ($this->mpdf->onlyCoreFonts) {
61 $attr['VALUE'] = mb_convert_encoding($attr['VALUE'], $this->mpdf->mb_enc, 'UTF-8');
66 $this->mpdf->InlineProperties['INPUT'] = $this->mpdf
[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
[all...]
H A DMeter.php13 $this->mpdf->inMeter = true;
94 if (($v === 'hidden' || $v === 'printonly' || $v === 'screenonly') && $this->mpdf->visibility === 'visible') {
102 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
103 $this->mpdf->FontSize,
110 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
111 $this->mpdf->FontSize,
118 $this->mpdf->blk[$this->mpdf
[all...]
H A DNewColumn.php10 $this->mpdf->ignorefollowingspaces = true;
11 $this->mpdf->NewColumn();
12 $this->mpdf->ColumnAdjust = false; // disables all column height adjustment for the page.
H A DOption.php12 $this->mpdf->lastoptionaltag = '';
13 $this->mpdf->selectoption['ACTIVE'] = true;
14 $this->mpdf->selectoption['currentSEL'] = false;
15 if (empty($this->mpdf->selectoption)) {
16 $this->mpdf->selectoption['MAXWIDTH'] = '';
17 $this->mpdf->selectoption['SELECTED'] = '';
20 $this->mpdf->selectoption['SELECTED'] = '';
21 $this->mpdf->selectoption['currentSEL'] = true;
25 $attr['VALUE'] = $this->mpdf->lesser_entity_decode($attr['VALUE']);
26 if ($this->mpdf
[all...]
H A DPageFooter.php13 $this->mpdf->ignorefollowingspaces = true;
144 $this->mpdf->DefHeaderByName($pname, $p);
146 $this->mpdf->DefFooterByName($pname, $p);
H A DPre.php10 $this->mpdf->ispre = true; // ADDED - Prevents left trim of textbuffer in printbuffer()
H A DSelect.php12 $this->mpdf->lastoptionaltag = ''; // Save current HTML specified optional endtag
13 $this->mpdf->InlineProperties['SELECT'] = $this->mpdf->saveInlineProperties();
16 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
19 $mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size / Mpdf::SCALE);
20 $this->mpdf->SetFontSize($mmsize * Mpdf::SCALE, false);
23 $this->mpdf->selectoption['SPELLCHECK'] = true;
27 $this->mpdf->selectoption['COLOR'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf
[all...]
H A DSetHtmlPageFooter.php11 $this->mpdf->ignorefollowingspaces = true;
48 $this->mpdf->SetHTMLHeader($this->mpdf->pageHTMLheaders[$pname], 'O', $write);
50 $this->mpdf->SetHTMLFooter($this->mpdf->pageHTMLfooters[$pname], 'O');
52 $this->mpdf->SetHTMLHeader('', 'O');
54 $this->mpdf->SetHTMLFooter('', 'O');
59 $this->mpdf->SetHTMLHeader($this->mpdf->pageHTMLheaders[$pname], 'E', $write);
61 $this->mpdf
[all...]
H A DSubstituteTag.php11 if ($this->mpdf->InlineProperties[$tag]) {
12 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties[$tag]);
14 unset($this->mpdf->InlineProperties[$tag]);
16 $this->mpdf->$ltag = false;
H A DTBody.php10 $this->mpdf->tablethead = 0;
11 $this->mpdf->tabletfoot = 0;
12 $this->mpdf->lastoptionaltag = 'TBODY'; // Save current HTML specified optional endtag
19 $this->mpdf->lastoptionaltag = '';
H A DTFoot.php12 $this->mpdf->lastoptionaltag = 'TFOOT'; // Save current HTML specified optional endtag
14 $this->mpdf->tabletfoot = 1;
15 $this->mpdf->tablethead = 0;
18 $this->mpdf->tfoot_font_weight = '';
20 $this->mpdf->tfoot_font_weight = 'B';
25 $this->mpdf->tfoot_font_style = '';
27 $this->mpdf->tfoot_font_style = 'I';
31 $this->mpdf->tfoot_font_smCaps = '';
33 $this->mpdf->tfoot_font_smCaps = 'S';
38 $this->mpdf
[all...]
H A DTHead.php10 $this->mpdf->lastoptionaltag = 'THEAD'; // Save current HTML specified optional endtag
12 $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 = '';
31 $this->mpdf->thead_font_smCaps = 'S';
36 $this->mpdf
[all...]
H A DTable.php13 $this->mpdf->tdbegin = false;
14 $this->mpdf->lastoptionaltag = '';
16 if ($this->mpdf->ColActive) {
17 $this->mpdf->colvAlign = '';
19 if ($this->mpdf->lastblocklevelchange == 1) {
22 elseif ($this->mpdf->lastblocklevelchange < 1) {
26 if (count($this->mpdf->textbuffer) == 0 && $this->mpdf->lastblocklevelchange == 1 && !$this->mpdf->tableLevel && !$this->mpdf
[all...]

1234