Lines Matching defs:j

4358 			$s .= '2 Tr 1 J 1 j ';
4937 $s .= sprintf(' 0 j 0 J [%.3F %.3F] 0 d ', $tbw * $dashon * Mpdf::SCALE, $tbw * $dashoff * Mpdf::SCALE);
4939 $s .= sprintf(' 1 j 1 J [%.3F %.3F] %.3F d ', 0.001, $tbw * $dot * Mpdf::SCALE, -$tbw / 2 * Mpdf::SCALE);
4942 $s .= ' 0 j 0 J [] 0 d ';
4976 $s .= sprintf(' 0 j 0 J [%.3F %.3F] 0 d ', $bbw * $dashon * Mpdf::SCALE, $bbw * $dashoff * Mpdf::SCALE);
4978 $s .= sprintf(' 1 j 1 J [%.3F %.3F] %.3F d ', 0.001, $bbw * $dot * Mpdf::SCALE, -$bbw / 2 * Mpdf::SCALE);
4981 $s .= ' 0 j 0 J [] 0 d ';
5015 $s .= sprintf(' 0 j 0 J [%.3F %.3F] 0 d ', $lbw * $dashon * Mpdf::SCALE, $lbw * $dashoff * Mpdf::SCALE);
5017 $s .= sprintf(' 1 j 1 J [%.3F %.3F] %.3F d ', 0.001, $lbw * $dot * Mpdf::SCALE, -$lbw / 2 * Mpdf::SCALE);
5020 $s .= ' 0 j 0 J [] 0 d ';
5054 $s .= sprintf(' 0 j 0 J [%.3F %.3F] 0 d ', $rbw * $dashon * Mpdf::SCALE, $rbw * $dashoff * Mpdf::SCALE);
5056 $s .= sprintf(' 1 j 1 J [%.3F %.3F] %.3F d ', 0.001, $rbw * $dot * Mpdf::SCALE, -$rbw / 2 * Mpdf::SCALE);
5059 $s .= ' 0 j 0 J [] 0 d ';
5154 $s .= ' 2 Tr 1 J 1 j ';
5266 $sub .= ' ' . (sprintf(' %.3F w 0 j 0 J ', $ut * Mpdf::SCALE));
5268 $sub .= ' ' . (sprintf(' %.3F w 2 j 2 J ', $olw * Mpdf::SCALE));
5317 $sub .=' ' . (sprintf(' %.3F w 0 j 0 J ', $ut * Mpdf::SCALE));
5319 $sub .=' ' . (sprintf(' %.3F w 2 j 2 J ', $olw * Mpdf::SCALE));
5352 $sub .=' ' . (sprintf(' %.3F w 0 j 0 J ', $ut * Mpdf::SCALE));
5354 $sub .=' ' . (sprintf(' %.3F w 2 j 2 J ', $olw * Mpdf::SCALE));
5577 for ($j = 0; $j < 99; $j++) {
5578 $init = array_search($c, $this->CurrentFont['subsets'][$j]);
5580 if ($this->CurrentFont['subsetfontids'][$j] != $last_fontid) {
5582 $fontid = $this->CurrentFont['subsetfontids'][$j];
5586 } elseif (count($this->CurrentFont['subsets'][$j]) < 255) {
5587 $n = count($this->CurrentFont['subsets'][$j]);
5588 $this->CurrentFont['subsets'][$j][$n] = $c;
5589 if ($this->CurrentFont['subsetfontids'][$j] != $last_fontid) {
5591 $fontid = $this->CurrentFont['subsetfontids'][$j];
5595 } elseif (!isset($this->CurrentFont['subsets'][($j + 1)])) {
5596 $this->CurrentFont['subsets'][($j + 1)] = [0 => 0];
5597 $this->CurrentFont['subsetfontids'][($j + 1)] = count($this->fonts) + $this->extraFontSubsets + 1;
5661 for ($j = 0; $j < 99; $j++) {
5662 $init = array_search($c, $this->CurrentFont['subsets'][$j]);
5664 if ($this->CurrentFont['subsetfontids'][$j] != $last_fontid) {
5665 $fontid = $this->CurrentFont['subsetfontids'][$j];
5669 } elseif (count($this->CurrentFont['subsets'][$j]) < 255) {
5670 $n = count($this->CurrentFont['subsets'][$j]);
5671 $this->CurrentFont['subsets'][$j][$n] = $c;
5672 if ($this->CurrentFont['subsetfontids'][$j] != $last_fontid) {
5673 $fontid = $this->CurrentFont['subsetfontids'][$j];
5677 } elseif (!isset($this->CurrentFont['subsets'][($j + 1)])) {
5678 $this->CurrentFont['subsets'][($j + 1)] = [0 => 0];
5679 $this->CurrentFont['subsetfontids'][($j + 1)] = count($this->fonts) + $this->extraFontSubsets + 1;
5935 $j = 0;
5960 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mb_enc));
5965 $tmpOTLdata = $this->otl->sliceOTLdata($OTLdata, $j, $i - $j);
5979 $j = $i;
6004 if ($i == $j) {
6010 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mb_enc));
6015 $tmpOTLdata = $this->otl->sliceOTLdata($OTLdata, $j, $i - $j);
6025 $tmp = rtrim(mb_substr($s, $j, $sep - $j, $this->mb_enc));
6030 $tmpOTLdata = $this->otl->sliceOTLdata($OTLdata, $j, $sep - $j);
6073 $j = $i;
6104 $this->Cell($w, $h, substr($s, $j, $i - $j), $b, 2, $align, $fill, $link);
6112 $j = $i;
6137 if ($i == $j) {
6143 $this->Cell($w, $h, substr($s, $j, $i - $j), $b, 2, $align, $fill, $link);
6149 $tmp = rtrim(substr($s, $j, $sep - $j));
6165 $this->Cell($w, $h, substr($s, $j, $sep - $j), $b, 2, $align, $fill, $link);
6174 $j = $i;
6201 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mb_enc));
6206 $tmpOTLdata = $this->otl->sliceOTLdata($OTLdata, $j, $i - $j);
6214 $this->Cell($w, $h, substr($s, $j, $i - $j), $b, 2, $align, $fill, $link);
7673 $this->writer->write('0 j 0 J [] 0 d');
9314 $s = sprintf('%d j', $mode);
15584 for ($j = $i + 2; $j < count($a); $j+=2) {
15585 $e = $a[$j];
19330 for ($j = 0; $j < $table['nc']; $j++) { // columns
19332 $table['wc'][$j]['miw'] = isset($table['wc'][$j]['miw']) ? $table['wc'][$j]['miw'] : 0;
19333 $table['wc'][$j]['maw'] = isset($table['wc'][$j]['maw']) ? $table['wc'][$j]['maw'] : 0;
19335 $table['wc'][$j]['miw'] /= $k;
19336 $table['wc'][$j]['maw'] /= $k;
19338 if (isset($table['decimal_align'][$j]['maxs0']) && $table['decimal_align'][$j]['maxs0']) {
19339 $table['decimal_align'][$j]['maxs0'] /= $k;
19342 if (isset($table['decimal_align'][$j]['maxs1']) && $table['decimal_align'][$j]['maxs1']) {
19343 $table['decimal_align'][$j]['maxs1'] /= $k;
19346 if (isset($table['wc'][$j]['absmiw']) && $table['wc'][$j]['absmiw']) {
19347 $table['wc'][$j]['absmiw'] /= $k;
19352 $c = &$table['cells'][$i][$j];
19532 // cells List of cells of each rows, cells[i][j] is a cell in the table
19550 for ($j = 0; $j < $nc; $j++) { // columns
19551 $wc = &$table['wc'][$j];
19553 if (isset($cs[$i][$j]) && $cs[$i][$j]) {
19554 $c = &$cs[$i][$j];
19579 $mw = $table['decimal_align'][$j]['maxs0'] + $table['decimal_align'][$j]['maxs1'] + $extrcw;
19600 if (isset($table['l'][$j])) {
19601 $table['l'][$j] += $c['miw'];
19603 $table['l'][$j] = $c['miw'];
19663 $table['wc'][($j + $k)]['wpercent'] = $c['wpercent'] / $c['colspan'];
19714 if (isset($table['l'][$j])) {
19715 $table['l'][$j] += $c['s'];
19717 $table['l'][$j] = $c['s'];
19720 $listspan[] = [$i, $j];
19756 list($i, $j) = $span;
19757 $c = &$cs[$i][$j];
19758 $lc = $j + $c['colspan'];
19765 for ($k = $j; $k < $lc; $k++) {
19789 for ($k = $j; $k < $lc; $k++) {
19794 for ($k = $j; $k < $lc; $k++) {
19810 for ($k = $j; $k < $lc; $k++) {
19815 for ($k = $j; $k < $lc; $k++) {
20252 for ($j = 0; $j < $numcols; $j++) { // columns
20256 if (isset($table['cells'][$i][$j]) && $table['cells'][$i][$j]) {
20258 $colspan = (isset($table['cells'][$i][$j]['colspan']) ? $table['cells'][$i][$j]['colspan'] : 1);
20263 for ($c = $j; $c < ($j + $colspan); $c++) {
20269 for ($c = $j; $c < ($j + $colspan); $c++) {
20273 $table['csp'][$j] = $w - $diff;
20351 for ($j = 0; $j < $numcols; $j++) { // columns
20352 if (isset($cells[$i][$j]) && $cells[$i][$j]) {
20353 $c = &$cells[$i][$j];
20382 list($x, $cw) = $this->_splitTableGetWidth($table, $i, $j);
20384 list($x, $cw) = $this->_tableGetWidth($table, $i, $j);
20428 $listspan[] = [$i, $j];
20448 if ($j == 0) {
20453 if ($j == 0) {
20471 list($i, $j) = $span;
20472 $c = &$cells[$i][$j];
20640 function _tableGetWidth(&$table, $i, $j)
20642 $cell = &$table['cells'][$i][$j];
20649 for ($k = 0; $k < $j; $k++) {
20652 $w = $widthcols[$j];
20654 for ($k = $j + $cell['colspan'] - 1; $k > $j; $k--) {
20665 function _splitTableGetWidth(&$table, $i, $j)
20667 $cell = &$table['cells'][$i][$j];
20674 $pg = $table['colPg'][$j];
20675 for ($k = 0; $k < $j; $k++) {
20680 $w = $widthcols[$j];
20682 for ($k = $j + $cell['colspan'] - 1; $k > $j; $k--) {
20695 function _tableGetHeight(&$table, $i, $j)
20697 $cell = &$table['cells'][$i][$j];
20732 for ($j = 0; $j < $table['nc']; $j++) {
20733 if ($table['cells'][$i][$j]) {
20734 if (isset($table['cells'][$i][$j]['colspan'])) {
20735 $cellsset += $table['cells'][$i][$j]['colspan'];
21343 for ($j = 0; $j < $numcols; $j++) { // Columns
21344 if (isset($cells[$i][$j]) && $cells[$i][$j]) {
21345 $cell = &$cells[$i][$j];
21349 $cbord = &$cells[$i][$j];
21369 $cbord['border_details']['cellposdom'] = ((($i + 1) / $numrows) / 10000 ) + ((($j + 1) / $numcols) / 10 );
21378 if ($j == 0) {
21381 if ($j == ($numcols - 1) || ($j + $ccolsp) == ($numcols)) {
21454 if (isset($cells[($i + $crowsp)][$j + $cspi])) {
21456 $adjc = $cells[($i + $crowsp)][$j + $cspi];
21459 $celladj = & $cells[($i + $crowsp)][$j + $cspi];
21485 if (!isset($cells[($i + $crowsp)][$j + $cspi]['colspan']) || (isset($cells[($i + $crowsp)][$j + $cspi]['colspan']) && $cells[($i + $crowsp)][$j + $cspi]['colspan'] < 2)) { // don't overwrite bordering cells that span
21499 if (!isset($cells[($i + $crowsp)][$j + $cspi]['colspan']) || (isset($cells[($i + $crowsp)][$j + $cspi]['colspan']) && $cells[($i + $crowsp)][$j + $cspi]['colspan'] < 2)) { // don't overwrite bordering cells that span
21520 if (!isset($cells[($i + $crowsp)][$j + $cspi]['colspan']) || (isset($cells[($i + $crowsp)][$j + $cspi]['colspan']) && $cells[($i + $crowsp)][$j + $cspi]['colspan'] < 2)) { // don't overwrite bordering cells that span
21529 if (!isset($cells[($i + $crowsp)][$j + $cspi]['colspan']) || (isset($cells[($i + $crowsp)][$j + $cspi]['colspan']) && $cells[($i + $crowsp)][$j + $cspi]['colspan'] < 2)) { // don't overwrite bordering cells that span
21537 $cells[$i + $crowsp][$j + $cspi]['borderbin'] = $this->_packCellBorder($celladj);
21544 if ($j < ($numcols - 1) || ($j + $ccolsp) < $numcols) { // Right-Left
21549 if (isset($cells[($i + $cspi)][$j + $ccolsp])) {
21551 $adjc = $cells[($i + $cspi)][$j + $ccolsp];
21554 $celladj = & $cells[$i + $cspi][$j + $ccolsp];
21573 if (!isset($cells[($i + $cspi)][$j + $ccolsp]['rowspan']) || (isset($cells[($i + $cspi)][$j + $ccolsp]['rowspan']) && $cells[($i + $cspi)][$j + $ccolsp]['rowspan'] < 2)) { // don't overwrite bordering cells that span
21586 if (!isset($cells[($i + $cspi)][$j + $ccolsp]['rowspan']) || (isset($cells[($i + $cspi)][$j + $ccolsp]['rowspan']) && $cells[($i + $cspi)][$j + $ccolsp]['rowspan'] < 2)) { // don't overwrite bordering cells that span
21605 if (!isset($cells[($i + $cspi)][$j + $ccolsp]['rowspan']) || (isset($cells[($i + $cspi)][$j + $ccolsp]['rowspan']) && $cells[($i + $cspi)][$j + $ccolsp]['rowspan'] < 2)) { // don't overwrite bordering cells that span
21612 if (!isset($cells[($i + $cspi)][$j + $ccolsp]['rowspan']) || (isset($cells[($i + $cspi)][$j + $ccolsp]['rowspan']) && $cells[($i + $cspi)][$j + $ccolsp]['rowspan'] < 2)) { // don't overwrite bordering cells that span
21618 $cells[$i + $cspi][$j + $ccolsp]['borderbin'] = $this->_packCellBorder($celladj);
21639 if (($i + $crowsp) < $numrows && isset($cells[$i + $crowsp][$j])) { // Has Bottom adjoining cell
21642 $adjc = $cells[$i + $crowsp][$j];
21645 $celladj = & $cells[$i + $crowsp][$j];
21673 if (($j + $ccolsp) < $numcols && isset($cells[$i][$j + $ccolsp])) { // Has Right adjoining cell
21676 $adjc = $cells[$i][$j + $ccolsp];
21679 $celladj = & $cells[$i][$j + $ccolsp];
21707 if ($i > 0 && isset($cells[$i - 1][$j]) && is_array($cells[$i - 1][$j]) && (($this->packTableData && $cells[$i - 1][$j]['borderbin']) || $cells[$i - 1][$j]['border'])) { // Has Top adjoining cell
21710 $adjc = $cells[$i - 1][$j];
21713 $celladj = & $cells[$i - 1][$j];
21747 $cells[$i - 1][$j]['borderbin'] = $this->_packCellBorder($celladj);
21752 if ($j > 0 && isset($cells[$i][$j - 1]) && is_array($cells[$i][$j - 1]) && (($this->packTableData && $cells[$i][$j - 1]['borderbin']) || $cells[$i][$j - 1]['border'])) { // Has Left adjoining cell
21755 $adjc = $cells[$i][$j - 1];
21758 $celladj = & $cells[$i][$j - 1];
21792 $cells[$i][$j - 1]['borderbin'] = $this->_packCellBorder($celladj);
21800 if ($j == 0 && $cbord['border_details']['L']['w']) {
21803 if (($j == ($numcols - 1) || ($j + $ccolsp) == $numcols ) && $cbord['border_details']['R']['w']) {
21837 for ($j = ($numcols - 1); $j >= 0; $j--) { // Columns
21838 if (isset($cells[$i][$j]) && $cells[$i][$j]) {
21839 $cell = &$cells[$i][$j];
21840 $col = $numcols - $j - 1;
21856 $row[$col] = $cells[$i][$j];
21998 for ($j = $startcol; $j < $numcols; $j++) { // Columns
21999 if (isset($cells[$i][$j]) && $cells[$i][$j]) {
22000 $cell = &$cells[$i][$j];
22002 if ($table['colPg'][$j] != $splitpg) {
22005 list($x, $w) = $this->_splitTableGetWidth($table, $i, $j);
22006 $js = $j - $startcol;
22008 list($x, $w) = $this->_tableGetWidth($table, $i, $j);
22009 $js = $j;
22012 list($y, $h) = $this->_tableGetHeight($table, $i, $j);
22100 for ($j = $startcol; $j < $numcols; $j++) { // Columns
22102 if ($table['colPg'][$j] > $splitpg) {
22105 $lastCol = $j;
22107 if (isset($cells[$i][$j]) && $cells[$i][$j]) {
22108 $cell = &$cells[$i][$j];
22110 $lastCol = $j + (isset($cell['colspan']) ? ($cell['colspan'] - 1) : 0);
22111 list($x, $w) = $this->_splitTableGetWidth($table, $i, $j);
22113 list($x, $w) = $this->_tableGetWidth($table, $i, $j);
22116 list($y, $h) = $this->_tableGetHeight($table, $i, $j);
22132 if ($j == $startcol && ((($y + $maxrowheight + $extra ) > ($pagetrigger + 0.001)) || (($this->keepColumns || !$this->ColActive) && !empty($tablefooter) && ($y + $maxrowheight + $tablefooterrowheight + $extra) > $pagetrigger) && ($this->tableLevel == 1 && $i < ($numrows - $table['headernrows']))) && ($y0 > 0 || $x0 > 0) && !$this->InFooter && $this->autoPageBreak) {
22295 if (!$this->ColActive && ($i > 0 || $j > 0)) {
22351 if ($i == 0 && $j == 0) {
22505 if ($i == 0 && $j == 0 && $level == 1) {
22526 if ($this->blklvl > 0 && ($j == 0) && !$this->table_rotate && $level == 1) {
22577 if ($j == 0) { // Left
22584 if ($j == ($numcols - 1) || (isset($cell['colspan']) && ($j + $cell['colspan']) == $numcols) || (!isset($cell['colspan']) && ($j + 1) == $numcols)) { // Right
22762 if ($j == 0) {
22768 $tableheader[$i][$j]['x'] = $x;
22769 $tableheader[$i][$j]['y'] = $y;
22770 $tableheader[$i][$j]['h'] = $h;
22771 $tableheader[$i][$j]['w'] = $w;
22773 $tableheader[$i][$j]['textbuffer'] = $cell['textbuffer'];
22775 $tableheader[$i][$j]['textbuffer'] = '';
22777 $tableheader[$i][$j]['a'] = $cell['a'];
22778 $tableheader[$i][$j]['R'] = $cell['R'];
22780 $tableheader[$i][$j]['va'] = $cell['va'];
22781 $tableheader[$i][$j]['mih'] = $cell['mih'];
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);
22786 $tableheader[$i][$j]['bgcolor'] = $cell['bgcolor'];
22789 $tableheader[$i][$j]['border'] = $bord;
22790 $tableheader[$i][$j]['border_details'] = $bord_det;
22792 $tableheader[$i][$j]['border'] = $table['simple']['border'];
22793 $tableheader[$i][$j]['border_details'] = $table['simple']['border_details'];
22795 $tableheader[$i][$j]['padding'] = $cell['padding'];
22797 $tableheader[$i][$j]['direction'] = $cell['direction'];
22800 $tableheader[$i][$j]['cellLineHeight'] = $cell['cellLineHeight'];
22803 $tableheader[$i][$j]['cellLineStackingStrategy'] = $cell['cellLineStackingStrategy'];
22806 $tableheader[$i][$j]['cellLineStackingShift'] = $cell['cellLineStackingShift'];
22841 $rep = sprintf("%01." . intval($m[1]) . "f", $this->colsums[$j]);
22845 if (isset($this->colsums[$j])) {
22846 $this->colsums[$j] += $this->toFloat($cell['textbuffer'][0][0]);
22848 $this->colsums[$j] = $this->toFloat($cell['textbuffer'][0][0]);
22971 $smax = $table['decimal_align'][$j]['maxs0'];
22972 $d_content = $table['decimal_align'][$j]['maxs0'] + $table['decimal_align'][$j]['maxs1'];
22997 if (isset($table['trgradients'][$i]) && ($j == 0 || $table['borders_separate'])) {
23018 if (isset($table['trbackground-images'][$i]) && ($j == 0 || $table['borders_separate'])) {
23097 if ($j == 0) { // Left
23103 if ($j == ($numcols - 1) || (isset($cell['colspan']) && ($j + $cell['colspan']) == $numcols)) { // Right
26796 for ($j = 0; $j < count($chardata[$sch]); $j++) {
26797 $s .= UtfString::code2utf($chardata[$sch][$j]['uni']);