Home
last modified time | relevance | path

Searched defs:cell (Results 51 – 75 of 238) sorted by relevance

12345678910

/plugin/jdraw/src/com/mxgraph/examples/swing/
DGraphEditor.java615 public String getToolTipForCell(Object cell) in getToolTipForCell()
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js205 Format.prototype.updateSelectionStateForCell = function(result, cell, cells, initial) argument
2531 widthUpdate = this.addGeometryHandler(width, function(geo, value, cell) argument
2552 heightUpdate = this.addGeometryHandler(height, function(geo, value, cell) argument
3731 var wwCells = graph.filterSelectionCells(mxUtils.bind(this, function(cell) argument
6112 var applyStyle = mxUtils.bind(this, function(style, result, cell, graphStyle, theGraph) argument
6201 graph2.getCellStyle = function(cell) argument
6349 graph.getCellStyle = function(cell) argument
DDialogs.js1342 var EditDataDialog = function(ui, cell) argument
1776 EditDataDialog.getDisplayIdForCell = function(ui, cell) argument
DActions.js366 function applyValue(cell, value) argument
DEditor.js2786 mxGraphHandler.prototype.isPropagateSelectionCell = function(cell, immediate, me) argument
DSidebar.js778 Sidebar.prototype.cloneCell = function(cell, value) argument
/plugin/html2pdf/html2pdf/html2ps/
Dbox.table.php38 function &cell($r, $c) { function in TableBox
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/js/
DdataTables.fixedColumns.js466 this.s.dt.on('key-focus.dt.dtfc', function (e, dt, cell) { argument
/plugin/columns/
Dsyntax.php448 private function getOdtTableStyleName($blockId, $columnId = 0, $cell = 0) {
/plugin/diagramsnet/lib/plugins/
Dvoice.js2047 graph.getWordForCell = function(cell, ignoreLabel) argument
/plugin/jdraw/lib/
Djdraw.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
Djgraphx-examples.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs4227 function shift_cell_xls(cell/*:CellAddress*/, tgt/*:any*/, opts/*:?any*/)/*:CellAddress*/ { argument
4243 function shift_range_xls(cell, range, opts) { argument
4294 function encode_cell(cell/*:CellAddress*/)/*:string*/ { argument
4363 function safe_format_cell(cell/*:Cell*/, v/*:any*/) { argument
4369 function format_cell(cell/*:Cell*/, v/*:any*/, o/*:any*/) { argument
4412 var cell/*:Cell*/ = ({v: data[R][C] }/*:any*/); variable
4537 function write_XLSBCell(cell/*:any*/, o/*:?Block*/) { argument
4552 function write_XLSBShortCell(cell/*:any*/, o/*:?Block*/) { argument
4604 var cell/*:Range*/ = ({ s: {}, e: {} }/*:any*/); variable
9709 var cell = { t: "z" }; variable
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DEditor.js3777 EditDataDialog.getDisplayIdForCell = function(ui, cell) argument
4437 StyleFormatPanel.prototype.findCommonProperties = function(cell, properties, addAll) argument
5870 this.layoutManager.getLayout = function(cell) argument
6994 Graph.prototype.doUpdateCustomLinksForCell = function(mapping, cell) argument
7152 result = result.concat(this.model.filterDescendants(function(cell) argument
7176 Graph.prototype.isCellVisible = function(cell) argument
7360 Graph.prototype.getTagsForCell = function(cell) argument
7503 Graph.prototype.highlightCell = function(cell, color, duration, opacity) argument
DExtensions.js4618 function addAllStyles(style, properties, action, cell, noLblStyle) argument
4661 function addStyle(key, style, properties, action, cell) argument
5183 function getOpacity(properties, action, cell) argument
5220 function getRounded(properties, action, cell) argument
5241 function getRotation(properties, action, cell) argument
5487 function addCustomData(cell, p, graph) argument
5521 function replacePlaceholders(cell, graph) argument
5588 function setAttributeForCell(cell, key, value, graph) argument
5603 function updateCell(cell, obj, graph, source, target, ignoreLabel) argument
6047 function updateEndpoint(cell, endpoint, source, ignoreX, ignoreY, endCell) argument
[all …]
DEditorUi.js7097 EditorUi.prototype.updatePageLinksForCell = function(mapping, cell) argument
9057 graph.cellEditor.editPlantUmlData = function(cell, trigger, data) argument
9113 graph.cellEditor.editMermaidData = function(cell, trigger, data) argument
9163 graph.cellEditor.startEditing = function(cell, trigger) argument
9408 this.menus.addPopupMenuEditItems = function(menu, cell, evt) argument
11446 EditorUi.prototype.addBasenamesForCell = function(cell, basenames) argument
DDialogs.js1290 var addOverlay = mxUtils.bind(this, function(cell) argument
6838 function testMeta(re, cell, search, checkIndex) argument
9672 var EditShapeDialog = function(editorUi, cell, title, w, h) argument
/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js1163 $( rowOne[0] ).children('th, td').each( function (i, cell) { argument
2971 var cellWrite = function ( cell, col ) { argument
3074 var cellProcess = function ( cell ) { argument
3845 "cell": nCell, property
15166 _: function ( settings, cell, column, classes ) { argument
15192 jqueryui: function ( settings, cell, column, classes ) { argument
/plugin/ckeditor5markdown/
Dckeditor.js2 …314),s=n.n(r)()(o());s.push([e.id,".ck.ck-toolbar{align-items:center;display:flex;flex-flow:row no…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js790 var cell = (function (m, k) { if (m.entries == null) function
1137 mxVsdxCodec.calculateAbsolutePoint = function (cell) argument
1478 /*private*/ mxVsdxCodec.prototype.sanitiseCell = function (graph, cell) { argument
1685 mxVssxCodec.prototype.normalizeGeo = function (cell) { argument
3835 … var cell = (function (m, k) { return m[k] ? m[k] : null; })(this.cellElements, cellName); function
7745 Style.prototype.getValueAsDouble = function (cell, defaultValue) { argument
7778 …tyle.prototype.getScreenNumericalValue$org_w3c_dom_Element$double = function (cell, defaultValue) { argument
7801 Style.prototype.getScreenNumericalValue = function (cell, defaultValue) { argument
7825 … var cell = (function (m, k) { return m[k] ? m[k] : null; })(this.cellElements, tag); function
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js3 …return{nodes:buf,data:__toBuffer([buf_chain])}}function make_sector_list(sectors,dir_start,fat_add… property
6 …se_BrtCalcChainItem$(data,length){var out={};out.i=data.read_shift(4);var cell={};cell.r=data.read… argument
7 …8:1,39:2,40:3,41:3,42:3,43:3,44:3,45:3,47:3,48:2,53:1,61:3,65:3,66:3,67:1,68:1,69:1,71:1,72:1,73:1…
8 …tprop:"+cp[0]}Custprops[unescapexml(Rn[3])]=val}function safe_format_xlml(cell,nf,o){try{if(cell.t… argument
9 …IFF2STR",f:parse_BIFF2STR},6:{n:"Formula",f:parse_Formula},9:{n:"BOF",f:parse_BOF},10:{n:"EOF",f:p… property
Dxlsx.js1748 function shift_cell_xls(cell, tgt) { argument
1762 function shift_range_xls(cell, range) { argument
1845 function write_XLSBCell(cell, o) { argument
1899 var cell = {s: {}, e: {}}; variable
5858 function stringify_formula(formula, range, cell, supbooks, opts) { argument
7217 function get_cell_style(styles, cell, opts) { argument
7390 function write_ws_xml_cell(cell, ref, ws, opts, idx, wb) { argument
7595 function write_BrtCellBlank(cell, val, o) { argument
7917 function write_ws_bin_cell(ba, cell, R, C, opts) { argument
8535 function safe_format_xlml(cell, nf, o) { argument
[all …]
/plugin/ckgdoku/ckeditor/lang/
Dnl.js5 …ditorHelp":"Druk ALT 0 voor hulp","browseServer":"Bladeren op server","url":"URL","protocol":"Prot…
Dfr.js5 …de texte enrichi","common":{"editorHelp":"Utilisez le raccourci Alt-0 pour obtenir de l'aide","bro…

12345678910