Searched refs:downloadFile (Results 1 – 7 of 7) sorted by relevance
/plugin/fileshare/ |
H A D | filesharedownload.php | 7 $downloadFile = $archivRootDir . '/' . $filename;
variable 11 header ( "Content-Length: " . filesize ( $downloadFile ) );
12 readfile ( $downloadFile );
|
/plugin/siteexport/ |
H A D | script.js | 109 _.downloadFile({ 128 _.downloadFile = function(iframeProps) { function 237 _.downloadFile({
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Menus.js | 350 editorUi.downloadFile('xml', !compressed.checked, null, 565 editorUi.downloadFile('pdf', null, null, !selection.checked, 811 …editorUi.downloadFile((editable) ? 'xmlpng' : 'png', null, null, ignoreSelection, null, null, tran… 839 editorUi.downloadFile('jpeg', null, null, ignoreSelection, null, null, null, scale, border);
|
H A D | EditorUi.js | 1944 …EditorUi.prototype.downloadFile = function(format, uncompressed, addShadow, ignoreSelection, curre… method in EditorUi
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10738 this.currentPage.getName());return c};EditorUi.prototype.downloadFile=function(b,c,d,e,g,k,n,v,x,A,… 11802 …e("disabled")});b=new CustomDialog(c,b,mxUtils.bind(this,function(){c.downloadFile("xml",!k.checke… 11810 …rom:Math.max(0,Math.min(k-1,d-1)),to:Math.max(0,Math.min(k-1,e-1))};c.downloadFile("pdf",null,null… 11819 …xResources.get("export"),null,mxUtils.bind(this,function(b,d,e,f,g){c.downloadFile(d?"xmlpng":"png… 11820 …xResources.get("export"),null,mxUtils.bind(this,function(b,d,e,f,g){c.downloadFile("jpeg",null,nul…
|
H A D | viewer.min.js | 3406 this.currentPage.getName());return d};EditorUi.prototype.downloadFile=function(b,c,e,g,k,n,u,p,t,x,…
|
H A D | viewer-static.min.js | 3406 this.currentPage.getName());return d};EditorUi.prototype.downloadFile=function(b,c,e,g,k,n,u,p,t,x,…
|