Home
last modified time | relevance | path

Searched refs:saveAs (Results 1 – 25 of 93) sorted by last modified time

1234

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3245 /*global IE_SaveFile, Blob, navigator, saveAs, document, File, chrome */
3264 /*:: declare var saveAs: any; */
3265 if(typeof saveAs !== 'undefined') return saveAs(blob, fname);
3271 return chrome.downloads.download({ url: url, filename: fname, saveAs: true});
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionFile.js92 NotionFile.prototype.saveAs = function(title, success, error) method in NotionFile
H A DRemoteLibrary.js55 RemoteLibrary.prototype.saveAs = function(title, success, error) method in RemoteLibrary
H A DApp.js6191 file.saveAs(name, success, error)
H A DStorageFile.js98 this.saveAs(this.getTitle(), success, error);
107 StorageFile.prototype.saveAs = function(title, success, error) method in StorageFile
H A DStorageLibrary.js40 StorageLibrary.prototype.saveAs = function(title, success, error) method in StorageLibrary
H A DTrelloFile.js75 TrelloFile.prototype.saveAs = function(title, success, error) method in TrelloFile
H A DUrlLibrary.js75 UrlLibrary.prototype.saveAs = function(title, success, error) method in UrlLibrary
H A DDrawioFile.js901 DrawioFile.prototype.saveAs = function(filename, success, error) { }; method in DrawioFile
H A DDriveFile.js377 this.saveAs(this.ui.getCopyFilename(this, timestamp), mxUtils.bind(this, function(resp)
407 DriveFile.prototype.saveAs = function(filename, success, error) method in DriveFile
H A DDropboxFile.js173 DropboxFile.prototype.saveAs = function(title, success, error) method in DropboxFile
H A DGitHubFile.js193 GitHubFile.prototype.saveAs = function(title, success, error) method in GitHubFile
H A DOneDriveFile.js335 OneDriveFile.prototype.saveAs = function(title, success, error) method in OneDriveFile
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt653 saveAs=Gorde honela
H A Ddia_fa.txt653 saveAs=‫ذخیره به عنوان‬
H A Ddia_ja.txt653 saveAs=名前を付けて保存
H A Ddia_kn.txt653 saveAs=Save as
H A Ddia_ru.txt653 saveAs=Сохранить как
H A Ddia_si.txt653 saveAs=Save as
H A Ddia_sl.txt653 saveAs=Save as
H A Ddia_ta.txt653 saveAs=Save as
H A Ddia_vi.txt653 saveAs=Lưu dưới dạng
H A Ddia_ar.txt653 saveAs=‫حفظ كـ‬
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js3039 …!=b:this.isCompressedStorage()&&Editor.compressXml};DrawioFile.prototype.saveAs=function(b,c,e){};…
3083 …tion(b,c,e){this.saveAs(this.title,c,e)};LocalFile.prototype.saveAs=function(b,c,e){this.saveFile(…
H A Dviewer.min.js3039 …!=b:this.isCompressedStorage()&&Editor.compressXml};DrawioFile.prototype.saveAs=function(b,c,e){};…
3083 …tion(b,c,e){this.saveAs(this.title,c,e)};LocalFile.prototype.saveAs=function(b,c,e){this.saveFile(…

1234