Lines Matching refs:first

4161 								// set first available font
6321 // Used when ColActive for tables - updated to return first block with background fill OR borders
6324 // Returns the first blocklevel that uses a bgcolor fill
6996 $this->Cell($stringWidth, $stackHeight, $chunk, '', 0, '', $fill, $this->HREF, 0, 0, 0, 'M', $fill, true, (isset($cOTLdata[$aord]) ? $cOTLdata[$aord] : false), $this->textvar, (isset($lineBox[$k]) ? $lineBox[$k] : false)); // first or middle part // mPDF 5.7.1
8084 // Search backwards to find first line-break opportunity
8104 // Look back to get first part of current word
8438 // 'If' below used in order to fix "first-line of other page with justify on" bug
8621 $this->Cell($stringWidth, $stackHeight, $chunk, '', 0, '', $fill, $this->HREF, 0, 0, 0, 'M', $fill, true, (isset($cOTLdata[$aord]) ? $cOTLdata[$aord] : false), $this->textvar, (isset($lineBox[$k]) ? $lineBox[$k] : false)); // first or middle part
9886 if ($page < 1) { // Document has not been started - assume it's for first page
9980 $key +=2; // background first then gradient then normal
10099 $first = true;
10101 $first = false;
10118 list($orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $hname, $fname, $bg, $resetpagenum, $pagenumstyle, $suppress, $marks, $newformat) = $this->SetPagedMediaCSS($psel, $first, $oddEven);
13282 list($pborientation, $pbmgl, $pbmgr, $pbmgt, $pbmgb, $pbmgh, $pbmgf, $hname, $fname, $bg, $resetpagenum, $pagenumstyle, $suppress, $marks, $newformat) = $this->SetPagedMediaCSS('', true, 'O'); // first page
14363 // Set (temporary) values for x y w h to do first paint, if values are auto
14388 if ($inner_w === 'auto') { // do a first write
14419 if ($inner_h === 'auto') { // do a first write
14908 function SetPagedMediaCSS($name, $first, $oddEven)
15008 // If first page
15009 if (isset($this->cssManager->CSS['@PAGE>>PSEUDO>>FIRST']) && $first) {
15105 // If named first page
15106 if (isset($this->cssManager->CSS['@PAGE>>NAMED>>' . $name . '>>PSEUDO>>FIRST']) && $first) {
15345 // elseif position:outside (and NOT table) - output in front of first textbuffer output by setting listitem (cf. _saveTextBuffer)
16245 // i.e. if second inline image on line is higher than first and forces new page
18132 // Set font size first so that e.g. MARGIN 0.83em works on font size for this element
19951 // Table['miw'] set by percent in first pass may be larger than sum of column miw
22759 // Get info of first row ==>> table header
24125 $e = $sub; // Only replace first one
24127 $e = preg_replace('/[:]/', $subEntrySeparator, $e, 1); // Only replace first one
24257 // Go back to the first column - NEW PAGE
24404 // Go back to the first column