Home
last modified time | relevance | path

Searched refs:cell (Results 101 – 125 of 383) sorted by relevance

12345678910>>...16

/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc21 for ( var j = 0, cell, cells = row.cells.length; j < cells; j++ ) {
22 cell = row.cells[ j ];
23 cols += cell.colSpan;
85 // Webkit could report the following range on cell selection (#4948):
130 var cell = row.append( makeElement( 'td' ) );
131 cell.appendBogus();
211 // cursor inside the first cell (#7959), IE needs a while.
289 // If just one cell isn't a TH then it isn't a header column
/plugin/data/syntax/
H A Dentry.php480 foreach ($cells as $index => $cell) {
482 $renderer->form->addElement($cell);
626 foreach ($cells as $index => $cell) {
628 if (is_a($cell, Element::class)) {
629 $renderer->form->addElement($cell);
631 $renderer->form->addHTML($cell);
/plugin/button/
H A Dstyle.css28 display: table-cell;
38 display: table-cell;
/plugin/cellbg/
H A DREADME2 It will enable syntax to set cell background in tables.
/plugin/cellbg2/
H A DREADME2 It will enable syntax to set cell background in tables.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
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 DBookmark.php21 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
H A DIndexEntry.php21 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
H A DTocEntry.php27 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
/plugin/searchtablejs/
H A Dtablefilter.js310 var cell = getChildElms(row[k]).childNodes;
311 var nchilds = cell.length;
320 var cell_data = getCellText(cell[j]);
375 var cell = getChildElms(row[k]).childNodes;
376 var nchilds = cell.length;
386 var cell_data = getCellText(cell[j]).toLowerCase();
693 var cell = getChildElms(row[i]).childNodes;
694 var nchilds = cell.length;
702 var cell_data = getCellText( cell[j] ).toLowerCase();
728 cell = row.childNodes[k];
[all …]
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js310 var cell = getChildElms(row[k]).childNodes;
311 var nchilds = cell.length;
320 var cell_data = getCellText(cell[j]);
375 var cell = getChildElms(row[k]).childNodes;
376 var nchilds = cell.length;
386 var cell_data = getCellText(cell[j]).toLowerCase();
693 var cell = getChildElms(row[i]).childNodes;
694 var nchilds = cell.length;
702 var cell_data = getCellText( cell[j] ).toLowerCase();
728 cell = row.childNodes[k];
[all …]
/plugin/extlist/css/
H A D_numbering.less25 display: table-cell;
83 display: table-cell;
/plugin/table2csv/
H A DgetTableData.php41 foreach ($cells[0] as $cell) {
42 $mycells[$row_index][$cell_index] = trim(strip_tags($cell));
/plugin/textile2/
H A DclassTextile.php441 foreach(explode("|", $row) as $cell) {
443 if (preg_match("/^_/", $cell)) $ctyp = "h";
444 if (preg_match("/^(_?$this->s$this->a$this->c\. )(.*)/", $cell, $cmtch)) {
446 $cell = $cmtch[2];
449 $cell = $this->graf($this->span($cell));
451 if (trim($cell) != '')
452 $cells[] = "\t\t\t<t$ctyp$catts>$cell</t$ctyp>";
/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js1027 var cell = graph.getSelectionCell();
1032 if (graph.model.isVertex(cell))
2171 cell.geometry.setTerminalPoint(new mxPoint(cell.geometry.width, 0), false);
2172 cell.geometry.points = [];
2173 cell.geometry.relative = true;
2174 cell.edge = true;
2177 cell.geometry.width, cell.geometry.height,
2181 cell = cell.clone();
2183 cell.geometry.width = graph.defaultEdgeLength + 20;
2185 cell.geometry.setTerminalPoint(new mxPoint(cell.geometry.width, 20), false);
[all …]
H A DEditorUi.js7792 var cell = null;
7806 return cell;
7917 var cell = null;
8003 graph.setLinkForCell(cell, cell.value);
8015 return [cell];
11590 if (cell != null && cell.style != null)
13193 lookups[edges[e].to][cell.getAttribute(edges[e].to)] = cell;
13199 graph.setLinkForCell(cell, cell.getAttribute(link));
13222 cell.geometry.y = originY + parseFloat(cell.getAttribute(top));
13393 insertEdge(cell, cell, edge);
[all …]
/plugin/ffindr/
H A Dffindr.php110 foreach ($data['format'] as $cell) {
113 switch (trim($cell)) {
/plugin/combo/resources/theme/default/components/css/
H A Dtable.css2 /*no-cell wrap*/
/plugin/dbquery/syntax/
H A Dquery.php114 foreach ($row as $cell) {
116 $this->cellFormat($cell, $R);
/plugin/jdraw/src/com/mxgraph/examples/swing/
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))
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php228 foreach ($row as $c => $cell) {
231 $this->renderAbsy($cell);
240 foreach ($row as $c => $cell) {
243 $this->renderAbsy($cell);
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js208 result.cells.push(cell);
215 !graph.isTableRow(cell) && !graph.isTableCell(cell);
217 result.cell = result.cell || graph.isTableCell(cell);
219 result.vertices.push(cell);
283 result.edges.push(cell);
1958 var cell = ss.cells[0];
1979 !graph.isTable(cell) && !ss.row && !ss.cell && graph.getModel().getChildCount(cell) > 0)
2093 !ss.cell && graph.getModel().isVertex(graph.getModel().getParent(cell)))
2556 cell = graph.model.getParent(cell);
6116 if (cell != null)
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-BPMN.js93 …var cell = new mxCell('', new mxGeometry(0, 0, 24, 16), 'shape=message;html=1;outlineConnect=0;lab…
94 cell.geometry.relative = true;
95 cell.vertex = true;
96 cell.geometry.offset = new mxPoint(8, -8);
97 edge.insert(cell);
110 …var cell = new mxCell('', new mxGeometry(0, 0, 24, 16), 'shape=message;html=1;outlineConnect=0;lab…
111 cell.geometry.relative = true;
112 cell.vertex = true;
113 cell.geometry.offset = new mxPoint(8, -8);
114 edge.insert(cell);
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js774cell=b;this.previous=this.terminal=c;this.source=d}mxTerminalChange.prototype.execute=function(){n…
775cell&&(this.value=this.previous,this.previous=this.model.valueForCellChanged(this.cell,this.previo…
776cell&&(this.geometry=this.previous,this.previous=this.model.geometryForCellChanged(this.cell,this.…
777cell=b;this.previous=this.visible=c}mxVisibleChange.prototype.execute=function(){null!=this.cell&&…
1007cell!=this.currentRoot){var b=this.graph.getModel(),c=this.getState(b.getParent(a.cell));null!=c&&…
1351cell)){a.view.updateCellState(a);var e=d.getGeometry(a.cell);0==b&&0==c||null==e||e.relative&&null…
1352cell)&&a.view.updateCellState(a);var f=this.graph.getCellGeometry(a.cell),g=a.view.getState(e.getP…
1363cell)))for(var c=this.graph.model,d=this.graph.view.getState(c.getParent(b.cell));null!=d&&!this.g…
1375cell),this.cell);for(b=0;b<a.length;b++)c=this.graph.view.getState(a[b]),null==c||g.get(c)||g.put(…
1400 …h.model.isEdge(a.cell)||this.graph.model.isVertex(a.cell))&&this.graph.isCellDeletable(a.cell)&&0=…
[all …]

12345678910>>...16