Home
last modified time | relevance | path

Searched refs:day (Results 26 – 50 of 355) sorted by relevance

12345678910>>...15

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DDate.php25 public $day; variable in Google\\Service\\PeopleService\\Date
38 public function setDay($day) argument
40 $this->day = $day;
47 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
H A DGoogleTypeDate.php25 public $day; variable in Google\\Service\\PolicySimulator\\GoogleTypeDate
38 public function setDay($day) argument
40 $this->day = $day;
47 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DDate.php25 public $day; variable in Google\\Service\\CloudMemorystoreforMemcached\\Date
38 public function setDay($day) argument
40 $this->day = $day;
47 return $this->day;
H A DSchedule.php25 public $day; variable in Google\\Service\\CloudMemorystoreforMemcached\\Schedule
36 public function setDay($day) argument
38 $this->day = $day;
45 return $this->day;
H A DWeeklyMaintenanceWindow.php25 public $day; variable in Google\\Service\\CloudMemorystoreforMemcached\\WeeklyMaintenanceWindow
36 public function setDay($day) argument
38 $this->day = $day;
45 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleTypeDate.php25 public $day; variable in Google\\Service\\Fcmdata\\GoogleTypeDate
38 public function setDay($day) argument
40 $this->day = $day;
47 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
H A DGoogleTypeDate.php25 public $day; variable in Google\\Service\\CloudBillingBudget\\GoogleTypeDate
38 public function setDay($day) argument
40 $this->day = $day;
47 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleTypeDate.php25 public $day; variable in Google\\Service\\ChromeManagement\\GoogleTypeDate
38 public function setDay($day) argument
40 $this->day = $day;
47 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleTypeDate.php25 public $day; variable in Google\\Service\\CloudRetail\\GoogleTypeDate
38 public function setDay($day) argument
40 $this->day = $day;
47 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DSchedule.php25 public $day; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\Schedule
36 public function setDay($day) argument
38 $this->day = $day;
45 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DWeeklyMaintenanceWindow.php25 public $day; variable in Google\\Service\\CloudRedis\\WeeklyMaintenanceWindow
36 public function setDay($day) argument
38 $this->day = $day;
45 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DSchedule.php25 public $day; variable in Google\\Service\\CloudFilestore\\Schedule
36 public function setDay($day) argument
38 $this->day = $day;
45 return $this->day;
/plugin/statdisplay/helper/
H A Dlog.php106 $day = date('d', $date);
145 $this->logdata[$month][$type]['day'][$day]['count'] =
158 $this->logdata[$month][$type]['day'][$day]['bytes'] =
168 $this->logdata[$month]['usertraffic'][$day][$user] =
179 $this->logdata[$month][$type]['day'][$day]['visitor'] =
237 $this->logdata[$month]['hits']['day'][$day]['count'] =
238 isset($this->logdata[$month]['hits']['day'][$day]['count']) ?
251 $this->logdata[$month]['status']['day'][$day][$status] =
252 isset($this->logdata[$month]['status']['day'][$day][$status]) ?
253 $this->logdata[$month]['status']['day'][$day][$status] + 1 :
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DMaintenanceWindow.php25 public $day; variable in Google\\Service\\SQLAdmin\\MaintenanceWindow
42 public function setDay($day) argument
44 $this->day = $day;
51 return $this->day;
/plugin/nextday/
H A Dsyntax.php27 $day = NULL;
30 $day = strtotime('next ' . $in[0], strtotime('yesterday'));
38 $day = ($day_this < $day_today) ? $day_next : $day_this;
41 return $day ? strftime('%d %B %Y', $day) : '';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php25 public $day; variable in Google\\Service\\ShoppingContent\\DateTime
60 public function setDay($day) argument
62 $this->day = $day;
69 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeDateTime.php25 public $day; variable in Google\\Service\\Document\\GoogleTypeDateTime
60 public function setDay($day) argument
62 $this->day = $day;
69 return $this->day;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGoogleTypeDateTime.php25 public $day; variable in Google\\Service\\Playdeveloperreporting\\GoogleTypeDateTime
60 public function setDay($day) argument
62 $this->day = $day;
69 return $this->day;
/plugin/jsonrpc/
H A DIJR_Date.php11 var $day; variable in IJR_Date
26 $this->day = gmdate('d', $timestamp);
34 $this->day = substr($iso, 8, 2);
40 …return $this->year.'-'.$this->month.'-'.$this->day.'T'.$this->hour.':'.$this->minute.':'.$this->se…
46 … return gmmktime($this->hour, $this->minute, $this->second, $this->month, $this->day, $this->year);
/plugin/gcalendar/inc/
H A Dgcal_main.php64 $day = $today["mday"];
71 if(isset($options["day"])) $day = $options["day"];
74 if(isset($_REQUEST["day"])) $day = $_REQUEST["day"];
81 case "day" : $day += $options["offset"]; break;
82 case "week" : $day += $options["offset"] * 7; break;
88 $reference_date = mktime(0, 0, 0, $month, $day, $year);
H A Dgcal_show.php122 * @param day the day to be displayed
127 function show_day(&$options,$day,&$pages,$date_format) { argument
132 $date = date("Ymd", $day);
135 $weekday = $lang['gCal_weekday_'.date("w", $day)];
136 $wd_class = "gCal_wd_".date("w", $day)." ";
140 if(date("Y.m.d",$day)==date("Y.m.d",time()+$dayshift)) {
148 $date_cell = "<span class='gCal_mv_day'>".date($date_format, $day)."</span>";
152 if((date("Y.m.d",$day)!=date("Y.m.d",time()+$dayshift)) &&
165 $date_cell = "<span class='gCal_mv_day'>".date($date_format, $day)."</span>";
/plugin/pixelyear/
H A Dsyntax.php79 list ($month, $day, $pixel) = explode ("|", $row);
81 if ($day>=1&&$day<=31) {
83 $dates[intval($month)."-".intval($day)]=$pixel;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php744 'fromDate.day' => [
756 'toDate.day' => [
773 'fromDate.day' => [
785 'toDate.day' => [
802 'endDate.day' => [
843 'toDate.day' => [
872 'toDate.day' => [
916 'toDate.day' => [
960 'toDate.day' => [
1004 'toDate.day' => [
[all …]
H A DLocalservices.php70 'endDate.day' => [
94 'startDate.day' => [
121 'endDate.day' => [
145 'startDate.day' => [
/plugin/bible/bible_douayRheims/
H A DAbdias.txt8 …1:8. Shall not I in that day, saith the Lord, destroy the wise out of Edom, and understanding out …
11 …1:11. In the day when thou stoodest against him, when strangers carried away his army captive, and…
12day of thy brother, in the day of his leaving his country: and thou shalt not rejoice over the chi…
13day of their ruin: neither shalt thou also look on in his evils in the day of his calamity: and t…
14 … kill them that flee: and thou shalt not shut up them that remain of him in the day of tribulation.
15 …1:15. For the day of the Lord is at hand upon all nations: as thou hast done, so shall it be done …

12345678910>>...15