Home
last modified time | relevance | path

Searched refs:cell (Results 251 – 275 of 383) sorted by path

1...<<111213141516

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
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.php410 $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'];
H A DSelect.php140 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; // *TABLES*
H A DTable.php40 $this->mpdf->cell['PARENTCELL'] = $this->mpdf->saveInlineProperties();
42 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cells'] = $this->mpdf->cell;
49 if ($this->mpdf->tableLevel > 1) { // inherit table properties from cell in which nested
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'];
82 $this->mpdf->cell = [];
129 if ($this->mpdf->tableLevel > 1) { // inherit table properties from cell i
[all...]
H A DTd.php27 while (isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col])) {
404 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col] = $c;
406 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0;
410 $cs = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['colspan'] = $attr['COLSPAN'];
419 $this->mpdf->cell[$this->mpdf->row][$l] = 0;
424 $rs = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['rowspan'] = $attr['ROWSPAN'];
430 $this->mpdf->cell[$k][$l] = 0;
447 // Added for correct calculation of cell column width - otherwise misses the last line if not end </p> etc.
448 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
449 if (!is_array($this->mpdf->cell[
[all...]
H A DTextArea.php149 $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'];
H A DTocEntry.php27 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
H A DTr.php78 $c = & $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col];
81 $cell = $this->mpdf->_unpackCellBorder($c['borderbin']);
83 $cell = $c;
85 $cell['border_details']['R'] = $this->mpdf->border_details(
88 $this->mpdf->setBorder($cell['border'], Border::RIGHT, $cell['border_details']['R']['s']);
90 $c['borderbin'] = $this->mpdf->_packCellBorder($cell);
93 $c = $cell;
/plugin/edittable/lib/
H A Dhandsontable.full.js15813 var cell = settings.cell[key];
15815 instance.setCellMetaObject(cell.row, cell.col, cell);
19715 cell: [],
25339 var cell = {};
25345 cell.TD = TD;
25348 cell.TD = this.instance.wtTable.getCell(cell.coords);
25352 cell.TD = this.instance.wtTable.getCell(cell.coords);
25356 return cell;
39826 if (!cell || !(0, _utils.hasSubMenu)(cell)) {
40096 if (!cell) {
[all …]
H A Dhandsontable.less180 /* preserve new line character in cell */
410 TextRenderer readOnly cell
/plugin/edittable/renderer/
H A Dinverse.php696 foreach($row as $cell) {
700 $nextkey += $cell['colspan'] - 1;
701 $table[$inorm][$nextkey] = $cell;
718 foreach($row as $n => $cell) {
720 $diff = (utf8_strlen($cell['text']) + $cell['colspan'] +
724 $span = $cell['colspan'];
745 foreach($row as $n => $cell) {
747 $span = $cell['colspan'];
756 switch($cell['align']) {
770 str_repeat($types[$cell['tag']], $cell['colspan'] - 1);
[all …]
/plugin/edittable/script/
H A Dcontextmenu.js38 jQuery.each(edittable.cellArray(selection), function (index, cell) { argument
39 var col = cell.col;
40 var row = cell.row;
55 jQuery.each(edittable.cellArray(selection), function (index, cell) { argument
56 var col = cell.col;
57 var row = cell.row;
74 jQuery.each(edittable.cellArray(selection), function (index, cell) { argument
75 var col = cell.col;
76 var row = cell.row;
94 var col = cell.col;
[all …]
/plugin/extlist/css/
H A D_bullets.less99 display: table-cell;
H A D_numbering.less25 display: table-cell;
83 display: table-cell;
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt272 … horizontally, just make the next cell completely empty as shown above. Be sure to have always the…
281 As you can see, it's the cell separator before a cell which decides about the formatting:
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt283 To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators!
292 As you can see, it's the cell separator before a cell which decides about the formatting:
302 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
309 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js148 var cell = tableMap[i][j] ;
150 var colSpan = isNaN( cell.colSpan) ? 1 : cell.colSpan ;
182 cell.width = "" ;
183 cell.style.width = "" ;
196 var cell = tableMap[i][j] ;
197 if ( cell._Processed )
199 if ( tableMap[i][j-1] != cell )
202 cell.width = parseInt( cell.width, 10 ) + parseInt( colArray[j].width, 10 ) ;
203 if ( tableMap[i][j+1] != cell )
205 processedCells.push( cell ) ;
[all …]
/plugin/ffindr/
H A Dffindr.php110 foreach ($data['format'] as $cell) {
113 switch (trim($cell)) {
/plugin/filelisting/
H A Dstyle.less31 //checkbox cell
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.tab…
/plugin/gcalendar/inc/
H A Dgcal_show.php176 $cell = "";
187 if($cell!="") $cell .= "\n";
188 $cell .= $event["content"];
204 echo "<td class='gCal_wd $class'>$cell</td>";
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog556 * Fixed: cell borders set via table 'border' attribute
910 * Fixed: Content of table cell spanning several rows was not
1112 * Fixed: bottom margin of the block box inside the cell element
1447 * box.table.cell.ps: fixed bug 1255612 (PS) 'nowrap' cell width
1616 is applied to the cell children
1686 * box.table.cell.php: fixed bug 1238161 - Bottom part of rowspaned

1...<<111213141516