Home
last modified time | relevance | path

Searched refs:col (Results 201 – 225 of 378) sorted by path

12345678910>>...16

/plugin/doodle4/
H A Ddoodle_template.php60 <?php for ($col = 0; $col < $c; $col++) { variable
61 echo $userData['choice'][$col];
72 for ($col = 0; $col < $c; $col++) { variable
74 echo $template['count'][$col];
157 for ($col = 0; $col < $c; $col++) { variable
158 $userAuswahl[$userZahl][$col] = $userData['choice'][$col];
180 <?php for ($col = 0; $col < $c1 ; $col++) { variable
182 echo $userAuswahl[$col][$userZahl];
/plugin/dtable/
H A Dscript.js408 var col = 0;
448 col++;
469 col = colspan_callback.call(this, $form_row, colspan, width, height, tclass, col, content);
479 col++;
550 col++;
552 return col;
596 textareas.push(col);
597 col++;
601 textareas.push(col);
602 col++;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DRm4Scc.php87 // table for checksum calculation (row,col)
127 $col = 0;
130 $col += $checktable[$code[$i]][1];
133 $col %= 6;
134 $chk = array_keys($checktable, [$row, $col]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php1078 $col = preg_replace('/,/', '*', $x[0][$i]);
1079 $v = str_replace($x[0][$i], $col, $v);
1099 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[2]), $this->mpdf->PDFAXwarnings);
1105 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[3]), $this->mpdf->PDFAXwarnings);
1108 $new['col'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[4]), $this->mpdf->PDFAXwarnings);
1112 if (empty($new['col'])) {
1113 $new['col'] = $this->colorConverter->convert('#888888', $this->mpdf->PDFAXwarnings);
1128 $col = preg_replace('/,\s/', '*', $x[0][$i]);
1129 $v = str_replace($x[0][$i], $col, $v);
1159 $new['col']
[all...]
H A DGradient.php153 // $col = array(R,G,B/255); or array(G/255); or array(C,M,Y,K/100)
154 // $stops = array('col'=>$col [, 'opacity'=>0-1] [, 'offset'=>0-1])
537 $this->mpdf->gradients[$n]['stops'][$i]['col'] = sprintf('%.3F %.3F %.3F %.3F', ord($stops[$i]['col'][1]) / 100, ord($stops[$i]['col'][2]) / 100, ord($stops[$i]['col'][3]) / 100, ord($stops[$i]['col'][4]) / 100);
539 $this->mpdf->gradients[$n]['stops'][$i]['col'] = sprintf('%.3F', ord($stops[$i]['col'][
869 getStop($col, $el, $convertOffset = false) global() argument
[all...]
H A DMpdf.php544 var $col;
1510 $this->col = -1;
2347 $s .= 'q ' . $this->SetFColor($pb['col'], true) . "\n";
2349 if ($pb['col'] && $pb['col'][0] === '5') { // RGBa
2350 $s .= $this->SetAlpha(ord($pb['col'][4]) / 100, 'Normal', true, 'F') . "\n";
2351 } elseif ($pb['col'] && $pb['col'][0] === '6') { // CMYKa
2352 $s .= $this->SetAlpha(ord($pb['col'][5]) / 100, 'Normal', true, 'F') . "\n";
2586 $s .= 'q ' . $this->SetFColor($pb['col'], tru
550 var $col; global() variable in Mpdf\\Mpdf
3328 SetColor($col, $type = '') global() argument
3352 SetDColor($col, $return = false) global() argument
3368 SetFColor($col, $return = false) global() argument
3385 SetTColor($col, $return = false) global() argument
26036 WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = 1, $border = 0, $paddingL = 1, $paddingR = 1, $paddingT = 2, $paddingB = 2, $height = 1, $bgcol = false, $col = false, $btype = 'ISBN', $supplement = '0', $supplement_code = '', $k = 1) global() argument
26416 WriteBarcode2($code, $x = '', $y = '', $size = 1, $height = 1, $bgcol = false, $col = false, $btype = 'IMB', $print_ratio = '', $k = 1) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php1215 $col = $this->colorModeConverter->rgb2cmyk([3, $trns[0], $trns[1], $trns[2]]);
1216 $c1 = (int) ($col[1] * 2.55);
1217 $c2 = (int) ($col[2] * 2.55);
1218 $c3 = (int) ($col[3] * 2.55);
1219 $c4 = (int) ($col[4] * 2.55);
1235 $col = $this->colorModeConverter->rgb2cmyk([3, $r, $g, $b]);
1236 $c1 = (int) ($col[1] * 2.55);
1237 $c2 = (int) ($col[2] * 2.55);
1238 $c3 = (int) ($col[3] * 2.55);
1239 $c4 = (int) ($col[
[all...]
H A DSvg.php776 'col' => $gradient_info['color'][$i]['color'],
1005 'col' => $gradient_info['color'][$i]['color'],
1370 $col = $this->colorConverter->convert($critere_style['color'], $this->mpdf->PDFAXwarnings);
1371 if ($col) {
1372 if ($col[0] == 5 && is_numeric($col[4])) {
1373 $critere_style['fill-opacity'] = ord($col[4] / 100);
1375 if ($col[0] == 6 && is_numeric($col[5])) {
1376 $critere_style['fill-opacity'] = ord($col[
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DAnnotation.php89 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
H A DBarCode.php258 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
H A DBlockTag.php117 if ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] > 0 && !$this->mpdf->nestedtablejustfinished) {
119 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
120 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
121 } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) {
122 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
124 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
128 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['
[all...]
H A DBookmark.php21 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
H A DBr.php59 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
60 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
61 } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) {
62 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
64 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
H A DDotTab.php52 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
53 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
54 } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) {
55 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
57 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
H A DHr.php109 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
110 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
111 } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) {
112 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
114 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
H A DImg.php417 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
446 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e]; // *TABLES*
H A DIndexEntry.php21 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
H A DInlineTag.php70 && isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['direction'])
71 && $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['direction'] === 'rtl') {
212 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$annot]; // *TABLES*
H A DInput.php89 $objattr['border-col'] = $this->colorConverter->convert($properties['BORDER-TOP-COLOR'], $this->mpdf->PDFAXwarnings);
92 $objattr['background-col'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
410 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
H A DMeter.php291 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];
350 $col = 'orange';
352 $col = 'orange';
354 $col = '#008800';
360 $svg .= '<ellipse fill="' . $col . '" stroke="#000000" stroke-width="0.5px" cx="' . $cx . '" cy="' . $cy . '" rx="' . $rx . '" ry="' . $ry . '"/>';
411 $col = 'orange';
413 $col = 'orange';
415 $col = 'orange';
421 $svg .= '<ellipse fill="' . $col . '" stroke="#000000" stroke-width="0.5px" cx="' . $cx . '" cy="' . $cy . '" rx="' . $rx . '" ry="' . $ry . '"/>';
H A DSelect.php140 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; // *TABLES*
H A DTable.php44 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['currcol'] = $this->mpdf->col;
54 $direction = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['direction'];
55 $txta = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['a'];
56 $cellLineHeight = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineHeight'];
57 $cellLineStackingStrategy = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineStackingStrategy'];
58 $cellLineStackingShift = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineStackingShift'];
76 $this->mpdf->col,
83 $this->mpdf->col = -1; //int
707 $this->mpdf->col = $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['currcol'];
713 $objattr['col']
[all...]
H A DTd.php25 $this->mpdf->col++;
27 while (isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col])) {
28 $this->mpdf->col++;
32 if ($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc'] < $this->mpdf->col + 1) {
33 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc'] = $this->mpdf->col + 1;
49 if ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col == 0) {
113 } elseif ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col == 0) {
289 } elseif ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col == 0) {
319 } elseif ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col == 0) {
334 if ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col
[all...]
H A DTextArea.php86 $objattr['border-col'] = $this->colorConverter->convert($properties['BORDER-TOP-COLOR'], $this->mpdf->PDFAXwarnings);
89 $objattr['background-col'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
149 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; // *TABLES*
H A DTextCircle.php235 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width'];

12345678910>>...16