Home
last modified time | relevance | path

Searched refs:maxAge (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/
DReauthSettings.php25 public $maxAge; variable in Google\\Service\\CloudIAP\\ReauthSettings
38 public function setMaxAge($maxAge) argument
40 $this->maxAge = $maxAge;
47 return $this->maxAge;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
DCheckResponse.php38 public $maxAge; variable in Google\\Service\\Digitalassetlinks\\CheckResponse
85 public function setMaxAge($maxAge) argument
87 $this->maxAge = $maxAge;
94 return $this->maxAge;
DListResponse.php34 public $maxAge; variable in Google\\Service\\Digitalassetlinks\\ListResponse
69 public function setMaxAge($maxAge) argument
71 $this->maxAge = $maxAge;
78 return $this->maxAge;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
DGcRule.php27 public $maxAge; variable in Google\\Service\\BigtableAdmin\\GcRule
52 public function setMaxAge($maxAge) argument
54 $this->maxAge = $maxAge;
61 return $this->maxAge;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DCorsPolicy.php54 public $maxAge; variable in Google\\Service\\Compute\\CorsPolicy
157 public function setMaxAge($maxAge) argument
159 $this->maxAge = $maxAge;
166 return $this->maxAge;
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DSetCookie.php265 * @param int|null $maxAge Max age of the cookie in seconds
267 public function setMaxAge($maxAge): void argument
269 if (!is_int($maxAge) && null !== $maxAge) {
273 $this->data['Max-Age'] = $maxAge === null ? null : (int) $maxAge;
/plugin/pureldap/_test/
H A DADClientTest.php210 $maxAge = $client->getMaxPasswordAge(false);
213 $maxAge = $maxAge / 60 / 60 / 24;
215 $this->assertEquals(42, $maxAge, 'Default password age is 42 days');
/plugin/rrdgraph/
Dhelper.php97 private $maxAge; variable in cache_rrdgraphimage
107 …* @param Integer $maxAge Maximum age of the image in seconds. If the image is older than the given…
109 …nction __construct($pluginName, $pageId, $extension, $recipeName, $rangeNr, $conditions, $maxAge) { argument
110 $this->maxAge = $maxAge;
130 $this->depends['age'] = $this->maxAge;
142 return $this->_time + $this->maxAge;
/plugin/combo/ComboStrap/
H A DFetcherCache.php79 $maxAge = $this->fetcher->getCacheMaxAgeInSec($requestedCache);
80 $dependencies['age'] = $maxAge;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DSetCookie.php198 * @param int $maxAge Max age of the cookie in seconds
200 public function setMaxAge($maxAge) argument
202 $this->data['Max-Age'] = $maxAge;
/plugin/calendar/classes/
DRateLimiter.php229 * @param int $maxAge Maximum age in seconds (default 1 hour)
232 public static function cleanup($maxAge = 3600) { argument
240 if ($mtime !== false && ($now - $mtime) > $maxAge) {
/plugin/diagramsnet/lib/WEB-INF/lib/
Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...