Lines Matching refs:lifetime
100 $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);
251 $handle, $secret, $issued, $lifetime, $assoc_type);