/plugin/diagramsnet/lib/js/grapheditor/ |
D | Editor.js | 108 Editor.rowMoveImage = (mxClient.IS_SVG) ? 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEBA… 114 Editor.lightCheckmarkImage = (mxClient.IS_SVG) ? 'data:image/gif;base64,R0lGODlhFQAVAMQfAGxsbHx8fIq… 249 Editor.helpImage = (Editor.isDarkMode() && mxClient.IS_SVG) ? Editor.darkHelpImage : Editor.lightHe… 254 Editor.checkmarkImage = (Editor.isDarkMode() && mxClient.IS_SVG) ? Editor.darkCheckmarkImage : Edit… 269 Editor.prototype.transparentImage = (mxClient.IS_SVG) ? 'data:image/gif;base64,R0lGODlhMAAwAIAAAP//… argument 995 Dialog.prototype.noColorImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/nocolor.png' : 'data:image/png;… argument 1000 Dialog.prototype.closeImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/close.png' : 'data:image/png;base… argument 1005 Dialog.prototype.clearImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/clear.gif' : 'data:image/gif;base… argument 2481 if (mxClient.IS_SVG)
|
D | Sidebar.js | 130 Sidebar.prototype.collapsedImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/collapsed.gif' : 'data:image… argument 135 Sidebar.prototype.expandedImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/expanded.gif' : 'data:image/g… argument 140 Sidebar.prototype.searchImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/search.png' : 'data:image/png;b… argument 330 if (!mxClient.IS_SVG) 441 if (mxClient.IS_SVG) 470 if (mxClient.IS_SVG) 2927 if (mxClient.IS_SVG)
|
D | Graph.js | 206 mxGraphView.prototype.gridImage = (mxClient.IS_SVG) ? 'data:image/gif;base64,R0lGODlhCgAKAJEAAAAAAP… argument 4794 if (mxClient.IS_SVG) 4954 HoverIcons.prototype.triangleUp = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-up.png',… argument 4961 HoverIcons.prototype.triangleRight = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-right… argument 4968 HoverIcons.prototype.triangleDown = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-down.p… argument 4975 HoverIcons.prototype.triangleLeft = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-left.p… argument 4982 HoverIcons.prototype.roundDrop = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/round-drop.png', 2… argument 4989 HoverIcons.prototype.refreshTarget = new mxImage((mxClient.IS_SVG) ? 'data:image/svg+xml;base64,PHN… 8935 (mxClient.IS_SVG && src == this.view.getCanvas().ownerSVGElement))) 12407 …HoverIcons.prototype.mainHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-main.png'… argument [all …]
|
D | Toolbar.js | 29 Toolbar.prototype.dropDownImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/dropdown.gif' : 'data:image/g… argument
|
D | EditorUi.js | 47 if (mxClient.IS_SVG) 57 if (!mxClient.IS_SVG && mxConnectionHandler.prototype.connectImage != null) 422 if (mxClient.IS_SVG && graph.view.getDrawPane() != null)
|
D | Menus.js | 14 if (!mxClient.IS_SVG)
|
D | Dialogs.js | 2557 if (mxClient.IS_SVG && (!mxClient.IS_IE || document.documentMode >= 10))
|
/plugin/diagramsnet/lib/js/diagramly/ |
D | Menus.js | 60 (urlParams['embed'] == '1' && urlParams['gapi'] == '1')) && mxClient.IS_SVG && 63 mxClient.IS_SVG && (document.documentMode == null || document.documentMode > 9); 68 var trelloEnabled = urlParams['tr'] == '1' && mxClient.IS_SVG && (document.documentMode == null || 71 if (!mxClient.IS_SVG && !editorUi.isOffline()) 315 return isGraphEnabled() && mxClient.IS_SVG; 893 if (mxClient.IS_SVG && !mxClient.IS_CHROMEAPP && !EditorUi.isElectronApp) 3653 if (mxClient.IS_SVG && (document.documentMode == null || document.documentMode > 9))
|
D | App.js | 69 if (mxClient.IS_SVG) 798 …tps://apis.google.com/js/api.js?onload=DrawGapiClientCallback', null, null, null, mxClient.IS_SVG); 1214 App.prototype.chevronUpImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/chevron-up.png' : 'data:image/pn… argument 1219 App.prototype.chevronDownImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/chevron-down.png' : 'data:imag… argument 1224 App.prototype.formatShowImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/format-show.png' : 'data:image/… argument 1229 App.prototype.formatHideImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/format-hide.png' : 'data:image/… argument 1234 App.prototype.fullscreenImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/fullscreen.png' : 'data:image/p… argument 6749 var logo = (!mxClient.IS_SVG) ? 'url(\'' + IMAGE_PATH + '/logo-white.png\')' :
|
D | Editor.js | 109 …Editor.smallPlusImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/plus.png' : 'data:image/png;base64,iVB… 114 …Editor.spinImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/spin.gif' : 'data:image/gif;base64,R0lGODlh… 179 …Editor.hiResImage = (mxClient.IS_SVG) ? 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAM… 184 …Editor.loResImage = (mxClient.IS_SVG) ? 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAM… 4050 if (mxClient.IS_SVG && this.isShadowOptionVisible()) 7654 if (mxClient.IS_SVG && !mxClient.IS_SF)
|
D | Minimal.js | 384 Editor.helpImage = (Editor.isDarkMode() && mxClient.IS_SVG) ? 386 Editor.checkmarkImage = (Editor.isDarkMode() && mxClient.IS_SVG) ?
|
D | GraphViewer.js | 258 if (mxClient.IS_SVG)
|
D | Dialogs.js | 268 if (mxClient.IS_SVG && isLocalStorage && urlParams['gapi'] != '0' && 738 (mxClient.IS_SVG && (document.documentMode == null || document.documentMode > 9)))) 1511 CreateGraphDialog.prototype.connectImage = new mxImage((mxClient.IS_SVG) ? 'data:image/png;base64,i… 4028 (mimeType.substring(0, 9) != 'image/svg' || mxClient.IS_SVG)))
|
D | EditorUi.js | 4660 if (mimeType == 'image/svg+xml' && !mxClient.IS_SVG)
|
/plugin/diagramsnet/lib/js/ |
D | export.js | 787 …if (data.format != 'pdf' && mxClient.IS_SVG && xmlDoc.documentElement.getAttribute('shadow') == '1…
|
D | viewer.min.js | 208 …userAgent.indexOf("Iceape/")&&0>navigator.userAgent.indexOf("Iceape/1."),IS_SVG:"MICROSOFT INTERNE… property 209 …tps://"),defaultBundles:[],isBrowserSupported:function(){return mxClient.IS_SVG},link:function(a,b… 391 …his.dragElement,this.dragElementOpacity);this.checkEventSource&&mxClient.IS_SVG&&(this.dragElement… 398 …iewElement(a);null!=this.previewElement&&this.checkEventSource&&mxClient.IS_SVG&&(this.previewElem… 559 …getBBox&&this.root.ownerDocument==document)try{var n=a.getBBox(),p=mxClient.IS_IE&&mxClient.IS_SVG, 665 …t==mxConstants.DIALECT_STRICTHTML))if("DIV"==this.node.nodeName)mxClient.IS_SVG?this.redrawHtmlSha… 684 mxText.prototype.redrawHtmlShape=function(){if(mxClient.IS_SVG)this.redrawHtmlShapeWithCss3();else{… 1088 mxCellEditor.prototype.isLegacyEditor=function(){var a=!1;if(mxClient.IS_SVG){var b=this.graph.view… 1120 …b))}))}};mxCellRenderer.prototype.initializeLabel=function(a,b){mxClient.IS_SVG&&mxClient.NO_FO&&b… 1261 function mxGraph(a,b,c,d,e){this.mouseListeners=null;this.renderHint=c;this.dialect=mxClient.IS_SVG… [all …]
|
D | app.min.js | 242 …userAgent.indexOf("Iceape/")&&0>navigator.userAgent.indexOf("Iceape/1."),IS_SVG:"MICROSOFT INTERNE… property 243 …tps://"),defaultBundles:[],isBrowserSupported:function(){return mxClient.IS_SVG},link:function(a,b… 425 …his.dragElement,this.dragElementOpacity);this.checkEventSource&&mxClient.IS_SVG&&(this.dragElement… 432 …iewElement(a);null!=this.previewElement&&this.checkEventSource&&mxClient.IS_SVG&&(this.previewElem… 593 …getBBox&&this.root.ownerDocument==document)try{var n=a.getBBox(),p=mxClient.IS_IE&&mxClient.IS_SVG, 699 …t==mxConstants.DIALECT_STRICTHTML))if("DIV"==this.node.nodeName)mxClient.IS_SVG?this.redrawHtmlSha… 718 mxText.prototype.redrawHtmlShape=function(){if(mxClient.IS_SVG)this.redrawHtmlShapeWithCss3();else{… 1122 mxCellEditor.prototype.isLegacyEditor=function(){var a=!1;if(mxClient.IS_SVG){var b=this.graph.view… 1154 …b))}))}};mxCellRenderer.prototype.initializeLabel=function(a,b){mxClient.IS_SVG&&mxClient.NO_FO&&b… 1295 function mxGraph(a,b,c,d,e){this.mouseListeners=null;this.renderHint=c;this.dialect=mxClient.IS_SVG… [all …]
|
D | viewer-static.min.js | 208 …userAgent.indexOf("Iceape/")&&0>navigator.userAgent.indexOf("Iceape/1."),IS_SVG:"MICROSOFT INTERNE… property 209 …tps://"),defaultBundles:[],isBrowserSupported:function(){return mxClient.IS_SVG},link:function(a,b… 391 …his.dragElement,this.dragElementOpacity);this.checkEventSource&&mxClient.IS_SVG&&(this.dragElement… 398 …iewElement(a);null!=this.previewElement&&this.checkEventSource&&mxClient.IS_SVG&&(this.previewElem… 559 …getBBox&&this.root.ownerDocument==document)try{var n=a.getBBox(),p=mxClient.IS_IE&&mxClient.IS_SVG, 665 …t==mxConstants.DIALECT_STRICTHTML))if("DIV"==this.node.nodeName)mxClient.IS_SVG?this.redrawHtmlSha… 684 mxText.prototype.redrawHtmlShape=function(){if(mxClient.IS_SVG)this.redrawHtmlShapeWithCss3();else{… 1088 mxCellEditor.prototype.isLegacyEditor=function(){var a=!1;if(mxClient.IS_SVG){var b=this.graph.view… 1120 …b))}))}};mxCellRenderer.prototype.initializeLabel=function(a,b){mxClient.IS_SVG&&mxClient.NO_FO&&b… 1261 function mxGraph(a,b,c,d,e){this.mouseListeners=null;this.renderHint=c;this.dialect=mxClient.IS_SVG… [all …]
|
D | extensions.min.js | 1084 …W(d,y,D,C,(b.OL?b.LiIndex+". ":"")+g.textContent)}}};"html"==c&&mxClient.IS_SVG?(k=this.cellState.…
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
D | mxVsdxCanvas2D.js | 975 if (format == 'html' && mxClient.IS_SVG)
|
/plugin/diagramsnet/lib/mxgraph/ |
D | mxClient.js | 4 …userAgent.indexOf("Iceape/")&&0>navigator.userAgent.indexOf("Iceape/1."),IS_SVG:"MICROSOFT INTERNE… property 5 …tps://"),defaultBundles:[],isBrowserSupported:function(){return mxClient.IS_SVG},link:function(a,b… 187 …his.dragElement,this.dragElementOpacity);this.checkEventSource&&mxClient.IS_SVG&&(this.dragElement… 194 …iewElement(a);null!=this.previewElement&&this.checkEventSource&&mxClient.IS_SVG&&(this.previewElem… 355 …getBBox&&this.root.ownerDocument==document)try{var n=a.getBBox(),p=mxClient.IS_IE&&mxClient.IS_SVG, 461 …t==mxConstants.DIALECT_STRICTHTML))if("DIV"==this.node.nodeName)mxClient.IS_SVG?this.redrawHtmlSha… 480 mxText.prototype.redrawHtmlShape=function(){if(mxClient.IS_SVG)this.redrawHtmlShapeWithCss3();else{… 884 mxCellEditor.prototype.isLegacyEditor=function(){var a=!1;if(mxClient.IS_SVG){var b=this.graph.view… 916 …b))}))}};mxCellRenderer.prototype.initializeLabel=function(a,b){mxClient.IS_SVG&&mxClient.NO_FO&&b… 1057 function mxGraph(a,b,c,d,e){this.mouseListeners=null;this.renderHint=c;this.dialect=mxClient.IS_SVG… [all …]
|