Home
last modified time | relevance | path

Searched refs:cell (Results 226 – 250 of 383) sorted by path

12345678910>>...16

/plugin/diagramsnet/lib/styles/
H A Dgrapheditor.css1068 display:table-cell;
1231 display:table-cell;
1294 display:table-cell;
/plugin/dirtylittlehelper/
H A DREADME.md128 <td> cell with text </td>
129 <td> amnother cell </td>
H A Ddokuwiki_plugin_dirtylittlehelper.txt197 <td> cell with text </td>
198 <td> amnother cell </td>
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D1.1.js.map1 … 'byte',\n 'case',\n 'casex',\n 'casez',\n 'cell',\n 'chandle…
H A D2.2.js.map1cell borders. If one length is specified, it gives both the horizontal and vertical spacing. If tw…
H A D3.3.js.map1cell box. This means it works like vertical-align but in the horizontal direction.\\\").\"\n …
H A Dbundle.js.map1cell size)\n o = r * 3, // grid offset, to pad for blur\n n = (dx + o * 2) >> k, // grid…
H A Deditor.worker.js.map1 … [];\n // Each cell in the two arrays corresponds to a diagonal in the edit graph.\n …
H A Djson.worker.js.map1 … [];\n // Each cell in the two arrays corresponds to a diagonal in the edit graph.\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1cell","site","va","vb","cellHalfedgeStart","cellHalfedgeEnd","firstCircle","circlePool","Circle","…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js3156 aoLocal[i].nTr.appendChild( aoLocal[i][j].cell );
3161 aoLocal[i][j].cell == aoLocal[i+iRowspan][j].cell )
3169 aoLocal[i][j].cell == aoLocal[i][j+iColspan].cell )
3180 aoLocal[i][j].cell.rowSpan = iRowspan;
3181 aoLocal[i][j].cell.colSpan = iColspan;
6535 aReturn[j] = aLayout[i][j].cell;
H A Djquery.dataTables.min.js56cell);for(j[d][e]=1;typeof h[d+c]!="undefined"&&h[d][e].cell==h[d+c][e].cell;){j[d+c][e]=1;c++}for…
117 …H===0||H===1?1:H;m=u(a,d,0);for(h=0;h<r;h++)for(e=0;e<H;e++){a[d+e][m+h]={cell:c,unique:r==1?true:… property in Y.a
118 …c[b][e].unique&&(typeof d[e]=="undefined"||!a.bSortCellsTop))d[e]=c[b][e].cell;return d}function Y…
H A Djquery.dataTables.min.js.gz
/plugin/dtable/
H A Dhelper.php111 foreach ($array_line as $cell)
113 if ($cell[0] == 'tableheader_open')
115 $line .= '^'.$cell[1];
118 $line .= '|'.$cell[1];
151 public $cell = 0; variable in helper_plugin_dtable_handler
201 $this->calls[$row][0][$this->cell][1]++;
213 $this->cell = 0;
220 if ($this->calls[$this->row][0][$this->cell][3] == '' && $this->cell > 0) {
224 $this->cell++;
237 $this->calls[$this->row][0][$this->cell][3] .= "\n";
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md313 - Tables - bug when using colspan across columns which may have a cell width specified
315 - Tables - cell height (when specified) is not resized when table is shrunk
316 - Tables - if table width specified, but narrower than minimum cell wdith, and less than page width - table will expand to
317 minimum cell width(s) as long as $keep_table_proportions = true
318 - Tables - if using packTableData, and borders-collapse, wider border is overwriting content of adjacent cell
357 - Tables - cell in a nested table with a specified width, should determine width of parent table cell
379 - tables - if table width set to 100% and one cell/column is empty with no padding/border, sizing incorrectly
405 - cell height miscalculated when using hard-hyphenate
418 - table with fixed width column and long word in cell se
[all...]
/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*

12345678910>>...16