Lines Matching defs:arr

2824 			$arr = [];
2827 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai);
2835 $arr = [];
2839 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai);
2862 $arr = [];
2865 $this->tag->OpenTag($save_blk[$b]['tag'], $save_blk[$b]['attr'], $arr, $i);
2887 $arr = [];
2893 $this->tag->OpenTag($save_blk[$b]['tag'], $save_blk[$b]['attr'], $arr, $i);
12527 function _createHTMLheaderFooter($arr, $hf)
12529 $lContent = (isset($arr['L']['content']) ? $arr['L']['content'] : '');
12530 $cContent = (isset($arr['C']['content']) ? $arr['C']['content'] : '');
12531 $rContent = (isset($arr['R']['content']) ? $arr['R']['content'] : '');
12553 if (isset($arr['line']) && $arr['line']) {
12561 if (isset($arr['L']['font-family'])) {
12562 $html .= ' font-family: ' . $arr['L']['font-family'] . ';';
12565 if (isset($arr['L']['color'])) {
12566 $html .= ' color: ' . $arr['L']['color'] . ';';
12569 if (isset($arr['L']['font-size'])) {
12570 $html .= ' font-size: ' . $arr['L']['font-size'] . 'pt;';
12573 if (isset($arr['L']['font-style'])) {
12574 if ($arr['L']['font-style'] == 'B' || $arr['L']['font-style'] == 'BI') {
12577 if ($arr['L']['font-style'] == 'I' || $arr['L']['font-style'] == 'BI') {
12585 if (isset($arr['C']['font-family'])) {
12586 $html .= ' font-family: ' . $arr['C']['font-family'] . ';';
12589 if (isset($arr['C']['color'])) {
12590 $html .= ' color: ' . $arr['C']['color'] . ';';
12593 if (isset($arr['C']['font-size'])) {
12594 $html .= ' font-size: ' . $arr['C']['font-size'] . 'pt;';
12597 if (isset($arr['C']['font-style'])) {
12598 if ($arr['C']['font-style'] == 'B' || $arr['C']['font-style'] == 'BI') {
12601 if ($arr['C']['font-style'] == 'I' || $arr['C']['font-style'] == 'BI') {
12609 if (isset($arr['R']['font-family'])) {
12610 $html .= ' font-family: ' . $arr['R']['font-family'] . ';';
12613 if (isset($arr['R']['color'])) {
12614 $html .= ' color: ' . $arr['R']['color'] . ';';
12617 if (isset($arr['R']['font-size'])) {
12618 $html .= ' font-size: ' . $arr['R']['font-size'] . 'pt;';
12621 if (isset($arr['R']['font-style'])) {
12622 if ($arr['R']['font-style'] == 'B' || $arr['R']['font-style'] == 'BI') {
12625 if ($arr['R']['font-style'] == 'I' || $arr['R']['font-style'] == 'BI') {
12636 function DefHeaderByName($name, $arr)
12641 $html = $this->_createHTMLheaderFooter($arr, 'H');
12647 function DefFooterByName($name, $arr)
12652 $html = $this->_createHTMLheaderFooter($arr, 'F');
13298 $arr = [];
13301 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai);
13310 $arr = [];
13313 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai);
15764 $arr = [];
15765 $arr[0] = $t;
15767 $arr[1] = $link;
15769 $arr[2] = $this->currentfontstyle;
15771 $arr[3] = $this->colorarray;
15773 $arr[4] = $this->currentfontfamily;
15774 $arr[5] = $this->currentLang; // mPDF 6
15776 $arr[7] = $intlink;
15785 $arr[8] = $this->textvar; // mPDF 5.7.1
15787 $arr[9] = $this->textparam;
15790 $arr[10] = $this->spanbgcolorarray;
15792 $arr[11] = $this->currentfontsize;
15794 $arr[12] = $this->ReqFontStyle;
15797 $arr[14] = $this->lSpacingCSS;
15800 $arr[15] = $this->wSpacingCSS;
15803 $arr[16] = $this->spanborddet;
15806 $arr[17] = $this->textshadow;
15809 $arr[18] = $this->OTLdata;
15813 $arr[18] = null;
15817 return ($arr);
15823 $this->textbuffer[] = $arr;
15828 $arr = [];
15829 $arr[0] = $t;
15831 $arr[1] = $link;
15833 $arr[2] = $this->currentfontstyle;
15835 $arr[3] = $this->colorarray;
15837 $arr[4] = $this->currentfontfamily;
15839 $arr[7] = $intlink;
15848 $arr[8] = $this->textvar; // mPDF 5.7.1
15850 $arr[9] = $this->textparam;
15853 $arr[10] = $this->spanbgcolorarray;
15855 $arr[11] = $this->currentfontsize;
15857 $arr[12] = $this->ReqFontStyle;
15860 $arr[14] = $this->lSpacingCSS;
15863 $arr[15] = $this->wSpacingCSS;
15866 $arr[16] = $this->spanborddet;
15869 $arr[17] = $this->textshadow;
15872 $arr[18] = $this->OTLdata;
15876 $arr[18] = null;
15878 $this->cell[$this->row][$this->col]['textbuffer'][] = $arr;
18993 function SetStylesArray($arr)
18997 if (isset($arr[$s])) {
18998 if ($arr[$s]) {