Home
last modified time | relevance | path

Searched refs:time (Results 101 – 125 of 1835) sorted by path

12345678910>>...74

/plugin/authgoogle/google/cache/
H A DGoogle_MemcacheCache.php100 if (is_numeric($expiration) && (time() - $ret['time'] > $expiration)) {
116 if (@memcache_set($this->connection, $key, array('time' => time(),
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1085 public $time; variable in Google_DailyUploadRecentChanges
1092 public function setTime( $time) { argument
1093 $this->time = $time;
1096 return $this->time;
H A DGoogle_AuditService.php248 public $time; variable in Google_ActivityId
262 public function setTime( $time) { argument
263 $this->time = $time;
266 return $this->time;
H A DGoogle_PlusDomainsService.php1912 public $time; variable in Google_MediaExif
1913 public function setTime( $time) { argument
1914 $this->time = $time;
1917 return $this->time;
H A DGoogle_ReportsService.php333 public $time; variable in Google_ActivityId
347 public function setTime( $time) { argument
348 $this->time = $time;
351 return $this->time;
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php142 $parsedDate = time();
153 $age = max(0, time() - $parsedDate);
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php45 $timeSlice = floor(time() / 30);
51 $time = chr(0).chr(0).chr(0).chr(0).pack('N*', $timeSlice);
53 $hm = hash_hmac('SHA1', $time, $secretkey, true);
91 $currentTimeSlice = floor(time() / 30);
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/authgooglesheets/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
H A Dcomposer.lock64 "time": "2022-04-21T14:37:18+00:00"
135 "time": "2022-04-20T16:44:03+00:00"
179 "time": "2022-04-24T00:58:37+00:00"
237 "time": "2022-04-13T20:35:52+00:00"
308 "time": "2020-06-16T21:01:06+00:00"
392 "time": "2021-10-22T20:56:57+00:00"
502 "time": "2022-03-20T21:51:18+00:00"
601 "time": "2022-04-08T15:43:54+00:00"
668 "time": "2022-01-17T05:32:27+00:00"
718 "time": "2020-10-15T08:29:30+00:00"
[all …]
H A Dhelper.php332 if ($isValid) $cache->storeCache(time());
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md262 - Use static `$timestamp` instead of `time()` to improve unit testing. See [#93](https://github.com…
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php96 $timestamp = \is_null(static::$timestamp) ? \time() : static::$timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
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/CloudMemorystoreforMemcached/
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/CloudTrace/
H A DTimeEvent.php29 public $time; variable in Google\\Service\\CloudTrace\\TimeEvent
62 public function setTime($time) argument
64 $this->time = $time;
71 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DateTime.php64 public function setTime(GoogleTypeTimeOfDay $time) argument
66 $this->time = $time;
73 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DAutoscalingEvent.php39 public $time; variable in Google\\Service\\Dataflow\\AutoscalingEvent
104 public function setTime($time) argument
106 $this->time = $time;
113 return $this->time;
H A DJobMessage.php37 public $time; variable in Google\\Service\\Dataflow\\JobMessage
84 public function setTime($time) argument
86 $this->time = $time;
93 return $this->time;
H A DPoint.php25 public $time; variable in Google\\Service\\Dataflow\\Point
31 public function setTime($time) argument
33 $this->time = $time;
40 return $this->time;
H A DWorkerMessage.php29 public $time; variable in Google\\Service\\Dataflow\\WorkerMessage
58 public function setTime($time) argument
60 $this->time = $time;
67 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DLastModifiedInfo.php25 public $time; variable in Google\\Service\\Dfareporting\\LastModifiedInfo
30 public function setTime($time) argument
32 $this->time = $time;
39 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChange.php55 public $time; variable in Google\\Service\\Drive\\Change
190 public function setTime($time) argument
192 $this->time = $time;
199 return $this->time;
H A DDriveFileImageMediaMetadata.php95 public $time; variable in Google\\Service\\Drive\\DriveFileImageMediaMetadata
360 public function setTime($time) argument
362 $this->time = $time;
369 return $this->time;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogLine.php35 public $time; variable in Google\\Service\\Logging\\LogLine
82 public function setTime($time) argument
84 $this->time = $time;
91 return $this->time;

12345678910>>...74