Searched refs:insertTableColumn (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | Request.php | 328 public function setInsertTableColumn(InsertTableColumnRequest $insertTableColumn) argument 330 $this->insertTableColumn = $insertTableColumn; 337 return $this->insertTableColumn;
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Menus.js | 715 graph.insertTableColumn(cell, true); 735 graph.insertTableColumn(cell, false);
|
H A D | Format.js | 1771 graph.insertTableColumn(ss.vertices[0], true); 1790 graph.insertTableColumn(ss.vertices[0], false);
|
H A D | Graph.js | 10213 Graph.prototype.insertTableColumn = function(cell, before) method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2842 c.push(k[d])}return c};Graph.prototype.insertTableColumn=function(a,b){var c=this.getModel();c.begi… 3014 …mxUtils.bind(this,function(){try{k?d.insertLane(e.vertices[0],!0):d.insertTableColumn(e.vertices[0… 3015 …mxUtils.bind(this,function(){try{k?d.insertLane(e.vertices[0],!1):d.insertTableColumn(e.vertices[0… 3591 …insertTableColumn(e,!0)}catch(l){this.editorUi.handleError(l)}}),null,"geIcon geSprite geSprite-in…
|
H A D | viewer.min.js | 2593 f.push(k[c])}return f};Graph.prototype.insertTableColumn=function(b,d){var f=this.getModel();f.begi…
|
H A D | viewer-static.min.js | 2593 f.push(k[c])}return f};Graph.prototype.insertTableColumn=function(b,d){var f=this.getModel();f.begi…
|