Home
last modified time | relevance | path

Searched refs:lifetime (Results 1 – 25 of 40) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DCertificate.php46 public $lifetime; variable in Google\\Service\\CertificateAuthorityService\\Certificate
161 public function setLifetime($lifetime) argument
163 $this->lifetime = $lifetime;
170 return $this->lifetime;
H A DCertificateAuthority.php54 public $lifetime; variable in Google\\Service\\CertificateAuthorityService\\CertificateAuthority
211 public function setLifetime($lifetime) argument
213 $this->lifetime = $lifetime;
220 return $this->lifetime;
H A DSubjectDescription.php29 public $lifetime; variable in Google\\Service\\CertificateAuthorityService\\SubjectDescription
60 public function setLifetime($lifetime) argument
62 $this->lifetime = $lifetime;
69 return $this->lifetime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IAMCredentials/
H A DGenerateAccessTokenRequest.php30 public $lifetime; variable in Google\\Service\\IAMCredentials\\GenerateAccessTokenRequest
53 public function setLifetime($lifetime) argument
55 $this->lifetime = $lifetime;
62 return $this->lifetime;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php336 foreach (['lifetime', 'prefix'] as $key) {
/plugin/bible/bible_douayRheims/
H A D1_Machabees.txt146 … he took their spoils, and Judas took the sword of Apollonius, and fought with it all his lifetime.
H A D2_Kings.txt473 …18:18. Now Absalom had reared up for himself, in his lifetime, a pillar, which is in the king's va…
H A DEcclesiasticus.txt1269 40:29. My son, in thy lifetime be not indigent: for it is better to die than to want.
H A DHebrews.txt29 …2:15. And might deliver them, who through the fear of death were all their lifetime subject to ser…
H A DLuke.txt752 …16:25. And Abraham said to him: Son, remember that thou didst receive good things in thy lifetime,…
H A DPsalms.txt755 …48:19. For in his lifetime his soul will be blessed: and he will praise thee when thou shalt do we…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1lifetime promises]{@link https://w3c.github.io/ServiceWorker/#extendableevent-extend-lifetime-prom…
H A Dworkbox-bed83ea8.js.map1lifetime promises]{@link https://w3c.github.io/ServiceWorker/#extendableevent-extend-lifetime-prom…
H A Dworkbox-f163abaa.js.map1lifetime promises]{@link https://w3c.github.io/ServiceWorker/#extendableevent-extend-lifetime-prom…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md60 - Persistent, Keep-Alive connections (within the lifetime of the script)
/plugin/evesso/phpoauthlib/src/OAuth/Common/Token/
H A DAbstractToken.php33 * @param int $lifetime
36 …public function __construct($accessToken = null, $refreshToken = null, $lifetime = null, $extraPar… argument
40 $this->setLifetime($lifetime);
101 * @param int $lifetime
103 public function setLifetime($lifetime) argument
105 if (0 === $lifetime || static::EOL_NEVER_EXPIRES === $lifetime) {
107 } elseif (null !== $lifetime) {
108 $this->endOfLife = intval($lifetime) + time();
H A DTokenInterface.php46 * @param int $lifetime
48 public function setLifetime($lifetime); argument
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php100 $lifetime = $expires_in;
102 $issued, $lifetime, $assoc_type);
122 * @param integer $lifetime This is the amount of time this
132 $handle, $secret, $issued, $lifetime, $assoc_type) argument
143 $this->lifetime = $lifetime;
160 return max(0, $this->issued + $this->lifetime - $now);
176 && ($this->lifetime == $other->lifetime)
193 'lifetime' => strval(intval($this->lifetime)),
238 $lifetime = $pairs['lifetime'];
247 $lifetime = intval($lifetime);
[all …]
H A DMDB2Store.php289 "value" => $association->lifetime
H A DMemcachedStore.php84 $association->issued + $association->lifetime);
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
85 array($secret, $issued, $lifetime,
92 $issued, $lifetime, $assoc_type));
H A DSQLStore.php322 $lifetime, $assoc_type) argument
330 $lifetime,
342 $association->lifetime,
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md343 Predictions are a delayed behavior check for your prophecies. You see, during the entire lifetime
379 section, Prophecy records every call made during the double's entire lifetime. This means
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.commercial.txt10 per payment of the license fee, for the lifetime of that person or
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DExpiringCache.php22 private $lifetime; variable in Assetic\\Cache\\ExpiringCache
24 public function __construct(CacheInterface $cache, $lifetime) argument
27 $this->lifetime = $lifetime;
51 $this->cache->set($key.'.expires', time() + $this->lifetime);

12