Home
last modified time | relevance | path

Searched refs:getDay (Results 26 – 50 of 79) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DDate.php45 public function getDay() function in Google\\Service\\Adsense\\Date
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DDate.php45 public function getDay() function in Google\\Service\\PeopleService\\Date
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
H A DGoogleTypeDate.php45 public function getDay() function in Google\\Service\\PolicySimulator\\GoogleTypeDate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DDate.php45 public function getDay() function in Google\\Service\\CloudMemorystoreforMemcached\\Date
H A DSchedule.php43 public function getDay() function in Google\\Service\\CloudMemorystoreforMemcached\\Schedule
H A DWeeklyMaintenanceWindow.php43 public function getDay() function in Google\\Service\\CloudMemorystoreforMemcached\\WeeklyMaintenanceWindow
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleTypeDate.php45 public function getDay() function in Google\\Service\\Fcmdata\\GoogleTypeDate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
H A DGoogleTypeDate.php45 public function getDay() function in Google\\Service\\CloudBillingBudget\\GoogleTypeDate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleTypeDate.php45 public function getDay() function in Google\\Service\\ChromeManagement\\GoogleTypeDate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleTypeDate.php45 public function getDay() function in Google\\Service\\CloudRetail\\GoogleTypeDate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DSchedule.php43 public function getDay() function in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\Schedule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DWeeklyMaintenanceWindow.php43 public function getDay() function in Google\\Service\\CloudRedis\\WeeklyMaintenanceWindow
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DSchedule.php43 public function getDay() function in Google\\Service\\CloudFilestore\\Schedule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DMaintenanceWindow.php49 public function getDay() function in Google\\Service\\SQLAdmin\\MaintenanceWindow
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php67 public function getDay() function in Google\\Service\\ShoppingContent\\DateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeDateTime.php67 public function getDay() function in Google\\Service\\Document\\GoogleTypeDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGoogleTypeDateTime.php67 public function getDay() function in Google\\Service\\Playdeveloperreporting\\GoogleTypeDateTime
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js137 …n utc ? gantt.locale.date.day_short[date.getUTCDay()] : gantt.locale.date.day_short[date.getDay()];
138 …urn utc ? gantt.locale.date.day_full[date.getUTCDay()] : gantt.locale.date.day_full[date.getDay()];
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js13 …locale.date.day_short[a.getDay()];case"%l":return e?gantt.locale.date.day_full[a.getUTCDay()]:gant…
H A Ddhtmlxgantt_csp.js.map1getDay","day_full","month_short","month_full","getUTCHours","getHours","getUTCMinutes","getMinutes…
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1301 return Math.ceil((((datetime - onejan) / 86400000) + onejan.getDay() + 1) / 7);
1478 while (start.getDay() !== options.dayOfWeekStart) {
1505 …while (i < _xdsoft_datetime.currentTime.countDaysInMonth() || start.getDay() !== options.dayOfWeek…
1509 day = start.getDay();
1548 …if (start.getDay() === 0 || start.getDay() === 6 || options.weekends.indexOf(start.dateFormat(opti…
1570 …ata-year="' + y + '"' + ' class="xdsoft_date xdsoft_day_of_week' + start.getDay() + ' ' + classes.…
1574 if (start.getDay() === options.dayOfWeekStartPrev) {
2072getDay());var a=new Date(this.getFullYear(),0,1);var c=(7-a.getDay()+4);return String.leftPad(Math…
/plugin/schedule/lib/
H A DscheduleForm.js141 var rankDay = date.getDay();
/plugin/authgoogle/google/contrib/
H A DGoogle_UrlshortenerService.php200 public function getDay() { function in Google_AnalyticsSummary
/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/datepicker/script/jscalendar-1.0/
H A Dcalendar.js1126 var day1 = (date.getDay() - this.firstDayOfWeek) % 7;
1148 var wday = date.getDay();
1605 mon1 = j4.getTime() - j10.getDay() * 86400000;
1734 var DoW = d.getDay();
1766 var w = this.getDay();

1234