Home
last modified time | relevance | path

Searched refs:refreshSeconds (Results 1 – 14 of 14) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/kbfs/kbfscrypto/
H A Dauth_token.go74 refreshSeconds := a.expireIn / 2
75 if refreshSeconds < AuthTokenMinRefreshSeconds {
76 refreshSeconds = AuthTokenMinRefreshSeconds
78 a.startTicker(refreshSeconds)
/dports/net/traefik/traefik-2.6.1/docs/content/providers/
H A Drancher.toml14 refreshSeconds = 15
16 …# Poll the Rancher metadata service for changes every `rancher.refreshSeconds`, which is less accu…
H A Drancher.yml15 refreshSeconds: 15
17 …# Poll the Rancher metadata service for changes every `rancher.refreshSeconds`, which is less accu…
H A Decs.md164 ### `refreshSeconds`
173 refreshSeconds: 15
179 refreshSeconds = 15
184 --providers.ecs.refreshSeconds=15
H A Drancher.md147 ### `refreshSeconds`
156 refreshSeconds: 30
162 refreshSeconds = 30
167 --providers.rancher.refreshSeconds=30
175 Poll the Rancher metadata service for changes every `rancher.refreshSeconds`,
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/auth/GAuth/
H A DAuth.php57 private $refreshSeconds = 30; variable in GAuth\\Auth
183 return $this->refreshSeconds;
198 $this->refreshSeconds = $seconds;
/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/distrib/
H A Ddistrib.pl11 $refreshInt=120; $refreshSeconds = $refreshInt * 60;
74 <META HTTP-EQUIV="Refresh" CONTENT=$refreshSeconds>
/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/get-active/
H A Dget-active.pl37 $refreshSeconds=60*$refreshInt;
158 <META HTTP-EQUIV="Refresh" CONTENT=$refreshSeconds>
H A Dget-active2.pl50 $refreshSeconds=60*$refreshInt;
209 <META HTTP-EQUIV="Refresh" CONTENT=$refreshSeconds>
/dports/games/scorched3d/scorched/src/server/webserver/
H A DServerWebHandler.cpp314 int refreshSeconds = 0; in processRequest() local
315 if (refreshRate) refreshSeconds = atoi(refreshRate); in processRequest()
318 if (refreshSeconds > 0) in processRequest()
319 …ffer("<meta HTTP-EQUIV=\"Refresh\" CONTENT=\"%d;URL=%s?sid=%s&RefreshRate=%s\">", refreshSeconds, in processRequest()
/dports/net/traefik/traefik-2.6.1/docs/content/reference/static-configuration/
H A Dfile.yaml151 refreshSeconds: 42
182 refreshSeconds: 42
H A Dfile.toml139 refreshSeconds = 42
170 refreshSeconds = 42
/dports/net/traefik/traefik-2.6.1/pkg/config/dynamic/fixtures/
H A Dsample.toml107 refreshSeconds = 42
/dports/net/traefik/traefik-2.6.1/
H A DCHANGELOG.md2765 - **[docker]** [docker backend] - Add config flag to set refreshSeconds for swarmmode ticker ([#410…