Home
last modified time | relevance | path

Searched refs:getHours (Results 26 – 50 of 77) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\MyBusinessBusinessInformation\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\MyBusinessLodging\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\Storagetransfer\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\AdExchangeBuyerII\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudTalentSolution\\TimeOfDay
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DTimeInput.php41 public function getHours() function in Google\\Service\\HangoutsChat\\TimeInput
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DTimeOfDay.php49 public function getHours() function in Google\\Service\\CloudFilestore\\TimeOfDay
/plugin/c3chart/assets/
H A Dc3.min.js2 …getSeconds()?e.timeFormat(":%S"):t.getMinutes()?e.timeFormat("%I:%M"):t.getHours()?e.timeFormat("%…
H A Dd3.min.js2getHours()>=12)]},Q:Fo,s:Io,S:lo,u:ho,U:po,V:vo,w:go,W:_o,x:null,X:null,y:yo,Y:mo,Z:xo,"%":Oo},M={…
/plugin/xcom/
H A Dscript.js222 …r = date_time.getFullYear() + "-" + month + "-" + day + " " + date_time.getHours() + ":" + date_ti…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js9212 … if (date.getHours() + date.getMinutes() + date.getSeconds() + date.getMilliseconds() == 0)
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js3419 t=g.getHours(),x=g.getMinutes(),g=g.getSeconds(),d=d+(" "+(e+"-"+k+"-"+p+"-"+t+"-"+x+"-"+g));return…
H A Dviewer.min.js3419 t=g.getHours(),x=g.getMinutes(),g=g.getSeconds(),d=d+(" "+(e+"-"+k+"-"+p+"-"+t+"-"+x+"-"+g));return…
H A Dextensions.min.js1434 …w Date(b.VSDX_START_TIME+Math.floor(864E5*parseFloat(k))),m="c"==m?0==C.getHours()+C.getMinutes()+…
1705getHours()||new Date("2019-07-01T00:00").getHours();function Co(t){return+t}function So(t){return …
1743getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()))},dateAddSubTimespan:function(n,t,i)…
H A Dapp.min.js10751 n=l.getHours(),A=l.getMinutes(),l=l.getSeconds(),f=f+(" "+(e+"-"+g+"-"+k+"-"+n+"-"+A+"-"+l));return…
H A Dorgchart.min.js8getHours(),a=n.getMinutes(),v=n.getSeconds(),y=n.getMilliseconds(),s=n.getTimezoneOffset(),h;retur…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js2565 var h = today.getHours();
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6getHours()||new Date("2019-07-01T00:00").getHours();function Co(t){return+t}function So(t){return …
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8getHours(),a=n.getMinutes(),v=n.getSeconds(),y=n.getMilliseconds(),s=n.getTimezoneOffset(),h;retur…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1getHours()||new Date("2019-07-01T00:00").getHours();function Co(t){return+t}function So(t){return …
H A Dmermaid.min.js.map1getHours","quadIn","quadOut","quadInOut","polyIn","custom","exponent","polyOut","polyInOut","sinIn…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1getHours() || new Date(\"2019-07-01T00:00\").getHours();","import dsv from \"./dsv.js\";\n\nvar cs…
/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/vobject/lib/Recur/
H A DRRuleIterator.php329 $recurrenceHours = $this->getHours();
379 $recurrenceHours = $this->getHours();
937 protected function getHours() function in Sabre\\VObject\\Recur\\RRuleIterator

1234