| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/ |
| D | ReauthSettings.php | 25 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/ |
| D | CheckResponse.php | 38 public $maxAge; variable in Google\\Service\\Digitalassetlinks\\CheckResponse 85 public function setMaxAge($maxAge) argument 87 $this->maxAge = $maxAge; 94 return $this->maxAge;
|
| D | ListResponse.php | 34 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/ |
| D | GcRule.php | 27 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/ |
| D | CorsPolicy.php | 54 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/ |
| D | SetCookie.php | 265 * @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 D | ADClientTest.php | 210 $maxAge = $client->getMaxPasswordAge(false); 213 $maxAge = $maxAge / 60 / 60 / 24; 215 $this->assertEquals(42, $maxAge, 'Default password age is 42 days');
|
| /plugin/rrdgraph/ |
| D | helper.php | 97 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 D | FetcherCache.php | 79 $maxAge = $this->fetcher->getCacheMaxAgeInSec($requestedCache); 80 $dependencies['age'] = $maxAge;
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/ |
| D | SetCookie.php | 198 * @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/ |
| D | RateLimiter.php | 229 * @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/ |
| D | servlet-api.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |