/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow.php | 29 public function setCells($cells)
|
H A D | GoogleCloudDocumentaiV1DocumentPageTableTableRow.php | 29 public function setCells($cells)
|
H A D | GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow.php | 29 public function setCells($cells)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/ |
H A D | Row.php | 29 public function setCells($cells)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | Row.php | 29 public function setCells($cells)
|
/plugin/diagramsnet/lib/plugins/ |
H A D | flow.js | 28 function toggleFlow(cells) argument
|
H A D | animation.js | 35 function animateCells(graph, cells, steps, delay) argument 344 function toggleFlowAnim(graph, cells, status) argument
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowV2IntentMessageTableCardRow.php | 33 public function setCells($cells)
|
H A D | GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.php | 33 public function setCells($cells)
|
/plugin/diagramsnet/lib/plugins/trees/ |
H A D | trees.js | 164 graph.foldCells = function(collapse, recurse, cells, checkFoldable, evt) argument 215 graph.removeCells = function(cells, includeEdges) argument 256 graph.duplicateCells = function(cells, append) argument 312 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktablehandler.js | 239 FCKTableHandler._MarkCells = function( cells, label ) argument 245 FCKTableHandler._UnmarkCells = function( cells, label ) argument
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Trees.js | 17 Graph.prototype.foldCells = function(collapse, recurse, cells, checkFoldable, evt) argument 352 graph.removeCells = function(cells, includeEdges) argument 427 graph.duplicateCells = function(cells, append) argument 483 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
|
H A D | Editor.js | 3366 keepTheme, exportType, cells) argument 6505 incExtFonts, keepTheme, exportType, cells) argument 7220 Graph.prototype.getCellsForTags = function(tagList, cells, includeLayers, checkVisible) argument 7292 Graph.prototype.getCommonTagsForCells = function(cells) argument 7330 Graph.prototype.getTagsForCells = function(cells) argument 7368 Graph.prototype.addTagsForCells = function(cells, tagList) argument 7409 Graph.prototype.removeTagsForCells = function(cells, tagList) argument 7454 Graph.prototype.toggleCells = function(cells) argument 7473 Graph.prototype.setCellsVisible = function(cells, visible) argument 7492 Graph.prototype.highlightCells = function(cells, color, duration, opacity) argument
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Sidebar.js | 276 Sidebar.prototype.createTooltip = function(elt, cells, w, h, title, showLabel, off, maxSize, mouseD… argument 500 Sidebar.prototype.showTooltip = function(elt, cells, w, h, title, showLabel) argument 2056 Sidebar.prototype.createThumb = function(cells, width, height, parent, title, showLabel, showTitle) argument 2151 Sidebar.prototype.createItem = function(cells, title, showLabel, showTitle, width, height, allowCel… argument 2291 Sidebar.prototype.createDropHandler = function(cells, allowSplit, allowCellsInserted, bounds) argument 2753 Sidebar.prototype.isDropStyleEnabled = function(cells, firstVertex) argument 2783 Sidebar.prototype.createDragSource = function(elt, dropHandler, preview, cells, bounds) argument 3473 Sidebar.prototype.itemClicked = function(cells, ds, evt, elt) argument 3520 Sidebar.prototype.addClickHandler = function(elt, ds, cells) argument 3628 Sidebar.prototype.createVertexTemplateFromCells = function(cells, width, height, title, showLabel, … argument [all …]
|
H A D | Graph.js | 875 this.graphHandler.start = function(cell, x, y, cells) argument 2188 Graph.prototype.getCommonStyle = function(cells) argument 2623 Graph.prototype.getCellsForGroup = function(cells) argument 2645 Graph.prototype.getCellsForUngroup = function(cells) argument 3013 Graph.prototype.getDataForCells = function(cells) argument 3044 Graph.prototype.getNodesForCells = function(cells) argument 3631 Graph.prototype.getLayerForCells = function(cells) argument 3817 Graph.prototype.restoreSelection = function(cells) argument 7618 Graph.prototype.encodeCells = function(cells) argument 8691 Graph.prototype.cellsRemoved = function(cells) argument [all …]
|
H A D | EditorUi.js | 211 var insertHandler = function(cells, asText, model, vertexStyle, edgeStyle, applyAll, recurse) argument 1346 }, function(cells) argument 1448 …totype.createShapePicker = function(x, y, source, callback, direction, afterClick, cells, hovering) argument
|
H A D | Actions.js | 201 function pasteCellsHere(cells) argument
|
H A D | Editor.js | 2671 mxGraphHandler.prototype.shouldRemoveCellsFromParent = function(parent, cells, evt) argument
|
/plugin/mediasyntax/tools/ |
H A D | dokuwiki2mediawiki.php | 215 $cells=""; global() variable [all...] |
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | GraphEditor.java | 556 public Object[] importCells(Object[] cells, double dx, double dy, in importCells()
|
/plugin/quickstats/ |
H A D | syntax.php | 249 function extended_row($num=" ", $cells, $styles="") { argument
|
/plugin/edittable/script/ |
H A D | editor.js | 186 cells: function (row, col) { method in edittable.loadEditor.handsontable_config
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorActions.java | 793 Object[] cells = graph.getSelectionCells(); in actionPerformed() local 854 Object[] cells = graph.getSelectionCells(); in actionPerformed() local 1279 Object[] cells = graphComponent.getGraph().getSelectionCells(); in actionPerformed() local
|
/plugin/issuetracker/ |
H A D | tablekit.js | 102 TableKit.tables[tblid].dom.cells[cell.id] = {textContent : '', htmlContent : '', active : false}; class in TableKit.tables.dom 233 TableKit.tables[table.id].dom = {head:null,rows:null,cells:{}}; // TODO: watch this for mem leaks property in TableKit.tables.dom
|
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar.js | 1365 Sidebar.prototype.itemClicked = function(cells, ds, evt) argument
|