Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/
H A 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/
H A DCheckResponse.php38 public $maxAge; variable in Google\\Service\\Digitalassetlinks\\CheckResponse
85 public function setMaxAge($maxAge) argument
87 $this->maxAge = $maxAge;
94 return $this->maxAge;
H A 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/
H A 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/
H A 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/rrdgraph/
H A 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/
H A 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/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...