Home
last modified time | relevance | path

Searched refs:getTime (Results 51 – 75 of 240) sorted by relevance

12345678910

/plugin/do/scripts/
H A DPluginDo.js234 return duedate.getTime() < currentdate.getTime();
/plugin/chat/
H A Dtw-sack.js98 this.setVar("rndval", new Date().getTime());
/plugin/rssticker/
H A Drssticker.js64 …="+encodeURIComponent(this.RSS_url)+"&cachetime="+this.cachetime+"&bustcache="+new Date().getTime()
/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js98 this.setVar("rndval", new Date().getTime());
/plugin/fckg/fckeditor/
H A Dtw-sack.js98 this.setVar("rndval", new Date().getTime());
/plugin/authgoogle/google/contrib/
H A DGoogle_AuditService.php265 public function getTime() { function in Google_ActivityId
/plugin/bugzillaint/
H A Dscript.js316 var deadlineTime = new Date(p[0], p[1]-1, p[2], 0, 0, 0, 0).getTime();
317 var nowTime = new Date().getTime();
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js238 A=A.getTime();
413 }else{if(A!=null&&A.getStart().getTime()==E.getStart().getTime()){M[M.length-1].push(E);
1345 while(C.getTime()<F.getTime()){this._intervalMarkerLayout.createIntervalMarker(C,E,this._unit,this.…
1415 var K=new Date(Math.max(C.getTime(),G.startTime));
1416 var F=new Date(Math.min(A.getTime(),G.endTime));
1419 while(K.getTime()<F.getTime()){this._intervalMarkerLayout.createIntervalMarker(K,L,G.unit,this._mar…
1456 var B=new Date(this._startDate.getTime());
1545 var R=new Date(T.getTime()+(6-N-7)*F);
1546 var b=new Date(R.getTime()+2*F);
2824 if(typeof D=="object"){B=D.getTime();
[all …]
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js238 A=A.getTime();
413 }else{if(A!=null&&A.getStart().getTime()==E.getStart().getTime()){M[M.length-1].push(E);
1345 while(C.getTime()<F.getTime()){this._intervalMarkerLayout.createIntervalMarker(C,E,this._unit,this.…
1415 var K=new Date(Math.max(C.getTime(),G.startTime));
1416 var F=new Date(Math.min(A.getTime(),G.endTime));
1419 while(K.getTime()<F.getTime()){this._intervalMarkerLayout.createIntervalMarker(K,L,G.unit,this._mar…
1456 var B=new Date(this._startDate.getTime());
1545 var R=new Date(T.getTime()+(6-N-7)*F);
1546 var b=new Date(R.getTime()+2*F);
2840 if(typeof D=="object"){B=D.getTime();
[all …]
/plugin/codehighlight/cp/
H A Dcodepress.js43 self.src = CodePress.path+'codepress.html?language='+self.language+'&ts='+(new Date).getTime();
/plugin/overlay/
H A Dscript.js152 d.setTime(d.getTime() + (60*60*1000)); //60 minutes
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1 …){var b=a.split("?");return 1===b.length?b[1]=(new Date).getTime():b[1]+="&"+(new Date).getTime(),…
H A Ddataloader.js733 p[ 1 ] = new Date().getTime();
735 p[ 1 ] += '&' + new Date().getTime();
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js24 this.created = new Date().getTime();
1444 modified: new Date().getTime(),
1925 return this.ageStart != null && (Date.now() - this.ageStart.getTime()) >= this.ui.warnInterval;
2164 this.lastAutosaveRevision = new Date().getTime();
2232 var now = new Date().getTime();
H A DDriveClient.js766 this.lastTokenRefresh = new Date().getTime();
787 var delta = new Date().getTime() - this.lastTokenRefresh;
1356 var t0 = new Date().getTime();
1457 file.saveDelay = new Date().getTime() - t0;
1467 var delta = new Date(resp.modifiedDate).getTime() - new Date(mod0).getTime();
H A DApp.js32 Math.round((Date.now() - file.savingFileTime.getTime()) / 1000) : '') +
34 …'-age_' + ((file.ageStart != null) ? Math.round((Date.now() - file.ageStart.getTime()) / 1000) : '…
37 …'-open_' + ((file.opened != null) ? Math.round((Date.now() - file.opened.getTime()) / 1000) : 'x')…
38 …'-save_' + ((file.lastSaved != null) ? Math.round((Date.now() - file.lastSaved.getTime()) / 1000) …
40 '-alive_' + Math.round((Date.now() - App.startTime.getTime()) / 1000),
998 EditorUi.debug('App.start', [ui, (new Date().getTime() - t0.getTime()) + 'ms']);
1734 var t0 = new Date().getTime();
1828 Math.round((Date.now() - file.savingFileTime.getTime()) / 1000) : '') +
1836 '-alive_' + Math.round((Date.now() - App.startTime.getTime()) / 1000),
2103 '&ts=' + new Date().getTime(),
[all …]
/plugin/serverinfos/serverinfos/lib/
H A DElements.class.php277 public function getTime() function in Elements
/plugin/dirtylittlehelper/
H A Dscript.js124 var dlh_secNow = dlh_dateNow.getTime()/dlh_div_seconds|0;
127 var dlh_secYear = dlh_dateYear.getTime()/dlh_div_seconds|0;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js385 var sTempUrl = 'javascript:void(0);/*' + ( new Date().getTime() ) + '*/' ;
H A Dfck_gecko.js440 var sTempUrl = 'javascript:void(0);/*' + ( new Date().getTime() ) + '*/' ;
/plugin/diagramsnet/lib/math/extensions/
H A DMathEvents.js19getTime();var s=(q-a.last<a.delay&&a.up);a.last=q;a.up=false;if(s){a.timeout=setTimeout(a.menu,a.d…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Drespond.min.js5 …ompat"===j.compatMode&&d||j.body[c]||d,f={},o=s[s.length-1],r=(new Date).getTime();if(b&&g&&p>r-g)…
/plugin/jspwiki_import/importer/
H A Dgwt.js241 var unique = new Date().getTime();
/plugin/xcom/
H A Dremote.php66 public function getTime($a) { function in remote_plugin_xcom
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js3 workId:'xajaxWork'+new Date().getTime(),
124 …a="xajax="+encodeURIComponent(sFunction);postData+="&xajaxr="+new Date().getTime();if(aArgs){for(i…

12345678910