Home
last modified time | relevance | path

Searched refs:date (Results 626 – 650 of 2857) sorted by last modified time

1...<<21222324252627282930>>...115

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DCustomerQueryStats.php31 public function setDate(Date $date) argument
33 $this->date = $date;
40 return $this->date;
H A DCustomerSearchApplicationStats.php46 public function setDate(Date $date) argument
48 $this->date = $date;
55 return $this->date;
H A DCustomerSessionStats.php32 public function setDate(Date $date) argument
34 $this->date = $date;
41 return $this->date;
H A DDataSourceIndexStats.php31 public function setDate(Date $date) argument
33 $this->date = $date;
40 return $this->date;
H A DSearchApplicationQueryStats.php31 public function setDate(Date $date) argument
33 $this->date = $date;
40 return $this->date;
H A DCustomerUserStats.php40 public function setDate(Date $date) argument
42 $this->date = $date;
49 return $this->date;
H A DSearchApplicationSessionStats.php32 public function setDate(Date $date) argument
34 $this->date = $date;
41 return $this->date;
H A DSearchApplicationUserStats.php40 public function setDate(Date $date) argument
42 $this->date = $date;
49 return $this->date;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleFirebaseFcmDataV1beta1AndroidDeliveryData.php80 public function setDate(GoogleTypeDate $date) argument
82 $this->date = $date;
89 return $this->date;
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING88 as of the date such litigation is filed.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md47 * Added ability to customize date format when using JsonFormatter (#1561)
61 * Added RFC5424e extended date format including milliseconds to SyslogUdpHandler
113 * Fixed date timezone handling in SyslogUdpHandler
142 …time are now immutable, and will toString/json serialize with the correct date format, including m…
143 * Added timezone and microseconds to the default date format
357 …* Added Logger::setTimezone() to initialize the timezone monolog should use in case date.timezone …
404 * Fixed SwiftMailer messages being sent with the wrong date in long running scripts
H A DUPGRADE.md47 - The file name format must now contain `{date}` and the date format must be set
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php148 'Cannot handle token prior to ' . \date(DateTime::ISO8601, $payload->nbf)
157 'Cannot handle token prior to ' . \date(DateTime::ISO8601, $payload->iat)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSendGridHandler.php87 $message['date'] = date('r');
H A DSyslogUdpHandler.php124 $date = $dateNew->format($this->dateFormats[$this->rfc]);
127 $date . " " .
132 $date = $datetime->format($this->dateFormats[$this->rfc]);
135 $date . " " .
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBirthday.php34 public function setDate(Date $date) argument
36 $this->date = $date;
43 return $this->date;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/Resource/
H A DEntityUsageReports.php45 * @param string $date Represents the date the usage occurred. The timestamp is
91 public function get($entityType, $entityKey, $date, $optParams = []) argument
93 $params = ['entityType' => $entityType, 'entityKey' => $entityKey, 'date' => $date];
H A DUserUsageReport.php44 * @param string $date Represents the date the usage occurred. The timestamp is
100 public function get($userKey, $date, $optParams = []) argument
102 $params = ['userKey' => $userKey, 'date' => $date];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DReports.php209 'path' => 'admin/reports/v1/usage/dates/{date}',
212 'date' => [
241 'path' => 'admin/reports/v1/usage/{entityType}/{entityKey}/dates/{date}',
254 'date' => [
291 'path' => 'admin/reports/v1/usage/users/{userKey}/dates/{date}',
299 'date' => [
H A DAnalytics.php117 'start-date' => [
122 'end-date' => [
188 'start-date' => [
193 'end-date' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DReview.php31 public $date; variable in Google\\Service\\Books\\Review
90 public function setDate($date) argument
92 $this->date = $date;
99 return $this->date;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DateTime.php36 public function setDate(GoogleTypeDate $date) argument
38 $this->date = $date;
45 return $this->date;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventDateTime.php25 public $date; variable in Google\\Service\\Calendar\\EventDateTime
38 public function setDate($date) argument
40 $this->date = $date;
47 return $this->date;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DHolidaysHoliday.php29 public $date; variable in Google\\Service\\ShoppingContent\\HolidaysHoliday
64 public function setDate($date) argument
66 $this->date = $date;
73 return $this->date;
H A DRepricingProductReport.php83 public function setDate(Date $date) argument
85 $this->date = $date;
92 return $this->date;

1...<<21222324252627282930>>...115