Home
last modified time | relevance | path

Searched refs:saveAs (Results 1 – 25 of 93) sorted by relevance

1234

/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js15 var saveAs = saveAs || (function(view) { variable
208 , saveAs = function(blob, name) {
237 return saveAs;
248 module.exports.saveAs = saveAs;
251 return saveAs;
H A DFileSaver.min.js2saveAs=saveAs||function(e){"use strict";if("undefined"==typeof navigator||!/MSIE [1-9]\./.test(nav… variable
/plugin/diagramsnet/lib/js/diagramly/
H A DLocalFile.js85 this.saveAs(this.title, success, error);
94 LocalFile.prototype.saveAs = function(title, success, error) method in LocalFile
105 LocalFile.prototype.saveAs = function(title, success, error) method in LocalFile
H A DLocalLibrary.js47 LocalLibrary.prototype.saveAs = function(title, success, error) method in LocalLibrary
H A DStorageLibrary.js40 StorageLibrary.prototype.saveAs = function(title, success, error) method in StorageLibrary
H A DUrlLibrary.js75 UrlLibrary.prototype.saveAs = function(title, success, error) method in UrlLibrary
H A DRemoteLibrary.js55 RemoteLibrary.prototype.saveAs = function(title, success, error) method in RemoteLibrary
H A DStorageFile.js98 this.saveAs(this.getTitle(), success, error);
107 StorageFile.prototype.saveAs = function(title, success, error) method in StorageFile
H A DTrelloFile.js75 TrelloFile.prototype.saveAs = function(title, success, error) method in TrelloFile
H A DNotionFile.js92 NotionFile.prototype.saveAs = function(title, success, error) method in NotionFile
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 DGitHubFile.js193 GitHubFile.prototype.saveAs = function(title, success, error) method in GitHubFile
H A DDropboxFile.js173 DropboxFile.prototype.saveAs = function(title, success, error) method in DropboxFile
H A DOneDriveFile.js335 OneDriveFile.prototype.saveAs = function(title, success, error) method in OneDriveFile
H A DElectronApp.js1211 this.saveAs(this.ui.getCopyFilename(this), success, error);
1492 LocalFile.prototype.saveAs = function(title, success, error) method in LocalFile
1582 file.saveAs(null, mxUtils.bind(this, function()
H A DDrawioFile.js901 DrawioFile.prototype.saveAs = function(filename, success, error) { }; method in DrawioFile
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak8 saveAs=Save As
H A Deditor_zh-CN.properties8 saveAs=Save As key
H A Deditor_de.properties12 saveAs=Speichern unter key
H A Deditor_de.properties.bak8 saveAs=Speichern unter
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt653 saveAs=saveAs
H A Ddia_ru.txt653 saveAs=Сохранить как
H A Ddia_bg.txt653 saveAs=Запазване като
H A Ddia_el.txt653 saveAs=Αποθήκευση ως
H A Ddia_zh.txt653 saveAs=另存为

1234