Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 25 of 383) sorted by last modified time

12345678910>>...16

/plugin/dbquery/syntax/
H A Dquery.php114 foreach ($row as $cell) {
116 $this->cellFormat($cell, $R);
/plugin/siteexport/
H A Djquery.filedownload.js150 …|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(…
/plugin/struct/meta/
H A DAccessTableGlobal.php80 static fn($isempty, $cell) => $isempty && ($cell === '' || $cell === [] || $cell === null),
/plugin/acknowledge/
H A Dstyle.less34 display: table-cell;
/plugin/photogallery/
H A Dall.less38 display: table-cell;
49 display: table-cell;
/plugin/columns/
H A Dsyntax.php448 private function getOdtTableStyleName($blockId, $columnId = 0, $cell = 0) { argument
458 if ($cell != 0) {
459 $result .= $cell;
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php978 foreach ($matches[0] as $index => $cell)
980 $cell = trim($cell);
985 'text' => $cell,
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe5412 cell ent
19547 cell ence
21786 Ġcan cell
25419 cell aneous
46088 cell s
/plugin/bez/
H A Dstyle.css182 display: table-cell;
189 display: table-cell;
473 display: table-cell;
480 display: table-cell;
571 display: table-cell;
577 display: table-cell;
757 display: table-cell;
/plugin/sql/
H A Dsyntax.php158 foreach ($row as $cell) {
161 $renderer->nest(p_get_instructions($cell));
163 $renderer->cdata($cell);
174 foreach ($row as $name => $cell) {
179 $renderer->nest(p_get_instructions($cell));
181 $renderer->cdata($cell);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js1271 this.cell = cell;
1980 if (cell && cell.type !== Enums.ValueType.Null) {
2261 var range = new Range(cell.row, cell.col, cell.row, cell.col, sheetName);
2337 return cell.mark && _this._explore(matrix, cell);
2353 if (cell.row !== row || cell.col !== col) {
2995 if (!cell) {
3103 if (cell && cell.type !== Enums.ValueType.Null) {
3157 if (cell && cell.type !== Enums.ValueType.Null) {
3158 values[cell.col] = cell.value;
3207 return cell && cell.type !== Enums.ValueType.Null;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4373 if(cell.t == "e") return BErr[cell.v] || cell.v;
4432 … else { cell.t = 'n'; cell.v = datenum(cell.v, o.date1904); cell.w = SSF_format(cell.z, cell.v); }
8271 if(!cell || (cell.v == null && (!cell.f || cell.F))) continue;
10463 if (!cell || cell.v == null && (!cell.f || cell.F)) {
15511 cell = dup(cell);
16714 cell = dup(cell);
16740 if(cell.v == (cell.v | 0) && cell.v > -1000 && cell.v < 1000) {
17957 if(cell.t === 'e') { cell.w = cell.w || BErr[cell.v]; }
17960 if((cell.v|0) === cell.v) cell.w = cell.v.toString(10);
18012 else if(cell.v<60) cell.v = cell.v -1;
[all …]
/plugin/xlsx2dw/
H A Dscript.js55 row.forEach((cell, index) => {
68 … colorFont: (cell?.colorFont && cell.colorFont.length === 7) ? cell.colorFont : "#000000",
69 …colorBackground: (cell?.colorBackground && cell.colorBackground.length === 7) ? cell.colorBackgrou…
119 row.forEach(cell => {
126 … ((cell["-self-closing"] !== undefined) || (cell["-office:value-type"] !== undefined)) &&
276 if(!cell.isMerged) {
333 function setStyle(cell) { argument
334 let styledCell = cell.value;
341 if (cell.isMerged) {
350 if (!cell.value && !cell.isMerged) {
[all …]
/plugin/button/
H A Dstyle.css28 display: table-cell;
38 display: table-cell;
/plugin/copycode/
H A Dstyle.css
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php543 var $cell;
552 // mPDF 6 Used for table cell (block-type) properties
770 var $cMarginL; // cell margin Left
771 var $cMarginR; // cell margin Right
772 var $cMarginT; // cell margin Left
773 var $cMarginB; // cell margin Right
779 var $y; // current position in user unit for cell positioning
781 var $lasth; // height of last cell printed
1315 // Interior cell margin (1 mm) ? not used
1509 $this->cell
549 var $cell; global() variable in Mpdf\\Mpdf
19377 _packCellBorder($cell) global() argument
[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[
[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.php108 if ($this->mpdf->cell) {
109 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];

12345678910>>...16