Home
last modified time | relevance | path

Searched refs:cell (Results 326 – 350 of 383) sorted by last modified time

1...<<111213141516

/plugin/latexit/tests/my/
H A Dtest8.latex37 Row 1 Col 1 & \multirow{3}{*}{ this cell spans vertically } & Row 1 Col 3 \\
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest8.txt13 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
/plugin/subjectindex/plugins/
H A Dbible_verses.txt27345 But, look! Jehovah's angel stood by, and a light shone in the prison cell. Striking Peter on the si…
/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
H A Dcss.vertical-align.inc.php35 $old_top = $cell->get_top();
36 $cell->offset(0, -$delta);
37 $cell->put_top($old_top);
45 $old_top = $cell->get_top();
46 $cell->offset(0, -$delta);
47 $cell->put_top($old_top);
55 $old_top = $cell->get_top();
56 $cell->offset(0, -$delta);
57 $cell->put_top($old_top);
72 $cell->offset(0, -$delta);
[all …]
H A Ddefault.css419 display: table-cell;
424 display: table-cell;
H A Dstrategy.table.layout.auto.php16 $cell = $table->content[$colspan->row]->content[$colspan->column];
20 $cell_width = $cell->$width_fun($context);
H A Dbox.table.php38 function &cell($r, $c) { function in TableBox
196 $cell = $row->content[$j];
199 if ($cell->rowspan > 1) { continue; }
206 $cell->put_height_constraint($hc);
234 if ($cell->colspan > 1) { continue; }
280 if (!$cell->is_fake() &&
897 $cell =& $this->cell($i, $col);
900 if ($cell->colspan > 1 &&
1161 $cell =& $this->cell($i, $col);
1244 $cell->put_full_width($cw);
[all …]
H A Dbox.table.row.php75 $cell =& $this->content[$i];
78 $cell->offset(0,
80 $cell->get_top_margin());
83 if ($cell->rowspan == 1) {
84 $va = $cell->get_css_property(CSS_VERTICAL_ALIGN);
86 $va_fun->apply_cell($cell, $height, $baseline);
89 $cell->put_full_height($height);
97 $cell = $this->content[$i];
98 if ($cell->rowspan == 1) {
203 $cell =& $this->content[$i];
[all …]
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1cell";s:10:"_important";b:0;}i:1;O:22:"CSSPropertyDeclaration":3:{s:5:"_code";i:108;s:6:"_value";i…
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.table.php49 $cell = $tree->get_element_by_id('cell');
50 $line1 = $cell->content[0]->getLineBox(0);
H A Dtest.table.border.nested.php26 $cell = $tree->get_element_by_id('cell');
27 $cell_border = $cell->getCSSProperty(CSS_BORDER);
H A Dtest.table.column.width.php50 $cell =& $tree->get_element_by_id('container-cell');
54 $this->assertTrue($cell->get_width() >= $table->get_width(),
56 $cell->get_width(),
67 $cell =& $tree->get_element_by_id('container-cell');
71 $container_cell_width = $cell->get_width();
72 $container_cell_min_width = $cell->content[0]->get_width();
78 $cell_width = $cell1->get_width() + $cell2->get_width() + $cell->get_width();
H A Dtest.table.top-boundary.php22 $cell = $tree->get_element_by_id('cell');
25 $cell->get_top_margin(),
27 $text = $cell->content[0]->content[0];
29 $cell->get_top_margin(),
51 $cell = $tree->get_element_by_id('cell');
54 $cell->get_top_margin(),
56 $text = $cell->content[0]->content[0];
58 $cell->get_top_margin(),
/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.js.gz
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…
/plugin/sqlraw/
H A Dsyntax.php229 foreach ($row as $cell) {
231 $renderer->cdata($cell);
247 foreach ($row as $name => $cell) {
251 $renderer->cdata($cell);
515 foreach ($cells[0] as $cell) {
516 $test = strip_tags(trim(str_replace($numbs, "", $cell)));
521 $cell = str_replace($numberStuff, '', $cell);
526 $mycells[$row_index][$cell_index] = trim(strip_tags($cell));
590 foreach ($element->find('th') as $cell) {
H A Dtest2.php35 foreach ($element->find('th') as $cell) {
40 foreach ($element->find('td') as $cell) {
67 foreach ($element->find('th') as $cell) {
68 …if (strpos(trim($cell->class), 'actions') === false && strpos(trim($cell->class), 'checker') === f…
74 foreach ($element->find('td') as $cell) {
75 …if (strpos(trim($cell->class), 'actions') === false && strpos(trim($cell->class), 'checker') === f…
115 $mdTable[$rowPos][$colPos] = $cell->plaintext;
117 if (isset($cell->rowspan)) {
119 for ($i=1; $i <= ($cell->rowspan)-1; $i++) {
124 if (isset($cell->colspan)) {
[all …]
H A Dsorttable.min.js10 …hildNodes,function(cell){if(cell.nodeType==1){cell.className=cell.className.replace('sorttable_sor… argument
/plugin/ffindr/
H A Dffindr.php110 foreach ($data['format'] as $cell) {
113 switch (trim($cell)) {
/plugin/table2csv/
H A DgetTableData.php41 foreach ($cells[0] as $cell) {
42 $mycells[$row_index][$cell_index] = trim(strip_tags($cell));
/plugin/aceeditor/
H A Dbuild.js1 …vefit|lsqlin|lsqnonlin|lsqnonneg|optimget|optimset|optimtool|quadprog",r="cell|struct|char|double|…
/plugin/searchpattern/
H A Dstyle.css30 div.dokuwiki div.sp_main table.sp_main_table th.sp_title{ /*the main title cell of the table*/
52 div.dokuwiki div.sp_main table.sp_main_table td.sp_warning{ /*the warning cell*/
67 div.dokuwiki div.sp_main table.sp_main_table td.sp_options { /*the options cell*/
72 div.dokuwiki div.sp_main table.sp_main_table td.sp_options ul { /*the inside options cell*/
95 div.dokuwiki div.sp_main table.sp_main_table td.sp_nores{ /*the "no result" cell*/
96 /* @date 20130407 by Leo Eibler <dokuwiki@sprossenwanne.at> add no_result cell background-color */
/plugin/bible/bible_douayRheims/
H A D1_Paralipomenon.txt841 26:18. In the cells also of the porters toward the west four in the way: and two at every cell.

1...<<111213141516