Home
last modified time | relevance | path

Searched refs:attr (Results 76 – 100 of 722) sorted by last modified time

12345678910>>...29

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2865 $this->tag->OpenTag($save_blk[$b]['tag'], $save_blk[$b]['attr'], $arr, $i);
2893 $this->tag->OpenTag($save_blk[$b]['tag'], $save_blk[$b]['attr'], $arr, $i);
13793 $attr = [];
13795 $attr['ORIG_SRC'] = $orig_srcpath;
13802 $attr[strtoupper($a3[1])] = trim(strtoupper($a3[2]));
13805 $attr[strtoupper($a3[1])] = trim(strtoupper($a3[2]));
13807 $attr[strtoupper($a3[1])] = trim($a3[2]);
13812 $this->tag->OpenTag($tag, $attr, $a, $i); // mPDF 6
13815 $this->fixedPosBlockBBox = [$tag, $attr, $this->x, $this->y];
13965 $attr
[all...]
H A DTableOfContents.php599 public function openTagTOC($attr) argument
601 if (isset($attr['OUTDENT']) && $attr['OUTDENT']) {
602 $tocoutdent = $attr['OUTDENT'];
606 if (isset($attr['RESETPAGENUM']) && $attr['RESETPAGENUM']) {
607 $resetpagenum = $attr['RESETPAGENUM'];
611 if (isset($attr['PAGENUMSTYLE']) && $attr['PAGENUMSTYLE']) {
612 $pagenumstyle = $attr['PAGENUMSTYL
644 openTagTOCPAGEBREAK($attr) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DA.php8 public function open($attr, &$ahtml, &$ihtml) argument
10 if (isset($attr['NAME']) && $attr['NAME'] != '') {
15 $objattr['CONTENT'] = htmlspecialchars_decode($attr['NAME'], ENT_QUOTES);
17 if (!empty($attr['LEVEL'])) {
18 $objattr['bklevel'] = $attr['LEVEL'];
26 $this->mpdf->_saveCellTextBuffer($e, '', $attr['NAME']); // *TABLES*
29 $this->mpdf->_saveTextBuffer($e, '', $attr['NAME']); //an internal link (adds a space for recognition)
32 if (isset($attr['HREF'])) {
34 $properties = $this->cssManager->MergeCSS('INLINE', 'A', $attr);
[all...]
H A DAnnotation.php8 public function open($attr, &$ahtml, &$ihtml) argument
10 //if (isset($attr['CONTENT']) && !$this->mpdf->writingHTMLheader && !$this->mpdf->writingHTMLfooter) { // Stops annotations in FixedPos
11 if (isset($attr['CONTENT'])) {
23 $objattr['CONTENT'] = htmlspecialchars_decode($attr['CONTENT'], ENT_QUOTES);
29 if (isset($attr['POS-X'])) {
30 $objattr['POS-X'] = $attr['POS-X'];
34 if (isset($attr['POS-Y'])) {
35 $objattr['POS-Y'] = $attr['POS-Y'];
39 if (isset($attr['ICON'])) {
40 $objattr['ICON'] = $attr['ICO
[all...]
H A DBarCode.php13 public function open($attr, &$ahtml, &$ihtml) argument
16 if (!empty($attr['CODE'])) {
34 $objattr['code'] = $attr['CODE'];
36 if (isset($attr['TYPE'])) {
37 $objattr['btype'] = strtoupper(trim($attr['TYPE']));
52 if (isset($attr['TEXT']) && $attr['TEXT'] == 1) {
57 if (isset($attr['SIZE']) && $attr['SIZE'] > 0) {
58 $objattr['bsize'] = $attr['SIZ
[all...]
H A DBlockTag.php13 public function open($attr, &$ahtml, &$ihtml)
36 $p = $this->cssManager->PreviewBlockCSS($tag, $attr);
46 if (isset($attr['POSITION']) && strtolower($attr['POSITION']) === 'bottom') {
51 if (isset($attr['ALIGN']) && strtolower($attr['ALIGN']) === 'bottom') {
56 if (isset($attr['ALIGN'])) {
57 unset($attr['ALIGN']);
70 if (isset($attr['METHOD']) && strtolower($attr['METHO
14 open($attr, & $ahtml, & $ihtml) global() argument
[all...]
H A DBookmark.php8 public function open($attr, &$ahtml, &$ihtml) argument
10 if (isset($attr['CONTENT'])) {
12 $objattr['CONTENT'] = htmlspecialchars_decode($attr['CONTENT'], ENT_QUOTES);
14 if (!empty($attr['LEVEL'])) {
15 $objattr['bklevel'] = $attr['LEVEL'];
H A DBr.php8 public function open($attr, &$ahtml, &$ihtml) argument
11 if (isset($attr['STYLE'])) {
12 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
H A DColumns.php32 public function open($attr, &$ahtml, &$ihtml) argument
34 if (isset($attr['COLUMN-COUNT']) && ($attr['COLUMN-COUNT'] || $attr['COLUMN-COUNT'] === '0')) {
46 if (!empty($attr['VALIGN'])) {
47 if ($attr['VALIGN'] === 'J') {
50 $valign = $this->getAlign($attr['VALIGN']);
55 if (!empty($attr['COLUMN-GAP'])) {
56 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign, $attr['COLUM
[all...]
H A DDotTab.php8 public function open($attr, &$ahtml, &$ihtml) argument
26 $properties = $this->cssManager->MergeCSS('INLINE', 'DOTTAB', $attr);
34 } elseif (isset($attr['OUTDENT'])) {
36 $attr['OUTDENT'],
H A DFormFeed.php9 public function open($attr, &$ahtml, &$ihtml) argument
12 if (isset($attr['SHEET-SIZE'])) {
14 $prop = preg_split('/\s+/', trim($attr['SHEET-SIZE']));
18 $newformat = $attr['SHEET-SIZE'];
32 if (isset($attr['MARGIN-RIGHT'])) {
33 $mgr = $this->sizeConverter->convert($attr['MARGIN-RIGHT'], $this->mpdf->w, $this->mpdf->FontSize, false);
35 if (isset($attr['MARGIN-LEFT'])) {
36 $mgl = $this->sizeConverter->convert($attr['MARGIN-LEFT'], $this->mpdf->w, $this->mpdf->FontSize, false);
38 if (isset($attr['MARGIN-TOP'])) {
39 $mgt = $this->sizeConverter->convert($attr['MARGI
[all...]
H A DHr.php10 public function open($attr, &$ahtml, &$ihtml) argument
14 if (isset($attr['STYLE'])) {
15 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
34 $properties = $this->cssManager->MergeCSS('', 'HR', $attr);
53 } elseif (isset($attr['WIDTH']) && $attr['WIDTH'] != '') {
54 $objattr['width'] = $this->sizeConverter->convert($attr['WIDTH'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']);
58 } elseif (isset($attr['ALIGN']) && $attr['ALIGN'] != '') {
59 $objattr['align'] = $this->getAlign($attr['ALIG
[all...]
H A DImg.php11 public function open($attr, &$ahtml, &$ihtml) argument
29 if (isset($attr['SRC'])) {
30 $srcpath = $attr['SRC'];
31 $orig_srcpath = (isset($attr['ORIG_SRC']) ? $attr['ORIG_SRC'] : '');
32 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
143 } elseif (isset($attr['WIDTH'])) {
145 $attr['WIDTH'],
158 } elseif (isset($attr['HEIGHT'])) {
160 $attr['HEIGH
[all...]
H A DIndexEntry.php8 public function open($attr, &$ahtml, &$ihtml) argument
10 if (!empty($attr['CONTENT'])) {
11 if (!empty($attr['XREF'])) {
12 $this->mpdf->IndexEntry(htmlspecialchars_decode($attr['CONTENT'], ENT_QUOTES), $attr['XREF']);
16 $objattr['CONTENT'] = htmlspecialchars_decode($attr['CONTENT'], ENT_QUOTES);
H A DIndexInsert.php8 public function open($attr, &$ahtml, &$ihtml) argument
11 if (isset($attr['COLLATION'])) {
12 $indexCollationLocale = $attr['COLLATION'];
16 if (isset($attr['COLLATION-GROUP'])) {
17 $indexCollationGroup = $attr['COLLATION-GROUP'];
21 if (isset($attr['USEDIVLETTERS']) && (strtoupper($attr['USEDIVLETTERS']) === 'OFF'
22 || $attr['USEDIVLETTERS'] == -1
23 || $attr['USEDIVLETTERS'] === '0')) {
26 $links = isset($attr['LINK
[all...]
H A DInlineTag.php10 public function open($attr, &$ahtml, &$ihtml) argument
15 if ($this->mpdf->title2annots && isset($attr['TITLE'])) {
28 $objattr['CONTENT'] = $attr['TITLE'];
54 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
74 if (isset($attr['DIR']) && $attr['DIR'] != '') {
75 $currdir = strtolower($attr['DIR']);
84 if (isset($attr['DIR']) && strtolower($attr['DIR']) === 'rtl') {
88 elseif (isset($attr['DI
[all...]
H A DInput.php11 public function open($attr, &$ahtml, &$ihtml) argument
15 if (!isset($attr['TYPE'])) {
16 $attr['TYPE'] = 'TEXT';
30 if (isset($attr['DISABLED'])) {
33 if (isset($attr['READONLY'])) {
36 if (isset($attr['REQUIRED'])) {
39 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') {
42 if (isset($attr['TITLE'])) {
43 $objattr['title'] = $attr['TITL
[all...]
H A DLegend.php10 public function open($attr, &$ahtml, &$ihtml) argument
13 $properties = $this->cssManager->MergeCSS('INLINE', 'LEGEND', $attr);
H A DMeter.php10 public function open($attr, &$ahtml, &$ihtml) argument
16 if (!empty($attr['MAX'])) {
17 $max = $attr['MAX'];
21 if (!empty($attr['MIN']) && $tag === 'METER') {
22 $min = $attr['MIN'];
30 if (isset($attr['VALUE']) && ($attr['VALUE'] || $attr['VALUE'] === '0')) {
31 $value = $attr['VALUE'];
40 if (!empty($attr['LO
[all...]
H A DNewColumn.php8 public function open($attr, &$ahtml, &$ihtml) argument
H A DOption.php10 public function open($attr, &$ahtml, &$ihtml) argument
19 if (isset($attr['SELECTED'])) {
23 if (isset($attr['VALUE'])) {
24 $attr['VALUE'] = UtfString::strcode2utf($attr['VALUE']);
25 $attr['VALUE'] = $this->mpdf->lesser_entity_decode($attr['VALUE']);
27 $attr['VALUE'] = mb_convert_encoding($attr['VALUE'], $this->mpdf->mb_enc, 'UTF-8');
30 $this->mpdf->selectoption['currentVAL'] = $attr['VALU
[all...]
H A DPageFooter.php10 public function open($attr, &$ahtml, &$ihtml) argument
15 if ($attr['NAME']) {
16 $pname = $attr['NAME'];
27 if (isset($attr['CONTENT-LEFT'])) {
28 $p['L']['content'] = $attr['CONTENT-LEFT'];
30 if (isset($attr['CONTENT-CENTER'])) {
31 $p['C']['content'] = $attr['CONTENT-CENTER'];
33 if (isset($attr['CONTENT-RIGHT'])) {
34 $p['R']['content'] = $attr['CONTENT-RIGHT'];
37 if (isset($attr['HEADE
[all...]
H A DPre.php8 public function open($attr, &$ahtml, &$ihtml) argument
11 parent::open($attr, $ahtml, $ihtml); // TODO: Change the autogenerated stub
H A DSelect.php10 public function open($attr, &$ahtml, &$ihtml) argument
14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr);
22 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') {
30 if (isset($attr['DISABLED'])) {
31 $this->mpdf->selectoption['DISABLED'] = $attr['DISABLED'];
33 if (isset($attr['READONLY'])) {
34 $this->mpdf->selectoption['READONLY'] = $attr['READONLY'];
36 if (isset($attr['REQUIRED'])) {
37 $this->mpdf->selectoption['REQUIRED'] = $attr['REQUIRE
[all...]
H A DSetHtmlPageFooter.php8 public function open($attr, &$ahtml, &$ihtml) argument
14 if (!empty($attr['NAME'])) {
15 $pname = $attr['NAME'];
20 if (!empty($attr['PAGE'])) { // O|odd|even|E|ALL|[blank]
22 if (strtoupper($attr['PAGE']) === 'O' || strtoupper($attr['PAGE']) === 'ODD') {
24 } elseif (strtoupper($attr['PAGE']) === 'E' || strtoupper($attr['PAGE']) === 'EVEN') {
26 } elseif (strtoupper($attr['PAGE']) === 'ALL') {
32 if (!empty($attr['VALU
[all...]

12345678910>>...29