Home
last modified time | relevance | path

Searched refs:getTime (Results 101 – 125 of 240) sorted by relevance

12345678910

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js212 g_startTime = (new Date()).getTime();
238 finishPlyCallback(bestMove, value, (new Date()).getTime() - g_startTime, i);
243 finishMoveCallback(bestMove, value, (new Date()).getTime() - g_startTime, i - 1);
828 if ((new Date()).getTime() - g_startTime > g_timeout) {
/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/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13 …h&&t.pop&&t.push},isDate:o,isValidDate:function(t){return o(t)&&!isNaN(t.getTime())},isStringObjec…
H A Ddhtmlxgantt_click_drag.js13 …h&&t.pop&&t.push},isDate:i,isValidDate:function(t){return i(t)&&!isNaN(t.getTime())},isStringObjec…
/plugin/dokucrypt/
H A Dscript.js72 if(now.getTime() - locktimer.lasttime.getTime() > 30*1000){ //FIXME decide on time
998 addEntropy32((new Date()).getTime());
/plugin/dokucrypt2/
H A Dscript.js93 if(now.getTime() - dw_locktimer.lasttime.getTime() <= 30*1000) {
1070 addEntropy32((new Date()).getTime());
/plugin/lytebox/
H A Dlytebox.js864 var exitTime = now.getTime() + numberMillis;
867 if (now.getTime() > exitTime) { return; }
/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.js620 expired = waitInterval && (context.startTime + waitInterval) < new Date().getTime(),
786 context.startTime = (new Date()).getTime();
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js431 return isDate(obj) && !isNaN(obj.getTime());
H A Ddhtmlxgantt_click_drag.js651 return isDate(obj) && !isNaN(obj.getTime());
/plugin/webcode/vendor/
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/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js11238 persistTimeStart = new Date().getTime();
11605 ID: "firebug-" + new Date().getTime()
11819 uid = "" + new Date().getTime(),
13417 id = "script" + (new Date).getTime();
13803 lastInspecting = new Date().getTime();
13830 lastInspecting = new Date().getTime();
18988 reqStartTS = new Date().getTime();
23481 var time = new Date().getTime();
23496 var time = new Date().getTime();
25827 var start = new Date().getTime();
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1416 date.setTime(date.getTime()+(days*24*60*60*1000));
2777 },persist:function(){persistTimeStart=new Date().getTime();
2781 var persistTimeStart=new Date().getTime();
2790 var persistDelay=new Date().getTime()-persistTimeStart;
2848 if(new Date().getTime()-lastHSplitterMouseMove>chromeRedrawSkipRate){lastHSplitterMouseMove=new Date().getTime();
2882 var onVSplitterMouseMove=function onVSplitterMouseMove(event){if(new Date().getTime()-lastVSplitterMouseMove>chromeRedrawSkipRate){var target=event.target||event.srcElement;
2890 }lastVSplitterMouseMove=new Date().getTime()
2901 FBL.ns(function(){with(FBL){Firebug.Lite.Cache={ID:"firebug-"+new Date().getTime()};
2950 },loadJSONP:function(url,callback){var script=createGlobalElement("script"),doc=Firebug.context.document,uid=""+new Date().getTime(),callbackNam
[all...]
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js92 JsHttpRequest.extend(_11,{queryText:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRe…
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js131 id: (new Date().getTime()) + "" + JsHttpRequest.COUNT++,
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js39 alert('['+new Date().getTime().toString()+'] '+eventName+'/'+Test.Unit.inspect(options));
H A Deffects.js173 var timestamp = new Date().getTime();
212 var timePos = new Date().getTime();
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js92 JsHttpRequest.extend(_11,{queryText:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRe…
/plugin/xcom/
H A Dscript.js567 var unixtime = parseInt(d.getTime() / 1000);
/plugin/remotescript/
H A Dscript.js9 …JsHttpRequest.extend(V,{queryText:l.join("&"),queryElem:o,id:(new Date().getTime())+""+JsHttpReque…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js43 …meDifference/z)+5,C=l=d.resetDateToMin(new Date(this.startTime-z),A,w,t).getTime();if(g==A&&1==w&&…
44 …e(p),A,w,t).getTime();"MM"==A&&(h=(p-l)/z,1.5<=(p-l)/z&&(p=p-(h-1)*z+d.getPeriodDuration("DD",3),p…
46 …dAlpha=this.minorGridAlpha,f=p+y*h,f=d.resetDateToMin(new Date(f),A,u,t).getTime(),f=new this.axis…
48 a&&(b=1);c=d.resetDateToMin(c,a,b,g).getTime();b=d.resetDateToMin(f,a,b,g).getTime();return"DD"==a&…
67getTime());this.maximumDate&&(this.maximumDate instanceof Date||(this.maximumDate=d.getDate(this.m…
75 …etDateToMin(new Date(a.startTime),m.minPeriod).getTime();d.resetDateToMin(new Date(n),m.minPeriod)…
76 "fff"),g=a.getClosestIndex(a.chartData,"time",m.getTime(),!0,0,a.chartData.length),k=a.chartData.le…
122getTime()},handleDocTouchEnd:function(){-.5<this.tmx&&this.tmx<this.divRealWidth+1&&0<this.tmy&&th…
281 …",this.handleValueAxisZoom);c.id||(c.id="valueAxisAuto"+b+"_"+(new Date).getTime());void 0===c.use…
282 …d 0!==e.date)&&b&&b.addGuide(e);e.id||(e.id="guideAuto"+c+"_"+(new Date).getTime());var h=e.valueA…
[all …]
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19 ….UPDATE}return MathJax.Hub.processInput({scripts:g.refs,start:new Date().getTime(),i:0,j:0,jax:{},…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php869 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php827 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());

12345678910