Home
last modified time | relevance | path

Searched refs:getTime (Results 101 – 125 of 240) sorted by last modified time

12345678910

/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1getTime()),0);P=self.requestAnimationFrame||self.msRequestAnimationFrame||self.webkitRequestAnimat…
396getTime(),r)this.workerRequestCompleted&&-1!==this.renderDecorationsTimer&&(clearTimeout(this.rend…
426getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nul…
/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/dirtylittlehelper/script/
H A Dmermaid.min.js.map1getTime","invalidWeekday","_strict","bigHour","isFrozen","some","momentProperties","_isAMomentObje…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1getTime()),0);P=self.requestAnimationFrame||self.msRequestAnimationFrame||self.webkitRequestAnimat…
396getTime(),r)this.workerRequestCompleted&&-1!==this.renderDecorationsTimer&&(clearTimeout(this.rend…
426getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nul…
/plugin/goto/
H A Dscript.js31 d.setTime(d.getTime() - (60*60*1000)); //60 minutes
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js486 exdate.setTime(exdate.getTime()-1);
1035 d.console.timeMap[_name] = new Date().getTime();
1041 var delta = new Date().getTime() - d.console.timeMap[_name],
H A Dfirebug-lite-1.2-compressed.js20 …Tree();}}}},reset:function(){var exdate=new Date();exdate.setTime(exdate.getTime()-1);document.coo…
31 …ap[_name]=new Date().getTime();}},timeEnd:function(_name){with(firebug){if(_name in d.console.time…
H A Dfirebug-lite-1.4.js1405 date.setTime(date.getTime()+(days*24*60*60*1000));
2770 var persistTimeStart=new Date().getTime();
2837 if(new Date().getTime()-lastHSplitterMouseMove>chromeRedrawSkipRate){lastHSplitterMouseMove=new Dat…
2879 }lastVSplitterMouseMove=new Date().getTime()
3535 }}lastInspecting=new Date().getTime()
3544 }lastInspecting=new Date().getTime()
5048 reqStartTS=new Date().getTime();
6138 }var time=new Date().getTime();
6566 }if((new Date().getTime()-hoverElementTS>40)&&hoverElement!=el){hoverElementTS=new Date().getTime();
6834 if(FBTrace.DBG_CSS){var start=new Date().getTime()
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js233 function strftime(sFormat,date){if(!(date instanceof Date))date=new Date();var nDay=date.getDay(),nDate=date.getDate(),nMonth=date.getMonth(),nYear=date.getFullYear(),nHour=date.getHours(),aDays=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],aMonths=['January','February','March','April','May','June','July','August','September','October','November','December'],aDayCount=[0,31,59,90,120,151,181,212,243,273,304,334],isLeapYear=function(){return(nYear%4===0&&nYear%100!==0)||nYear%400===0},getThursday=function(){var target=new Date(date);target.setDate(nDate-((nDay+6)%7)+3);return target},zeroPad=function(nNum,nPad){return((Math.pow(10,nPad)+nNum)+'').slice(1)};return sFormat.replace(/%[a-z]/gi,function(sMatch){return(({'%a':aDays[nDay].slice(0,3),'%A':aDays[nDay],'%b':aMonths[nMonth].slice(0,3),'%B':aMonths[nMonth],'%c':date.toUTCString(),'%C':Math.floor(nYear/100),'%d':zeroPad(nDate,2),'%e':nDate,'%F':date.toISOString().slice(0,10),'%G':getThursday().getFullYear(),'%g':(getThursday().getFullYear()+'').slice(2),'%H':zeroPad(nHour,2),'%I':zeroPad((nHour+11)%12+1,2),'%j':zeroPad(aDayCount[nMonth]+nDate+((nMonth>1&&isLeapYear())?1:0),3),'%k':nHour,'%l':(nHour+11)%12+1,'%m':zeroPad(nMonth+1,2),'%n':nMonth+1,'%M':zeroPad(date.getMinutes(),2),'%p':(nHour<12)?'AM':'PM','%P':(nHour<12)?'am':'pm','%s':Math.round(date.getTime()/1000),'%S':zeroPad(date.getSeconds(),2),'%u':nDay||7,'%V':(function(){var target=getThursday(),n1stThu=target.valueOf();target.setMonth(0,1);var nJan1=target.getDay();if(nJan1!==4)target.setMonth(0,1+((4-nJan1)+7)%7);return zeroPad(1+Math.ceil((n1stThu-target)/604800000),2)})(),'%w':nDay,'%x':date.toLocaleDateString(),'%X':date.toLocaleTimeString(),'%y':(nYear+'').slice(2),'%Y':nYear,'%z':date.toTimeString().replace(/.+GMT([+-]\d+).+/,'$1'),'%Z':date.toTimeString().replace(/.+\((.+?)\)$/,'$1')}[sMatch]||'')+'')||sMatch})}
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php869 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php54 function getTime() { function in Sabre\\DAV\\Xml\\Property\\GetLastModified
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php168 function getTime() { function in dirscan
184 $Start = self::getTime();
235 $End = self::getTime();
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js620 expired = waitInterval && (context.startTime + waitInterval) < new Date().getTime(),
786 context.startTime = (new Date()).getTime();
/plugin/jplayer/components/
H A Drequire-built.js620 expired = waitInterval && (context.startTime + waitInterval) < new Date().getTime(),
786 context.startTime = (new Date()).getTime();
H A Drequire.js620 expired = waitInterval && (context.startTime + waitInterval) < new Date().getTime(),
786 context.startTime = (new Date()).getTime();
/plugin/codemirror/dist/
H A Dscripts.min.js.map1getTime","dw_locktimer","lasttime","setting","hide","dw","setWrap","dw_editor","sizeCtl","currentH…
H A Dscripts.min.js8 …));a.getDoc().on("change",function(){var b=new Date;if(b.getTime()-dw_locktimer.lasttime.getTime()…
/plugin/overlay/
H A Dscript.js152 d.setTime(d.getTime() + (60*60*1000)); //60 minutes
/plugin/flowcharts/
H A Dmermaid.min.js24getTime())&&e.overflow<0&&!e.empty&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nul…
/plugin/revealjs/plugin/multiplex/
H A Dindex.js46 var ts = new Date().getTime();
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js8963 var currentTime = new Date().getTime();
H A Dviewer.js.map1 …lta = normalizeWheelEventDelta(evt);\n let currentTime = (new Date()).getTime();\n let store…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/securelogin/
H A Drsalib.js768 rng_seed_int(new Date().getTime());

12345678910