Home
last modified time | relevance | path

Searched refs:cell (Results 76 – 100 of 383) sorted by relevance

12345678910>>...16

/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js102 var clone = cell.clone();
236 var cell = cells[i];
1283 cell = temp;
1293 execute(cell);
1336 if (cell != null)
1340 execute(cell);
1500 …this.sidebar.createThumb([cell], 25, 25, node, null, true, false, cell.geometry.width, cell.geomet…
1579 return [(cell != null) ? this.editor.graph.cloneCell(cell) :
3781 editable.push(cell);
4401 if (cell != null && !lookup.get(cell))
[all …]
/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 Dsorttable.min.js10 …hildNodes,function(cell){if(cell.nodeType==1){cell.className=cell.className.replace('sorttable_sor… argument
/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/tablemath/
H A Dscript.js43 function tmParseValue(cell) argument
45 var value = parseInt(cell.innerHTML);
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js31 graph.view.validateCellState = function(cell, recurse) argument
36 if (recurse && state != null && graph.model.isVertex(state.cell) &&
52 if (enabled && numbered && graph.model.isVertex(state.cell) &&
/plugin/timetrack/
H A Dsyntax.php133 $cell = isset($weekValues[$week]['hours'])?(int)$weekValues[$week]['hours']:0;
134 $r->doc .= $r->_xmlEntities($cell);
135 $sum_date[$week] += $cell;
136 $sum_task[$task_id] += $cell;
/plugin/odt/ODT/elements/
H A DODTElementTable.php295 $cell = NULL;
298 $cell = $current;
306 if (isset($cell)) {
307 $data ['cell'] = $cell;
318 $cell = $data ['cell'];
320 $cell_style = $cell->getStyle();
/plugin/prettyprint/
H A Dscript.js49 for (cell in cells) {
50 var $td = cells[cell];
/plugin/rater/scripts/
H A Djquery.tablesorter.js469 var cell = c[i];
471 if (cell.colSpan > 1) {
474 if (table.tHead.length == 1 || (cell.rowSpan > 1 || !r[row + 1])) {
475 arr.push(cell);
483 function checkHeaderMetadata(cell) { argument
484 if (($.metadata) && ($(cell).metadata().sorter === false)) {
806 }).bind("updateCell", function (e, cell) { argument
809 var pos = [(cell.parentNode.rowIndex - 1), getCellIndex(cell)];
812 getElementText(config, cell), cell);
1009 }, format: function (s, table, cell) { argument
[all …]
/plugin/news/
H A Dadmin.php153 $row .= $this->cell($info['id'] ) . $this->cell($info['gmtime']) .
154 $this->cell(date('r',$info['time']));
160 function cell($data="") { function in admin_plugin_news
/plugin/tablelayout/script/
H A Dtablelayout_functions.js157 $splitRows.find('td[colspan],th[colspan]').each(function (index, cell) { argument
158 var $cell = jQuery(cell);
165 $splitRows.find('td[rowspan],th[rowspan]').each(function (index, cell) { argument
166 var $cell = jQuery(cell);
/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/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1625 var cell = new mxCell();
1626 cell.vertex = true;
1656 node.insert(cell);
1669 cell.vertex = true;
1698 node.insert(cell);
1704 var cell = new mxCell();
1705 cell.vertex = true;
1735 parent.insert(cell);
1771 var cell = new mxCell();
1772 cell.vertex = true;
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css3 --cell-description-editor-border-color: var(--color-grey-225-10-15);
49 .dmn-decision-table-container thead .input-cell.create-inputs,
50 .dmn-decision-table-container tbody .input-cell.create-inputs {
58 .dmn-decision-table-container thead .input-cell.create-inputs {
212 .dmn-decision-table-container .input-cell.input-editor:hover .clause,
213 .dmn-decision-table-container .output-cell.output-editor:hover .clause {
230 border-left: solid 3px var(--cell-description-editor-border-color);
/plugin/datatemplate/
H A Dstyle.css8 form.filterform_plugin .cell{
9 display: table-cell;
/plugin/quickstats/scripts/
H A Dsorttable.js123 forEach(theadrow.childNodes, function(cell) { argument
124 if (cell.nodeType == 1) { // an element
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
/plugin/pubchem/
H A Dsyntax.php256 * @param string $cell
258 function _row(&$renderer,$head,$cell){
259 if(empty($cell))return;
265 $renderer->doc.=$cell;
245 _row(& $renderer, $head, $cell) global() argument
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js5222 if (!cell.edge && !cell.style.includes('rounded'))
5627 cell.style += addAllStyles(cell.style, p, a, cell, isLastLblHTML);
5646 if (cell.edge)
9655 cell.style +=
9656 addAllStyles(cell.style, p, a, cell, isLastLblHTML) +
9669 v.insert(cell);
10000 v.insert(cell);
10023 v.insert(cell);
13216 cell.style += addAllStyles(cell.style, shape, a, cell, isLastLblHTML);
13222 cell.style += addAllStyles(cell.style, p, a, cell, isLastLblHTML);
[all …]
/plugin/approve/
H A Dscript.js114 for (var cell in cells) {
115 var $td = cells[cell];
/plugin/datatables/assets/datatables.net-fixedcolumns/js/
H A DdataTables.fixedColumns.min.js
/plugin/jdraw/src/com/mxgraph/examples/swing/
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 DSchemaEditor.java38 public boolean isCellFoldable(Object cell, boolean collapse) in SchemaEditor()
40 return model.isVertex(cell); in SchemaEditor()
/plugin/mdpage/vendor/cebe/markdown/block/
H A DTableTrait.php109 foreach ($row as $c => $cell) {
111 $tds .= "<$cellTag$align>" . trim($this->renderAbsy($cell)) . "</$cellTag>";
/plugin/ckgdoku/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

12345678910>>...16