Home
last modified time | relevance | path

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

12

/plugin/mantis/lib/
H A Dchangelog193 - wsdlcache: add cache lifetime, after which cache contents are invalidated (Thanks Ingo)
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Token/
H A DAbstractToken.php33 * @param int $lifetime
36 public function __construct($accessToken = null, $refreshToken = null, $lifetime = null, $extraParams = array()) 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/openid/Auth/OpenID/
H A DAssociation.php99 $lifetime = $expires_in;
101 $issued, $lifetime, $assoc_type);
121 * @param integer $lifetime This is the amount of time this
131 $handle, $secret, $issued, $lifetime, $assoc_type) argument
142 $this->lifetime = $lifetime;
160 return max(0, $this->issued + $this->lifetime - $now);
177 && ($this->lifetime == $other->lifetime)
194 'lifetime' => strval(intval($this->lifetime)),
240 $lifetime = $pairs['lifetime'];
249 $lifetime = intval($lifetime);
[all …]
H A DMDB2Store.php289 "value" => $association->lifetime
H A DMemcachedStore.php93 $association->issued + $association->lifetime);
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
88 $lifetime,
102 $lifetime,
H A DPredisStore.php74 $newExpiration = ($association->issued + $association->lifetime);
H A DSQLStore.php340 * @param int $lifetime
345 $lifetime, $assoc_type) argument
353 $lifetime,
366 $association->lifetime,
/plugin/passpolicy/
H A D10k-common-passwords.txt3129 lifetime
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt674 effective 2007-Apr-28 (lifetime license)
678 effective 2007-Sep-29 (lifetime license)
682 effective 2010-Jun-14 (lifetime license)
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.ptcl.txt10 per payment of the license fee, for the lifetime of that person or
/plugin/socialshareprivacy2/JC/
H A DREADME.md71 Define lifetime of the cookie. Value can be a `Number` which will be interpreted as days from time …
/plugin/subjectindex/plugins/
H A Dbible_verses.txt3270 …dition to her sister as a rival to uncover her nakedness, that is, besides her during her lifetime.
6980 …e put to death in his own death came to be more than those he had put to death during his lifetime.
14325 Because being under his anger is for a moment,Being under his goodwill is for a lifetime.In the eve…
14667 For during his lifetime he kept blessing his own soul;(And people will laud you because you do well…
14844 Thus I shall bless you during my lifetime;In your name I shall raise my palms.
15555 Who is satisfying your lifetime with what is good;Your youth keeps renewing itself just like that o…
16344 I will praise Jehovah during my lifetime.I will make melody to my God as long as I am.
17479 …n is also full of bad; and there is madness in their heart during their lifetime, and after it-to …
25646 But Abraham said, 'Child, remember that you received in full your good things in your lifetime, but…
/plugin/tuxquote/
H A Dquotes.txt516 Any car will last a lifetime - if you are careless enough.
880 … will see more in the next fifty years than Methuselah saw in his whole lifetime. <BR> -- Mark Twa…
899 …teady and loyal and enduring a nature that it will last through a whole lifetime, if not asked to …
1749 Give a man a beer, waste an hour. Teach a man to brew, and waste a lifetime! <BR> -- Bill Owen
2607 A lifetime of happiness! No man alive could bear it; it would be hell on earth.
2636 A lifetime of happiness! No man alive could bear it: it would be hell on earth. <BR> -- George Ber…

12