Lines Matching refs:mxClient
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…
253 Editor.enableShadowOption = !mxClient.IS_SF;
1548 var f = (window.atob && !mxClient.IS_SF) ? atob(base64) : Base64.decode(base64, true);
1706 var binary = (window.atob && !mxClient.IS_SF) ? atob(base64) : Base64.decode(base64, true);
2203 Editor.prototype.crossOriginImages = !mxClient.IS_IE;
2274 mxClient.NO_FO = ((this.graph.mathEnabled && !this.useForeignObjectForMath)) ?
2277 this.graph.useCssTransforms = !mxClient.NO_FO &&
2421 mxClient.NO_FO = ((this.graph.mathEnabled && !this.useForeignObjectForMath)) ?
2424 this.graph.useCssTransforms = !mxClient.NO_FO &&
2439 mxClient.NO_FO = ((this.graph.mathEnabled && !this.useForeignObjectForMath) &&
2442 this.graph.useCssTransforms = !mxClient.NO_FO &&
2569 if (mxClient.IS_GC || mxClient.IS_SF)
2615 if (mxClient.IS_CHROMEAPP || EditorUi.isElectronApp)
2666 else if (src.substring(0, 19) != 'chrome-extension://' && !mxClient.IS_CHROMEAPP)
3344 return mxClient.IS_CHROMEAPP || this.useCanvasForExport;
3356 var max = (mxClient.IS_FF) ? 8192 : 16384;
3439 if (mxClient.IS_SF)
3800 table.setAttribute('cellpadding', (mxClient.IS_SF) ? '0' : '2');
4050 if (mxClient.IS_SVG && this.isShadowOptionVisible())
5298 if (!mxEvent.isControlDown(evt) && (!mxClient.IS_MAC || !mxEvent.isMetaDown(evt)) &&
5355 if (mxClient.IS_IE && (document.documentMode < 10))
6414 return graphIsFastZoomEnabled.apply(this, arguments) && (!this.shadowVisible || !mxClient.IS_SF);
6639 if (mxClient.IS_GC && this.getDrawPane() != null)
6643 if (this.graph.mathEnabled && !mxClient.NO_FO &&
7654 if (mxClient.IS_SVG && !mxClient.IS_SF)
8170 if (mxClient.IS_GC || mxClient.IS_SF)
8178 if (mxClient.IS_GC)
8225 var prev = mxClient.NO_FO;
8226 mxClient.NO_FO = (this.graph.mathEnabled && !editorUi.editor.useForeignObjectForMath) ?
8229 mxClient.NO_FO = prev;