Home
last modified time | relevance | path

Searched refs:time (Results 126 – 150 of 1835) sorted by path

12345678910>>...74

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DDenyMaintenancePeriod.php60 public function setTime(TimeOfDay $time) argument
62 $this->time = $time;
69 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DSeekRequest.php29 public $time; variable in Google\\Service\\Pubsub\\SeekRequest
48 public function setTime($time) argument
50 $this->time = $time;
57 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivityId.php33 public $time; variable in Google\\Service\\Reports\\ActivityId
70 public function setTime($time) argument
72 $this->time = $time;
79 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDenyMaintenancePeriod.php33 public $time; variable in Google\\Service\\SQLAdmin\\DenyMaintenancePeriod
66 public function setTime($time) argument
68 $this->time = $time;
75 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php67 public $time; variable in Google\\Service\\ServiceControl\\Request
226 public function setTime($time) argument
228 $this->time = $time;
235 return $this->time;
H A DResponse.php41 public $time; variable in Google\\Service\\ServiceControl\\Response
102 public function setTime($time) argument
104 $this->time = $time;
111 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php204 'created' => time(),
259 $creds['created'] = time();
305 $creds['created'] = time();
346 $creds['created'] = time();
578 return ($created + ($this->token['expires_in'] - 30)) < time();
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DItem.php125 public function expiresAfter($time) argument
127 if (is_int($time)) {
128 $this->expiration = $this->currentTime()->add(new \DateInterval("PT{$time}S"));
129 } elseif ($time instanceof \DateInterval) {
130 $this->expiration = $this->currentTime()->add($time);
131 } elseif ($time === null) {
132 $this->expiration = $time;
136 $error = sprintf($message, get_class($this), gettype($time));
H A DTypedItem.php118 public function expiresAfter($time): static argument
120 if (is_int($time)) {
121 $this->expiration = $this->currentTime()->add(new \DateInterval("PT{$time}S"));
122 } elseif ($time instanceof \DateInterval) {
123 $this->expiration = $this->currentTime()->add($time);
124 } elseif ($time === null) {
125 $this->expiration = $time; variable in Google\\Auth\\Cache\\TypedItem
129 $error = sprintf($message, get_class($this), gettype($time));
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php253 if (time() < $cached['expires_at']) {
H A DOAuth2.php433 $now = time();
1228 $this->issuedAt = time();
1259 $now = time();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md52 * Improvement: Update `MockHandler` so we can test transfer time [#2362](https://github.com/guzzle/…
845 * Bug: Better cleanup of one-time events across the board (when an event is meant to fire once, it …
1143 * Bug: Custom delay time calculations are no longer ignored in the ExponentialBackoffPlugin
1168 * Bug: A Collection object is no longer created each time a call is made to `Guzzle\Service\Command…
1333 * Emitting an event each time a client is generated by a ServiceBuilder
H A DUPGRADING.md26 1. React promises (at the time of writing this) are recursive. Promise
284 the first time it is invoked.
502 time (e.g., intercept the request and set a response on the transaction).
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php78 $this->setExpires(time() + $this->getMaxAge());
361 return $this->getExpires() !== null && time() > $this->getExpires();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php211 foreach ($this->delays as $time) {
212 if ($time < $nextTime) {
213 $nextTime = $time;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md547 …for the open source dependencies you use to build your applications. Save time, reduce risk, and i…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md235 For example, let's say we wanted to call a specific function each time the last
490 stream object will be created that wraps the given iterable. Each time the
824 …for the open source dependencies you use to build your applications. Save time, reduce risk, and i…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md14 make sure you can always use another compatible logger at a later time.
55 …for the open source dependencies you use to build your applications. Save time, reduce risk, and i…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php119 $data = ['time' => $date->format('Y-m-d\TH:i:s.uO')];
H A DDeduplicationHandler.php56 protected $time; variable in Monolog\\Handler\\DeduplicationHandler
67 …* @param int $time The period (in seconds) during which duplicate entri…
72 …ing $deduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $bubble … argument
78 $this->time = $time;
124 $yesterday = time() - 86400;
125 $timestampValidity = $record['datetime']->getTimestamp() - $this->time;
158 $timestampValidity = time() - $this->time;
H A DMandrillHandler.php67 $message->setDate(time());
H A DSwiftMailerHandler.php107 $message->setDate(time());
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md9 Based on the [constant-time base64 implementation made by Steve "Sc00bz" Thomas](https://github.com…
12 …rther reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-time.html).
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1531 * @param int $time
1537 public function touch($filename, $time = null, $atime = null) argument
1548 if (!isset($time)) {
1549 $time = time();
1552 $atime = $time;
1556 pack('N3', NET_SFTP_ATTR_ACCESSTIME, $atime, $time) :
1557 … Strings::packSSH2('NQ2', NET_SFTP_ATTR_ACCESSTIME | NET_SFTP_ATTR_MODIFYTIME, $atime, $time);

12345678910>>...74