Home
last modified time | relevance | path

Searched refs:cellId (Results 1 – 9 of 9) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DFeatureIdProto.php25 public $cellId; variable in Google\\Service\\CivicInfo\\FeatureIdProto
36 public function setCellId($cellId) argument
38 $this->cellId = $cellId;
45 return $this->cellId;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js7508 var cellId = lookup[objectId];
7510 if (cellMapping[cellId] == null)
7514 cellMapping[cellId] = mapping[objectId].getId() || '';
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js448 var cellId = model.getChildAt(cell, i).getId();
452 diff[EditorUi.DIFF_UPDATE][cellId] == null ||
453 (diff[EditorUi.DIFF_UPDATE][cellId].previous == null &&
454 diff[EditorUi.DIFF_UPDATE][cellId].parent == null)))
456 moved[prev] = cellId;
459 prev = cellId;
H A DEditor.js5106 var cellId = null;
5110 cellId = state.vertices[0].id;
5114 cellId = state.edges[0].id;
5118 if (cellId != null)
5120 …grid.appendChild(createPropertyRow('id', mxUtils.htmlEntities(cellId), {dispName: 'ID', type: 'rea…
H A DEditorUi.js1420 for (var cellId in cellDiffs)
1422 if (cellDiffs[cellId].value != null)
1424 cellDiffs[cellId].value = '[' +
1425 cellDiffs[cellId].value.length + ']';
1428 if (cellDiffs[cellId].xmlValue != null)
1430 cellDiffs[cellId].xmlValue = '[' +
1431 cellDiffs[cellId].xmlValue.length + ']';
1434 if (cellDiffs[cellId].style != null)
1436 cellDiffs[cellId].style = '[' +
1437 cellDiffs[cellId].style.length + ']';
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js74 function getCellVsdxId(cellId) argument
76 var vsdxId = idsMap[cellId];
81 idsMap[cellId] = vsdxId;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1cellId","sub","alert","rows","cols","views","initUI","getCells","_cleanElSize","_getBoxStyles","co…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js20573 var cellId = domHelpers.locateAttribute(e, "data-cell-id");
20574 if(cellId == self.$id){
20994 Layout.prototype.getNextSibling = function(cellId){ argument
20995 var index = this.cellIndex(cellId);
21003 Layout.prototype.getPrevSibling = function(cellId){ argument
21004 var index = this.cellIndex(cellId);
/plugin/rater/scripts/
H A Djquery.tablesorter.js434 var cellId = rowIndex + "-" + c.cellIndex;
448 lookup[cellId] = firstAvailCol;