Lines Matching refs:null

2272 				$s .= $this->gradient->Gradient($clx, $cly, $clw, $clh, (isset($g['gradtype']) ? $g['gradtype'] : null), $g['stops'], $g['colorspace'], $g['coords'], $g['extend'], true);
6588 $lastfontreqstyle = null;
6589 $lastfontstyle = null;
9699 $rotate = (isset($this->saveHTMLHeader[$n][$OE]['rotate']) ? $this->saveHTMLHeader[$n][$OE]['rotate'] : null);
9773 $rotate = (isset($this->saveHTMLFooter[$n][$OE]['rotate']) ? $this->saveHTMLFooter[$n][$OE]['rotate'] : null);
11809 $y = Arrays::get($tablehf, 'y', null) - $topy;
11812 $x = Arrays::get($tablehf, 'x', null);
11849 $w = Arrays::get($tablehf, 'w', null);
11850 $h = Arrays::get($tablehf, 'h', null);
11851 $va = Arrays::get($tablehf, 'va', null);
11852 $R = Arrays::get($tablehf, 'R', null);
11853 $direction = Arrays::get($tablehf, 'direction', null);
11854 $mih = Arrays::get($tablehf, 'mih', null);
11855 $border = Arrays::get($tablehf, 'border', null);
11856 $border_details = Arrays::get($tablehf, 'border_details', null);
11857 $padding = Arrays::get($tablehf, 'padding', null);
11860 $textbuffer = Arrays::get($tablehf, 'textbuffer', null);
11863 $align = Arrays::get($tablehf, 'a', null);
11866 $this->cellLineHeight = Arrays::get($tablehf, 'cellLineHeight', null);
11867 $this->cellLineStackingStrategy = Arrays::get($tablehf, 'cellLineStackingStrategy', null);
11868 $this->cellLineStackingShift = Arrays::get($tablehf, 'cellLineStackingShift', null);
12831 $odd = null;
12832 $even = null;
12839 $odd = Arrays::get($Harray, 'odd', null);
12840 $even = Arrays::get($Harray, 'even', null);
12977 $odd = null;
12978 $even = null;
12985 $odd = Arrays::get($Farray, 'odd', null);
12986 $even = Arrays::get($Farray, 'even', null);
13442 $this->OTLdata = null; // mPDF 5.7.1
15813 $arr[18] = null;
15876 $arr[18] = null;
16023 $vetor = isset($arrayaux[$i]) ? $arrayaux[$i] : null;
16413 $this->WriteFlowingBlock($vetor[0], (isset($vetor[18]) ? $vetor[18] : null)); // mPDF 5.7.1
19065 $OTLdata = (isset($chunk[18]) ? $chunk[18] : null);
19399 $c['maxs'] = isset($c['maxs']) ? $c['maxs'] /= $k : null;
19400 $c['w'] = isset($c['w']) ? $c['w'] /= $k : null;
19403 $c['h'] = isset($c['h']) ? $c['h'] /= $k : null;
19408 $c['absmiw'] = isset($c['absmiw']) ? $c['absmiw'] /= $k : null;
19410 $c['nestedmaw'] = isset($c['nestedmaw']) ? $c['nestedmaw'] /= $k : null;
19411 $c['nestedmiw'] = isset($c['nestedmiw']) ? $c['nestedmiw'] /= $k : null;
19968 $table['overflow'] = null;
20040 $temppgwidth = null;
21951 $table['overflow'] = null;
22765 $tableheader[$i][0]['trbackground-images'] = (isset($table['trbackground-images'][$i]) ? $table['trbackground-images'][$i] : null);
22766 $tableheader[$i][0]['trgradients'] = (isset($table['trgradients'][$i]) ? $table['trgradients'][$i] : null);
22767 $tableheader[$i][0]['trbgcolor'] = (isset($table['bgcolor'][$i]) ? $table['bgcolor'][$i] : null);
22782 $tableheader[$i][$j]['gradient'] = (isset($cell['gradient']) ? $cell['gradient'] : null); // *BACKGROUNDS*
22783 $tableheader[$i][$j]['background-image'] = (isset($cell['background-image']) ? $cell['background-image'] : null); // *BACKGROUNDS*
22784 $tableheader[$i][$j]['rowspan'] = (isset($cell['rowspan']) ? $cell['rowspan'] : null);
22785 $tableheader[$i][$j]['colspan'] = (isset($cell['colspan']) ? $cell['colspan'] : null);
23321 function SetProtection($permissions = [], $user_pass = '', $owner_pass = null, $length = 40)
26480 function WriteBarcode2($code, $x = '', $y = '', $size = 1, $height = 1, $bgcol = false, $col = false, $btype = 'IMB', $print_ratio = '', $k = 1, $quiet_zone_left = null, $quiet_zone_right = null)