Home
last modified time | relevance | path

Searched refs:getMilliseconds (Results 26 – 28 of 28) sorted by last modified time

12

/plugin/fkstimer/
H A Dscript.js51 const millisecond = Math.floor(time.getMilliseconds() / 100);
/plugin/amcharts/assets/amcharts/
H A Damcharts.js364 …;d.formatMilliseconds=function(a,b){if(-1!=a.indexOf("fff")){var c=b.getMilliseconds(),d=String(c)…
365 ….getMonth(),a.getDate(),a.getHours(),a.getMinutes(),a.getSeconds(),a.getMilliseconds())};d.resetDa…
366 a.getMinutes(),m=a.getSeconds(),n=a.getMilliseconds(),a=a.getDay());switch(b){case "YYYY":h=Math.fl…
372 …(),g=a.getDay(),k=a.getHours(),l=a.getMinutes(),m=a.getSeconds(),n=a.getMilliseconds());var p=Stri…
377 c*f);break;case "fff":a.setMilliseconds(a.getMilliseconds()+c*f)}return a};d.changeUTCDate=function…
/plugin/dokucrypt/
H A Dscript.js980 addEntropyByte(Math.floor((((new Date()).getMilliseconds()) * 255) / 999));

12