Home
last modified time | relevance | path

Searched refs:date (Results 651 – 675 of 2857) sorted by last modified time

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSegments.php278 public function setDate(Date $date) argument
280 $this->date = $date;
287 return $this->date;
H A DRepricingRuleReport.php69 public function setDate(Date $date) argument
71 $this->date = $date;
78 return $this->date;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php115 $result = date('d/M/Y:H:i:s O');
/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/google/apiclient/
H A DREADME.md52 This library relies on `google/apiclient-services`. That library provides up-to-date API wrappers f…
H A DLICENSE87 as of the date such litigation is filed.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DPayment.php50 public function setDate(Date $date) argument
52 $this->date = $date;
59 return $this->date;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DGmailMessageInfo.php30 public $date; variable in Google\\Service\\AlertCenter\\GmailMessageInfo
73 public function setDate($date) argument
75 $this->date = $date;
82 return $this->date;
/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/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/auth/
H A DLICENSE87 as of the date such litigation is filed.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeFilteringReasons.php23 public $date; variable in Google\\Service\\AdExchangeBuyer\\CreativeFilteringReasons
27 public function setDate($date) argument
29 $this->date = $date;
33 return $this->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/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];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDeviceActiveTimeRanges.php29 public $date; variable in Google\\Service\\Directory\\ChromeOsDeviceActiveTimeRanges
48 public function setDate($date) argument
50 $this->date = $date;
57 return $this->date;
/plugin/authgooglesheets/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2022-06-21
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE87 as of the date such litigation is filed.
/plugin/a2s/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Ddemo.txt440 {{rss>https://github.com/schplurtz/a2s/commits/master.atom date}}
H A Dplugin.info.txt4 date 2022-06-21
/plugin/deletepagebutton/
H A Dplugin.info.txt4 date 2022-06-08
/plugin/foldablelist/
H A Dplugin.info.txt4 date 2022-06-06
H A DLICENSE96 stating that you changed the files and the date of any change.

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