Home
last modified time | relevance | path

Searched refs:cell (Results 276 – 300 of 383) sorted by path

1...<<111213141516

/plugin/html2pdf/html2pdf/html2ps/
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 …]
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);
/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/html5video2/
H A Dstyle.css819 display: table-cell;
1251 display: table-cell;
1276 display: table-cell;
1643 display: table-cell;
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng199 | "fax" | "cell" | "video" | "pager"
/plugin/imagebox/
H A Dstyle.css
/plugin/issuetracker/
H A Dtablekit.js80 return $A(cell.parentNode.cells).indexOf(cell);
89 data.textContent = cell.textContent ? cell.textContent : cell.innerText;
96 if(!cell.id) {
346 while(!(cell.tagName && cell.tagName.match(/td|th/gi))) {
347 cell = cell.parentNode;
352 var cell;
412 cell = $(cell);
421 if(cell.id && TableKit.Sortable.types[cell.id]) {
625 var cell;
742 if(cell) {
[all …]
/plugin/jdraw/lib/
H A Djdraw.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
H A Djgraphx-examples.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DClickHandler.java48 Object cell = graphComponent.getCellAt(e.getX(), e.getY()); in ClickHandler()
50 if (cell != null) in ClickHandler()
52 System.out.println("cell="+graph.getLabel(cell)); in ClickHandler()
H A DGraphEditor.java116 Object cell = t.getCells()[0]; in GraphEditor()
118 if (graph.getModel().isEdge(cell)) in GraphEditor()
120 ((CustomGraph) graph).setEdgeTemplate(cell); in GraphEditor()
615 public String getToolTipForCell(Object cell) in getToolTipForCell() argument
618 mxGeometry geo = getModel().getGeometry(cell); in getToolTipForCell()
619 mxCellState state = getView().getState(cell); in getToolTipForCell()
621 if (getModel().isEdge(cell)) in getToolTipForCell()
H A DGraphEditor.java.bak97 Object cell = t.getCells()[0];
99 if (graph.getModel().isEdge(cell))
101 ((CustomGraph) graph).setEdgeTemplate(cell);
423 * Overrides drop behaviour to set the cell style if the target
484 * Prints out some useful information about the cell in the tooltip.
486 public String getToolTipForCell(Object cell)
489 mxGeometry geo = getModel().getGeometry(cell);
490 mxCellState state = getView().getState(cell);
492 if (getModel().isEdge(cell))
H A DPort.java35 public boolean isPort(Object cell) in Port()
37 mxGeometry geo = getCellGeometry(cell); in Port()
44 public String getToolTipForCell(Object cell) in Port()
46 if (model.isEdge(cell)) in Port()
48 return convertValueToString(model.getTerminal(cell, true)) + " -> " + in Port()
49 convertValueToString(model.getTerminal(cell, false)); in Port()
52 return super.getToolTipForCell(cell); in Port()
56 public boolean isCellFoldable(Object cell, boolean collapse) in Port()
H A DSchemaEditor.java38 public boolean isCellFoldable(Object cell, boolean collapse) in SchemaEditor()
40 return model.isVertex(cell); in SchemaEditor()
H A DUserObject.java64 public boolean isCellEditable(Object cell) in UserObject()
66 return !getModel().isEdge(cell); in UserObject()
70 public String convertValueToString(Object cell) in UserObject()
72 if (cell instanceof mxCell) in UserObject()
74 Object value = ((mxCell) cell).getValue(); in UserObject()
101 return super.convertValueToString(cell); in UserObject()
108 if (cell instanceof mxCell && newValue != null) in UserObject()
110 Object value = ((mxCell) cell).getValue(); in UserObject()
167 if (cell instanceof mxCell) in UserObject()
169 Object value = ((mxCell) cell).getValue(); in UserObject()
[all …]
H A DUserObject.java.bak58 public boolean isCellEditable(Object cell)
60 return !getModel().isEdge(cell);
64 public String convertValueToString(Object cell)
66 if (cell instanceof mxCell)
68 Object value = ((mxCell) cell).getValue();
95 return super.convertValueToString(cell);
102 if (cell instanceof mxCell && newValue != null)
104 Object value = ((mxCell) cell).getValue();
161 if (cell instanceof mxCell)
163 Object value = ((mxCell) cell).getValue();
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java782 Object cell = graph.getSelectionCell();
784 if (cell == null
785 || graph.getModel().getChildCount(cell) == 0)
787 cell = graph.getDefaultParent();
794 layout.execute(cell);

1...<<111213141516