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