/plugin/rigrr/ |
H A D | script.js | 15 zoomEnabled: true,
|
/plugin/rigrr/lib/svg-pan-zoom/ |
H A D | svg-pan-zoom.js | 208 , zoomEnabled: true // enable or disable zooming (default enabled) 244 if (this.options.controlIconsEnabled && this.options.zoomEnabled) { 397 if (!this.options.zoomEnabled) { 768 if (that.options.controlIconsEnabled && !that.options.zoomEnabled) { 771 that.options.zoomEnabled = true; 774 if (that.options.controlIconsEnabled && that.options.zoomEnabled) { 777 that.options.zoomEnabled = false; 779 , isZoomEnabled: function() {return !!that.options.zoomEnabled} 781 if (that.options.zoomEnabled && !that.options.controlIconsEnabled) {
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GraphViewer.js | 139 this.zoomEnabled = mxUtils.indexOf(this.toolbarItems, 'zoom') >= 0; 149 !this.zoomEnabled && !mxClient.NO_FO && !mxClient.IS_SF; 890 …if (this.graphConfig.resize || ((this.zoomEnabled || !this.autoFit) && this.graphConfig.resize != … 908 if (!this.zoomEnabled && this.autoFit) 1031 if (this.forceCenter || this.zoomEnabled || !this.autoFit || document.compatMode == 'BackCompat' || 1377 if (this.zoomEnabled)
|
H A D | Menus.js | 387 editorUi.showHtmlDialog(mxResources.get('export'), null, url, function(publicUrl, zoomEnabled, argument 390 editorUi.createHtml(publicUrl, zoomEnabled, initialZoom, linkTarget, linkColor, fit, allPages, 1969 …url, function(publicUrl, zoomEnabled, initialZoom, linkTarget, linkColor, fit, allPages, layers, t… argument 1971 editorUi.createHtml(publicUrl, zoomEnabled, initialZoom, linkTarget, linkColor, fit, allPages,
|
H A D | EditorUi.js | 5537 EditorUi.prototype.createHtml = function(publicUrl, zoomEnabled, initialZoom, linkTarget, argument 5579 if (zoomEnabled)
|
/plugin/achart/assets/ |
H A D | apexcharts.min.js | 6 …zoomEnabled:"zoom"===t.chart.toolbar.autoSelected&&t.chart.toolbar.tools.zoom&&t.chart.zoom.enable…
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
H A D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 4015 …!=this.graphConfig.toolbar?this.graphConfig.toolbar.split(" "):[];this.zoomEnabled=0<=mxUtils.inde… 4017 this.responsive)&&!this.zoomEnabled&&!mxClient.NO_FO&&!mxClient.IS_SF;this.pageId=this.graphConfig.… 4039 …esizeSensor(this.graph.container,k));if(this.graphConfig.resize||(this.zoomEnabled||!this.autoFit)… 4040 …eight(b,Math.max(this.minHeight,c.height+2*this.graph.border+1)),!this.zoomEnabled&&this.autoFit){… 4043 …rototype.updateContainerHeight=function(b,c){if(this.forceCenter||this.zoomEnabled||!this.autoFit|… 4053 …isplay});this.addListener("graphChanged",x);x()}else if("zoom"==x)this.zoomEnabled&&(b(mxUtils.bin…
|
H A D | viewer-static.min.js | 4015 …!=this.graphConfig.toolbar?this.graphConfig.toolbar.split(" "):[];this.zoomEnabled=0<=mxUtils.inde… 4017 this.responsive)&&!this.zoomEnabled&&!mxClient.NO_FO&&!mxClient.IS_SF;this.pageId=this.graphConfig.… 4039 …esizeSensor(this.graph.container,k));if(this.graphConfig.resize||(this.zoomEnabled||!this.autoFit)… 4040 …eight(b,Math.max(this.minHeight,c.height+2*this.graph.border+1)),!this.zoomEnabled&&this.autoFit){… 4043 …rototype.updateContainerHeight=function(b,c){if(this.forceCenter||this.zoomEnabled||!this.autoFit|… 4053 …isplay});this.addListener("graphChanged",x);x()}else if("zoom"==x)this.zoomEnabled&&(b(mxUtils.bin…
|