Home
last modified time | relevance | path

Searched refs:lastSave (Results 1 – 2 of 2) sorted by relevance

/plugin/moaieditor/scripts/
Ddraft.js49 this.lastSave = null;
69 if (this.lastSave) {
71 let elapsed = Math.round( (Date.now()-this.lastSave)/1000 );
87 this.lastSave = Date.now();
/plugin/batchedit/
Dengine.php920 private $lastSave; variable in BatcheditProgress
930 $this->lastSave = 0;
943 if (microtime(TRUE) > $this->lastSave + self::SAVE_PERIOD) {
977 $this->lastSave = microtime(TRUE);