Home
last modified time | relevance | path

Searched refs:date (Results 176 – 200 of 2857) sorted by path

12345678910>>...115

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DEvent.php38 public function setDate(Date $date) argument
40 $this->date = $date;
47 return $this->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' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/Resource/
H A DCustomerUsageReports.php39 * @param string $date Represents the date the usage occurred. The timestamp is
66 public function get($date, $optParams = []) argument
68 $params = ['date' => $date];
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/Reports/
H A DUsageReport.php26 public $date; variable in Google\\Service\\Reports\\UsageReport
43 public function setDate($date) argument
45 $this->date = $date;
52 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;
H A DRepricingRuleReport.php69 public function setDate(Date $date) argument
71 $this->date = $date;
78 return $this->date;
H A DSegments.php278 public function setDate(Date $date) argument
280 $this->date = $date;
287 return $this->date;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE87 as of the date such litigation is filed.
H A DREADME.md52 This library relies on `google/apiclient-services`. That library provides up-to-date API wrappers f…
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING88 as of the date such litigation is filed.
H A DLICENSE87 as of the date such litigation is filed.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php115 $result = date('d/M/Y:H:i:s O');
/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/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php259 protected function formatDate(\DateTimeInterface $date) argument
263 if ($this->dateFormat === self::SIMPLE_DATE && $date instanceof DateTimeImmutable) {
264 return (string) $date;
267 return $date->format($this->dateFormat);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php178 [$fileInfo['filename'], date($this->dateFormat)],
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/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1032 $date = new \DateTime($source, new \DateTimeZone('GMT'));
1034 $date->setTimezone(new \DateTimeZone('GMT'));
1035 $value = $date->format($format) . 'Z';
H A DX509.php1134 if (!isset($date)) {
1144 if (is_string($date)) {
1145 $date = new \DateTimeImmutable($date, new \DateTimeZone(@date_default_timezone_get()));
1151 return $date >= $notBefore && $date <= $notAfter;
2580 return $date;
3105 if (!is_object($date) || !($date instanceof \DateTimeInterface)) {
3106 $date = new \DateTimeImmutable($date, new \DateTimeZone(@date_default_timezone_get()));
3127 if (is_string($date) && strtolower($date) === 'lifetime') {
3132 if (!is_object($date) || !($date instanceof \DateTimeInterface)) {
3133 … $date = new \DateTimeImmutable($date, new \DateTimeZone(@date_default_timezone_get()));
[all …]
/plugin/authhiorgserver/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2014-10-26

12345678910>>...115