Home
last modified time | relevance | path

Searched refs:target (Results 326 – 350 of 902) sorted by path

1...<<11121314151617181920>>...37

/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js612 if (diff.target != null)
873 var target = newPage.viewState;
881 if (source != null && target != null)
970 if (cell.target != null)
972 result.target = cell.target.getId();
1056 if (((oldCell.target != null) ? newCell.target == null : newCell.target != null) ||
1057 (oldCell.target != null && newCell.target != null &&
1058 oldCell.target.getId() != newCell.target.getId()))
1060 diff.target = (newCell.target != null) ? newCell.target.getId() : '';
1145 if (source == null && target == null)
[all …]
H A DEditorUi.js544 EditorUi.prototype.openLink = function(url, target, allowOpener) argument
547 return this.editor.graph.openLink(url, target, allowOpener);
5550 data.target = linkTarget;
7279 done(e.target.result);
11314 this.openFileHandle(e.target.result, file.name, file, temp);
12712 this.editor.graph.openLink = function(href, target, allowOpener) argument
12716 …parent.postMessage(JSON.stringify({event: 'openLink', href: href, target: target, allowOpener: all…
14665 if (e.target.result == null)
14671 items.push(e.target.result.value);
14672 e.target.result.continue();
[all …]
H A DElectronApp.js288 Graph.prototype.openLink = function(url, target) argument
H A DExtensions.js5759 source != null && target != null)
5764 … var entry = new mxPoint(Math.round(target.geometry.x + target.geometry.width * p.Endpoint2.LinkX),
5765 Math.round(target.geometry.y + target.geometry.height * p.Endpoint2.LinkY));
5797 …if (target == null || !target.geometry.isRotated) //TODO Rotate the endpoint instead of ignoring it
5802 if (target != null && p2 != null)
5804 if (target.stylePoints == null)
5806 target.stylePoints = [];
5809 target.stylePoints.push(p2);
5810 LucidImporter.stylePointsSet.add(target);
5866 function createEdge(obj, graph, source, target) argument
[all …]
H A DGraphViewer.js1714 graph.linkPolicy = this.graphConfig.target || graph.linkPolicy;
1772 GraphViewer.prototype.showLightbox = function(editable, closable, target) argument
1786 target = (target != null) ? target : 'blank';
1788 var param = {'client': 1, 'target': target}; property in GraphViewer.showLightbox.param
H A DTrees.js373 var target = cells[i];
375 if (model.isEdge(target) && hasTreeParent(target))
377 tmp.push(target);
378 target = model.getTerminal(target, false);
381 if (isTreeVertex(target))
409 else if (target != null)
490 var newSource = target;
491 var style = this.getCurrentCellStyle(target);
501 target = graph.model.getParent(cells[i]);
959 if (target != null)
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js2009 var trgGeo = edge.target.geometry;
2536 var dx = node.source.geometry.getCenterX() - node.target.geometry.getCenterX();
2537 var dy = node.source.geometry.getCenterY() - node.target.geometry.getCenterY();
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1372 var target = graph.cloneCell(cells[0]);
1376 graph.getModel().isVertex(target))
1389 target.geometry.x = pt.x / s - tr.x - target.geometry.width / 2;
1390 target.geometry.y = pt.y / s - tr.y - target.geometry.height / 2;
1393 graph.addCell(target);
1394 graph.getModel().setTerminal(graph.getSelectionCell(), target, false);
1398 graph.fireEvent(new mxEventObject('cellsInserted', 'cells', [target]));
1410 graph.scrollCellToVisible(target);
1411 graph.setSelectionCell(target);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js446 …d(createCellElem("EndTrigger", "2", xmlDoc, cell.target? "_XFTRIGGER(Sheet."+ getCellVsdxId(cell.t…
692 if (cell.target)
697 connect.setAttribute("ToSheet", getCellVsdxId(cell.target.id));
H A Dimporter.js579 /* put */ (relMap[id] = target);
586 var target = dir + "/" + pathSuffix;
587 if (target != null) {
1261 … if (target == null || target.geometry.width == 0 || target.geometry.height == 0)
1265 else if (target.style && target.style.indexOf(';rotation=') == -1)
1269 var trgGeo = target.geometry;
9014target = target.substring(index + 1, target.length);
9021 return {type: type, target: target};
9082 target = target.substring(index + 1, target.length);
9090 typeTarget = {type: type, target: target};
[all …]
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1041 …!EventXFMod)":null));k.appendChild(b("EndTrigger","2",x,g.target?"_XFTRIGGER(Sheet."+q(g.target.id…
1047 …(f)),w.target&&(f=e(c,E.XMLNS,"Connect"),f.setAttribute("FromSheet",q(w.id)),f.setAttribute("FromC…
1430 …ndexOf("/");try{d=d.substring(g+1,d.length)}catch(U){break}return{type:f,target:d}}break}}g=g.next…
1431target+".rels"),null!=k){m=k.getAttribute("Target");e=k.getAttribute("Type");try{var q=m.lastIndex… property in b.parseShapeElem.m
1640 …*n.height-k))):d.push(new mxPoint(n.x+n.width/2-q,n.y+n.height/2-k));b=f.target.geometry;0!=c||0!=…
1643 …urce:function(a,b){b.startArrow=mxGraphMlArrowsMap[a]||"classic";k(a,b)},target:function(a,b){b.en… method in mxGraphMlCodec.addEdgeStyle.d.y:Arrows
1654 …d.y=0,n=f.source.geometry.getCenterX()-f.target.geometry.getCenterX(),w=f.source.geometry.getCente…
1697 …(b,c){var d=new FileReader;d.onload=function(a){b(a.target.result)},d.onerror=function(a){c(a.targ…
1705target=t,this.type=e,this.selection=n};function Jr(){ce.stopImmediatePropagation()}var ti=function… function
H A Dviewer-static.min.js832target=null;mxGraphHierarchyEdge.prototype.isReversed=!1;mxGraphHierarchyEdge.prototype.invert=fun… method in mxGraphHierarchyEdge
842target,-1==m.temp[0]&&(a.push(m),m.temp[0]=-2);a.shift()}else if(b=a.shift(),a.push(c),b==c&&1==a.…
857 …f,0),a=b.connectsAsSource.slice(),c=0;c<a.length;c++)g=a[c],this.dfs(b,g.target,g,d,e,f+1);else d(…
986 …unction(a){return a?this.source:this.target};mxCell.prototype.setTerminal=function(a,b){b?this.sou…
1579 …Moving(a.cell)||a.cell!=(this.target||e)&&!f&&!g.get(a)&&(null==this.target||2<=this.graph.model.g…
1586 …alidDropTarget(l,b))?(this.target!=l&&(this.target=l,this.setHighlightColor(mxConstants.DROP_TARGE…
1599target;c.isSplitEnabled()&&c.isSplitTarget(g,this.cells,b.getEvent())?c.splitEdge(g,this.cells,nul…
1913target=b||document.documentElement,this.normalKeys=[],this.shiftKeys=[],this.controlKeys=[],this.c… method in mxKeyHandler
1916 …Event=function(a){var b=mxEvent.getSource(a);return b==this.target||b.parentNode==this.target||nul…
1918 …!=this.target&&null!=this.keydownHandler&&(mxEvent.removeListener(this.target,"keydown",this.keydo…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js605 textarea.value = e.target.result;
H A DGraph.js2816 result = window.open(href, (target != null) ? target : '_blank');
3961 var target = null;
3986 target = tempCells[i];
4016 var realTarget = target;
4017 target = container;
4069 target = null;
7765 if (target != null)
8874 target = this.model.getParent(target);
8879 target = this.model.getParent(target);
8884 target = null;
[all …]
H A DShapes.js6311 mxEdgeStyle.IsometricConnector = function (state, source, target, points, result) argument
6334 if (target != null)
6336 pe = new mxPoint(target.getCenterX(), target.getCenterY());
H A DSidebar.js2322 target = null;
3411 if (target != null)
3416 while (target != null && !graph.isValidDropTarget(target, cells, evt) &&
3419 target = model.getParent(target);
3422 if (target != null && (graph.view.currentRoot == target ||
3423 (!graph.isValidRoot(target) &&
3425 graph.isCellLocked(target) || model.isEdge(target) ||
3428 target = null;
3433 if (graph.isCellLocked(target))
3435 target = null;
[all …]
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e)…
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js298 color : function(target, prop) { argument
306 this.valueElement = target; // value holder
307 this.styleElement = target; // where to reflect current color
345 var tp = mxJSColor.getElementPos(target); // target pos
346 var ts = mxJSColor.getElementSize(target); // target size
572 p.box.onmouseout = function() { if (!mxClient.IS_TOUCH) { target.focus(); } };
797 if(valueElement === target) {
807 if(valueElement !== target) {
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js13 …(b,c){var d=new FileReader;d.onload=function(a){b(a.target.result)},d.onerror=function(a){c(a.targ…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6target=t,this.type=e,this.selection=n};function Jr(){ce.stopImmediatePropagation()}var ti=function… function
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDrive.js6 …rings(t,r),clientId:d.clientId,headers:i,apiEndpoint:d.apiEndpoint}),o=e.target.result;n.upload(o,…
H A DOneDriveOrig.js2 …rings(t,r),clientId:d.clientId,headers:i,apiEndpoint:d.apiEndpoint}),o=e.target.result;n.upload(o,…
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js633 if (outgoingEdge[j].target != null)
637 var trgGeo = outgoingEdge[j].target.geometry;
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified40target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.en…
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call…

1...<<11121314151617181920>>...37