Home
last modified time | relevance | path

Searched refs:isCustomLink (Results 1 – 8 of 8) sorted by relevance

/plugin/diagramsnet/lib/js/
H A Dexport.js147 if (link != null && this.isCustomLink(link))
172 if (href != null && graph.isCustomLink(href))
H A Dviewer.min.js2339 …eState.cell:b.getCell();null!=f&&(f=this.getClickableLinkForCell(f),null!=f&&(this.isCustomLink(f)?
2369 c&&this.graph.isCustomLink(c)&&(mxEvent.isTouchEvent(b)||!mxEvent.isPopupTrigger(b))&&this.graph.cu…
2384 …inkClicked=function(b,c,e){c=c.getAttribute("href");if(null!=c&&!this.isCustomLink(c)&&(mxEvent.is…
2386 …function(b){return b.substring(b.lastIndexOf("/")+1)};Graph.prototype.isCustomLink=function(b){ret…
2441 …-1:b.name>c.name?1:0});for(g=0;g<k.length;g++)"link"==k[g].name&&this.isCustomLink(k[g].value)||(c…
2585 …ction(b,d){var f=W.apply(this,arguments);return null==f||b.view.graph.isCustomLink(f)?null:f};k.ge…
2601 …rn b}b=null!=b?b:"javascript:void(0);";if(null==d||0==d.length)d=this.isCustomLink(b)?this.getLink…
2602 ….isCustomLink(b)?this.getLinkTitle(b):b,80));null!=this.linkTarget&&c.setAttribute("target",this.l…
3300 …=this.stoppingCustomActions,n=b[e++],q=[];if(null!=n.open)if(l(),this.isCustomLink(n.open)){if(!th…
4066isCustomLink(k)?mxEvent.consume(e):b.isExternalProtocol(k)||b.isBlankLink(k)||window.setTimeout(fu…
H A Dviewer-static.min.js2339 …eState.cell:b.getCell();null!=f&&(f=this.getClickableLinkForCell(f),null!=f&&(this.isCustomLink(f)?
2369 c&&this.graph.isCustomLink(c)&&(mxEvent.isTouchEvent(b)||!mxEvent.isPopupTrigger(b))&&this.graph.cu…
2384 …inkClicked=function(b,c,e){c=c.getAttribute("href");if(null!=c&&!this.isCustomLink(c)&&(mxEvent.is…
2386 …function(b){return b.substring(b.lastIndexOf("/")+1)};Graph.prototype.isCustomLink=function(b){ret…
2441 …-1:b.name>c.name?1:0});for(g=0;g<k.length;g++)"link"==k[g].name&&this.isCustomLink(k[g].value)||(c…
2585 …ction(b,d){var f=W.apply(this,arguments);return null==f||b.view.graph.isCustomLink(f)?null:f};k.ge…
2601 …rn b}b=null!=b?b:"javascript:void(0);";if(null==d||0==d.length)d=this.isCustomLink(b)?this.getLink…
2602 ….isCustomLink(b)?this.getLinkTitle(b):b,80));null!=this.linkTarget&&c.setAttribute("target",this.l…
3300 …=this.stoppingCustomActions,n=b[e++],q=[];if(null!=n.open)if(l(),this.isCustomLink(n.open)){if(!th…
4066isCustomLink(k)?mxEvent.consume(e):b.isExternalProtocol(k)||b.isBlankLink(k)||window.setTimeout(fu…
H A Dapp.min.js2588 …eState.cell:a.getCell();null!=c&&(c=this.getClickableLinkForCell(c),null!=c&&(this.isCustomLink(c)?
2618 b&&this.graph.isCustomLink(b)&&(mxEvent.isTouchEvent(a)||!mxEvent.isPopupTrigger(a))&&this.graph.cu…
2633 …inkClicked=function(a,b,d){b=b.getAttribute("href");if(null!=b&&!this.isCustomLink(b)&&(mxEvent.is…
2635 …function(a){return a.substring(a.lastIndexOf("/")+1)};Graph.prototype.isCustomLink=function(a){ret…
2690 …-1:a.name>b.name?1:0});for(c=0;c<e.length;c++)"link"==e[c].name&&this.isCustomLink(e[c].value)||(b…
2834 …ction(a,b){var c=G.apply(this,arguments);return null==c||a.view.graph.isCustomLink(c)?null:c};k.ge…
2850 …rn a}a=null!=a?a:"javascript:void(0);";if(null==b||0==b.length)b=this.isCustomLink(a)?this.getLink…
2851 ….isCustomLink(a)?this.getLinkTitle(a):a,80));null!=this.linkTarget&&d.setAttribute("target",this.l…
10632 …=this.stoppingCustomActions,k=b[e++],q=[];if(null!=k.open)if(m(),this.isCustomLink(k.open)){if(!th…
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js1735 if (href == null || graph.isCustomLink(href))
1750 else if (href != null && ui == null && graph.isCustomLink(href) &&
H A DElectronApp.js275 if (href != null && !this.isCustomLink(href))
H A DEditor.js6780 if (this.isCustomLink(action.open))
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js1013 if (this.isCustomLink(link))
2119 if (href != null && this.graph.isCustomLink(href) &&
2770 if (href != null && !this.isCustomLink(href) && ((mxEvent.isLeftMouseButton(evt) &&
2844 Graph.prototype.isCustomLink = function(href) method in Graph
4783 if (temp[i].name != 'link' || !this.isCustomLink(temp[i].value))
9891 return (result != null && !state.view.graph.isCustomLink(result)) ? result : null;
10003 else if (removeCustom && this.isCustomLink(href))
10718 if (this.isCustomLink(link))
10743 a.setAttribute('title', short((this.isCustomLink(link)) ?
10755 if (this.isCustomLink(link))