Searched refs:ageStart (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioFile.js | 184 DrawioFile.prototype.ageStart = null; method in DrawioFile 1925 return this.ageStart != null && (Date.now() - this.ageStart.getTime()) >= this.ui.warnInterval; 1945 if (this.ageStart == null) 1947 this.ageStart = new Date(); 1961 this.ageStart = null; 1966 this.ageStart = this.lastChanged; 1975 this.ageStart = null; 2063 this.ageStart = null;
|
H A D | App.js | 34 …'-age_' + ((file.ageStart != null) ? Math.round((Date.now() - file.ageStart.getTime()) / 1000) : '… 1830 …'-age_' + ((file.ageStart != null) ? Math.round((Date.now() - file.ageStart.getTime()) / 1000) : '…
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3017 ….invalidChecksum=!1;DrawioFile.prototype.errorReportsEnabled=!1;DrawioFile.prototype.ageStart=null; 3070 …rawioFile.prototype.isOverdue=function(){return null!=this.ageStart&&Date.now()-this.ageStart.getT… 3071 …ageStart&&(this.ageStart=new Date),this.sendFileChanges(),this.autosave(this.autosaveDelay,this.ma… 3072 …cheduleSanityCheck(),this.ageStart=this.lastChanged)}),mxUtils.bind(this,function(b){this.handleFi… 3075 DrawioFile.prototype.fileSaved=function(b,c,e,k,g){this.lastSaved=new Date;this.ageStart=null;try{t…
|
H A D | app.min.js | 9977 ….invalidChecksum=!1;DrawioFile.prototype.errorReportsEnabled=!1;DrawioFile.prototype.ageStart=null; 10030 …rawioFile.prototype.isOverdue=function(){return null!=this.ageStart&&Date.now()-this.ageStart.getT… 10031 …ageStart&&(this.ageStart=new Date),this.sendFileChanges(),this.autosave(this.autosaveDelay,this.ma… 10032 …cheduleSanityCheck(),this.ageStart=this.lastChanged)}),mxUtils.bind(this,function(b){this.handleFi… 10035 DrawioFile.prototype.fileSaved=function(b,e,d,c,g){this.lastSaved=new Date;this.ageStart=null;try{t… 11594 …l!=b.saveLevel?"-sl_"+b.saveLevel:"")+"-age_"+(null!=b.ageStart?Math.round((Date.now()-b.ageStart.…
|
H A D | viewer-static.min.js | 3017 ….invalidChecksum=!1;DrawioFile.prototype.errorReportsEnabled=!1;DrawioFile.prototype.ageStart=null; 3070 …rawioFile.prototype.isOverdue=function(){return null!=this.ageStart&&Date.now()-this.ageStart.getT… 3071 …ageStart&&(this.ageStart=new Date),this.sendFileChanges(),this.autosave(this.autosaveDelay,this.ma… 3072 …cheduleSanityCheck(),this.ageStart=this.lastChanged)}),mxUtils.bind(this,function(b){this.handleFi… 3075 DrawioFile.prototype.fileSaved=function(b,c,e,k,g){this.lastSaved=new Date;this.ageStart=null;try{t…
|