Home
last modified time | relevance | path

Searched refs:cacheDuration (Results 1 – 25 of 118) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services/
H A DWebMethodAttribute.cs47 int cacheDuration; field in System.Web.Services.WebMethodAttribute
72 …lic WebMethodAttribute (bool enableSession, TransactionOption transactionOption, int cacheDuration) in WebMethodAttribute() argument
73 : this (enableSession, transactionOption, cacheDuration, true) in WebMethodAttribute()
77 …tribute (bool enableSession, TransactionOption transactionOption, int cacheDuration, bool bufferRe… in WebMethodAttribute() argument
80 this.cacheDuration = cacheDuration; in WebMethodAttribute()
98 get { return cacheDuration; }
99 set { cacheDuration = value; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DDataSourceCacheManager.cs41 readonly int cacheDuration; field in System.Web.UI.WebControls.DataSourceCacheManager
48 internal DataSourceCacheManager (int cacheDuration, string cacheKeyDependency, in DataSourceCacheManager() argument
51 this.cacheDuration = cacheDuration; in DataSourceCacheManager()
85 if (cacheDuration > 0) { in SetCachedObject()
87 absoluteExpiration = DateTime.Now.AddSeconds (cacheDuration); in SetCachedObject()
89 slidindExpiraion = new TimeSpan (0, 0, cacheDuration); in SetCachedObject()
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/XML/md/
H A DEntitiesDescriptor.php74 $this->cacheDuration = $xml->getAttribute('cacheDuration');
166 return $this->cacheDuration;
172 * @param string|null $cacheDuration
175 public function setCacheDuration(string $cacheDuration = null) : void argument
177 $this->cacheDuration = $cacheDuration;
277 if ($this->cacheDuration !== null) {
278 $e->setAttribute('cacheDuration', $this->cacheDuration);
H A DRoleDescriptor.php107 $this->cacheDuration = $xml->getAttribute('cacheDuration');
191 return $this->cacheDuration;
197 * @param string|null $cacheDuration
200 public function setCacheDuration(string $cacheDuration = null) : void argument
202 $this->cacheDuration = $cacheDuration;
414 if ($this->cacheDuration !== null) {
415 $e->setAttribute('cacheDuration', $this->cacheDuration);
H A DEntityDescriptor.php109 $this->cacheDuration = $xml->getAttribute('cacheDuration');
247 return $this->cacheDuration;
253 * @param string|null $cacheDuration
256 public function setCacheDuration(string $cacheDuration = null) : void argument
258 $this->cacheDuration = $cacheDuration;
479 if ($this->cacheDuration !== null) {
480 $e->setAttribute('cacheDuration', $this->cacheDuration);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/
H A DThreatMatch.php20 public $cacheDuration; variable in Google_Service_Safebrowsing_ThreatMatch
28 public function setCacheDuration($cacheDuration) argument
30 $this->cacheDuration = $cacheDuration;
34 return $this->cacheDuration;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatMatch.php20 public $cacheDuration; variable in Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatMatch
28 public function setCacheDuration($cacheDuration) argument
30 $this->cacheDuration = $cacheDuration;
34 return $this->cacheDuration;
H A DThreatMatch.php20 public $cacheDuration; variable in Google_Service_Safebrowsing_ThreatMatch
28 public function setCacheDuration($cacheDuration) argument
30 $this->cacheDuration = $cacheDuration;
34 return $this->cacheDuration;
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/
H A DSignedElementHelper.php39 public $cacheDuration; variable in SAML2\\SignedElementHelper
241 return $this->cacheDuration;
248 * @param string|null $cacheDuration
251 public function setCacheDuration(string $cacheDuration = null) : void argument
253 $this->cacheDuration = $cacheDuration;
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/XML/md/
H A DAffiliationDescriptor.php42 public $cacheDuration; variable in SAML2\\XML\\md\\AffiliationDescriptor
99 $this->cacheDuration = $xml->getAttribute('cacheDuration');
125 assert(is_null($this->cacheDuration) || is_string($this->cacheDuration));
144 if (isset($this->cacheDuration)) {
145 $e->setAttribute('cacheDuration', $this->cacheDuration);
H A DEntitiesDescriptor.php36 public $cacheDuration; variable in SAML2\\XML\\md\\EntitiesDescriptor
81 $this->cacheDuration = $xml->getAttribute('cacheDuration');
108 assert(is_null($this->cacheDuration) || is_string($this->cacheDuration));
130 if (isset($this->cacheDuration)) {
131 $e->setAttribute('cacheDuration', $this->cacheDuration);
H A DRoleDescriptor.php42 public $cacheDuration; variable in SAML2\\XML\\md\\RoleDescriptor
117 $this->cacheDuration = $xml->getAttribute('cacheDuration');
157 assert(is_null($this->cacheDuration) || is_string($this->cacheDuration));
176 if (isset($this->cacheDuration)) {
177 $e->setAttribute('cacheDuration', $this->cacheDuration);
H A DEntityDescriptor.php43 public $cacheDuration; variable in SAML2\\XML\\md\\EntityDescriptor
117 $this->cacheDuration = $xml->getAttribute('cacheDuration');
193 assert(is_null($this->cacheDuration) || is_string($this->cacheDuration));
220 if (isset($this->cacheDuration)) {
221 $e->setAttribute('cacheDuration', $this->cacheDuration);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/
H A DWebMethodAttribute.cs29 private int cacheDuration; field in System.Web.Services.WebMethodAttribute
49 cacheDuration = 0; in WebMethodAttribute()
80 …ic WebMethodAttribute(bool enableSession, TransactionOption transactionOption, int cacheDuration) { in WebMethodAttribute() argument
84 CacheDuration = cacheDuration; in WebMethodAttribute()
93 …ttribute(bool enableSession, TransactionOption transactionOption, int cacheDuration, bool bufferRe… in WebMethodAttribute() argument
97 CacheDuration = cacheDuration; in WebMethodAttribute()
141 return cacheDuration;
145 cacheDuration = value;
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/vendor/php-saml/src/Saml2/
H A DMetadata.php39 * @param int|null $cacheDuration Duration of the cache in seconds
46 …builder($sp, $authnsign = false, $wsign = false, $validUntil = null, $cacheDuration = null, $conta… argument
54 if (!isset($cacheDuration)) {
55 $cacheDuration = self::TIME_CACHED;
179 cacheDuration="PT{$cacheDuration}S"
/dports/net/messagelib/messagelib-21.12.3/webengineviewer/src/checkphishingurl/
H A Dhashcachemanager.cpp41 …void addHashStatus(const QByteArray &hash, HashCacheManager::UrlStatus status, uint cacheDuration);
150 …vate::addHashStatus(const QByteArray &hash, HashCacheManager::UrlStatus status, uint cacheDuration) in addHashStatus() argument
154 info.verifyCacheAfterThisTime = cacheDuration; in addHashStatus()
188 …ager::addHashStatus(const QByteArray &hash, HashCacheManager::UrlStatus status, uint cacheDuration) in addHashStatus() argument
190 d->addHashStatus(hash, status, cacheDuration); in addHashStatus()

12345