Home
last modified time | relevance | path

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

1234

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

1234