Home
last modified time | relevance | path

Searched refs:entryPoints (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/net/traefik/traefik-2.6.1/docs/content/routing/
H A Dentrypoints.md18 entryPoints:
25 [entryPoints]
41 entryPoints:
51 [entryPoints]
72 entryPoints:
79 [entryPoints]
100 entryPoints:
180 entryPoints:
803 entryPoints:
834 entryPoints:
[all …]
/dports/net/traefik/traefik-2.6.1/integration/fixtures/https/
H A Dhttps_redirect.toml8 [entryPoints]
9 [entryPoints.web]
12 [entryPoints.websecure]
25 entryPoints = [ "web" ]
37 entryPoints = [ "web" ]
49 entryPoints = [ "web" ]
61 entryPoints = [ "web" ]
73 entryPoints = [ "web" ]
85 entryPoints = [ "web" ]
97 entryPoints = [ "web" ]
[all …]
/dports/net/traefik/traefik-2.6.1/integration/fixtures/
H A Dk8s_gateway.toml14 [entryPoints]
15 [entryPoints.footlspassthrough]
17 [entryPoints.footlsterminate]
19 [entryPoints.footcp]
21 [entryPoints.fooudp]
23 [entryPoints.web]
25 [entryPoints.websecure]
H A Daccess_log_config.toml12 [entryPoints]
13 [entryPoints.web]
15 [entryPoints.frontendRedirect]
17 [entryPoints.httpFrontendAuth]
19 [entryPoints.httpRateLimit]
21 [entryPoints.digestAuth]
H A Dreqacceptgrace.toml8 [entryPoints]
10 [entryPoints.web]
12 [entryPoints.web.transport.lifeCycle]
15 [entryPoints.traefik]
17 [entryPoints.traefik.transport.lifeCycle]
H A Dk8s_crd_label_selector.toml10 [entryPoints]
11 [entryPoints.footcp]
13 [entryPoints.fooudp]
15 [entryPoints.web]
H A Dk8s_crd.toml10 [entryPoints]
11 [entryPoints.footcp]
13 [entryPoints.fooudp]
15 [entryPoints.web]
/dports/net/traefik/traefik-2.6.1/pkg/server/router/tcp/
H A Drouter_test.go352 entryPoints := []string{"web"}
367 EntryPoints: entryPoints,
376 EntryPoints: entryPoints,
392 EntryPoints: entryPoints,
401 EntryPoints: entryPoints,
419 EntryPoints: entryPoints,
428 EntryPoints: entryPoints,
437 EntryPoints: entryPoints,
455 EntryPoints: entryPoints,
464 EntryPoints: entryPoints,
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Site/Entity/
H A DPseudoSite.php32 protected $entryPoints; variable in TYPO3\\CMS\\Core\\Site\\Entity\\PseudoSite
54 $this->entryPoints[] = new Uri($this->sanitizeBaseUrl($domain['domainName'] ?: ''));
56 if (empty($this->entryPoints)) {
57 $this->entryPoints = [new Uri('/')];
59 $baseEntryPoint = reset($this->entryPoints);
79 return $this->entryPoints[0] ?? new Uri('/');
89 return $this->entryPoints;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/src/
H A Dlibmfxsw_pak.cpp210 MFX_ENTRY_POINT entryPoints[MFX_NUM_ENTRY_POINTS]; in MFXVideoPAK_ProcessFrameAsync() local
212 memset(&entryPoints, 0, sizeof(entryPoints)); in MFXVideoPAK_ProcessFrameAsync()
214 mfxRes = pPak->RunFramePAKCheck(in,out,entryPoints,numEntryPoints); in MFXVideoPAK_ProcessFrameAsync()
228 task.entryPoint = entryPoints[0]; in MFXVideoPAK_ProcessFrameAsync()
246 task.entryPoint = entryPoints[0]; in MFXVideoPAK_ProcessFrameAsync()
250 task.pSrc[0] = pPak->GetSrcForSync(entryPoints[0]); in MFXVideoPAK_ProcessFrameAsync()
251 task.pDst[0] = entryPoints[0].pParam; in MFXVideoPAK_ProcessFrameAsync()
258 task.entryPoint = entryPoints[1]; in MFXVideoPAK_ProcessFrameAsync()
262 task.pSrc[0] = entryPoints[0].pParam; in MFXVideoPAK_ProcessFrameAsync()
263 task.pDst[0] = pPak->GetDstForSync(entryPoints[1]); in MFXVideoPAK_ProcessFrameAsync()
/dports/devel/ragel/ragel-6.10/ragel/
H A Dfsmbase.cpp67 entryPoints(graph.entryPoints), in FsmAp()
108 EntryMapEl *eel = entryPoints.data; in FsmAp()
109 for ( int e = 0; e < entryPoints.length(); e++, eel++ ) { in FsmAp()
214 entryPoints.insertMulti( id, state ); in setEntry()
234 entryPoints.findMulti( id, enLow, enHigh ); in unsetEntry()
239 entryPoints.remove( enLow ); in unsetEntry()
258 entryPoints.findMulti( id, enLow, enHigh ); in unsetEntry()
272 entryPoints.removeMulti( enLow, enHigh ); in unsetEntry()
280 entryPoints.findMulti( id, enLow, enHigh ); in changeEntry()
334 entryPoints.empty(); in unsetAllEntryPoints()
[all …]
/dports/net/traefik/traefik-2.6.1/pkg/config/runtime/
H A Druntime_udp_test.go15 entryPoints []string
21 entryPoints: []string{""},
27 entryPoints: []string{"foo"},
51 entryPoints: []string{"foo"},
90 entryPoints: []string{"web"},
149 entryPoints: []string{"web", "webs"},
197 actual := runtimeConfig.GetUDPRoutersByEntryPoints(context.Background(), test.entryPoints)
H A Druntime_http_test.go15 entryPoints []string
21 entryPoints: []string{""},
27 entryPoints: []string{"foo"},
52 entryPoints: []string{"foo"},
97 entryPoints: []string{"web"},
164 entryPoints: []string{"web", "webs"},
216 actual := runtimeConfig.GetRoutersByEntryPoints(context.Background(), test.entryPoints, false)
H A Druntime_tcp_test.go15 entryPoints []string
21 entryPoints: []string{""},
27 entryPoints: []string{"foo"},
52 entryPoints: []string{"foo"},
97 entryPoints: []string{"web"},
164 entryPoints: []string{"web", "webs"},
216 actual := runtimeConfig.GetTCPRoutersByEntryPoints(context.Background(), test.entryPoints)
/dports/net/traefik/traefik-2.6.1/integration/fixtures/healthcheck/
H A Dmultiple-routers-one-same-service.toml8 [entryPoints]
9 [entryPoints.web1]
11 [entryPoints.web2]
24 entryPoints = ["web1"]
29 entryPoints = ["web2"]
/dports/net/traefik/traefik-2.6.1/integration/fixtures/tcp/
H A Dmixed.toml8 [entryPoints]
9 [entryPoints.tcp]
28 entryPoints=["tcp"]
35 entryPoints = ["traefik"]
46 entryPoints = [ "tcp" ]
53 entryPoints = [ "tcp" ]
60 entryPoints = [ "tcp" ]
H A Dnon-tls-fallback.toml8 [entryPoints]
9 [entryPoints.tcp]
25 entryPoints = [ "tcp" ]
32 entryPoints = [ "tcp" ]
39 entryPoints = [ "tcp" ]
43 entryPoints = ["tcp"]
/dports/net/traefik/traefik-2.6.1/pkg/server/router/
H A Drouter_test.go40 entryPoints []string
63 entryPoints: []string{"web"},
86 entryPoints: []string{"web"},
101 entryPoints: []string{"web"},
124 entryPoints: []string{"web"},
160 entryPoints: []string{"web"},
201 entryPoints: []string{"web"},
229 entryPoints: []string{"web"},
252 entryPoints: []string{"web"},
291 entryPoints: []string{"web"},
[all …]
/dports/net/traefik/traefik-2.6.1/integration/resources/compose/
H A Daccess_log.yml7 traefik.http.routers.rt-server0.entryPoints: web
15 traefik.http.routers.rt-server1.entryPoints: web
24 traefik.http.routers.rt-server2.entryPoints: web
32 traefik.http.routers.rt-server3.entryPoints: web
40 traefik.http.routers.rt-authFrontend.entryPoints: httpFrontendAuth
50 traefik.http.routers.rt-digestAuthMiddleware.entryPoints: digestAuth
60 traefik.http.routers.rt-frontendRedirect.entryPoints: frontendRedirect
71 traefik.http.routers.rt-rateLimit.entryPoints: httpRateLimit
82 traefik.http.routers.rt-frontendWhitelist.entryPoints: web
/dports/net/traefik/traefik-2.6.1/docs/content/reference/static-configuration/
H A Dfile.toml14 [entryPoints]
15 [entryPoints.EntryPoint0]
17 [entryPoints.EntryPoint0.transport]
18 [entryPoints.EntryPoint0.transport.lifeCycle]
25 [entryPoints.EntryPoint0.proxyProtocol]
28 [entryPoints.EntryPoint0.forwardedHeaders]
31 [entryPoints.EntryPoint0.udp]
33 [entryPoints.EntryPoint0.http3]
35 [entryPoints.EntryPoint0.http]
37 [entryPoints.EntryPoint0.http.redirections]
[all …]
/dports/net/traefik/traefik-2.6.1/integration/fixtures/udp/
H A Dwrr.toml8 [entryPoints]
9 [entryPoints.udp]
11 [entryPoints.web]
25 entryPoints = [ "udp" ]
48 entryPoints = [ "web" ]
/dports/net/traefik/traefik-2.6.1/docs/content/migration/
H A Dv1-to-v2.md127 entryPoints:
199 [entryPoints]
301 entryPoints:
340 [entryPoints]
362 entryPoints:
404 [entryPoints]
447 entryPoints:
465 entryPoints:
712 entryPoints:
732 [entryPoints]
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Script/
H A DDeployment.php53 public function setEntryPoints($entryPoints) argument
55 $this->entryPoints = $entryPoints;
62 return $this->entryPoints;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Script/
H A DDeployment.php53 public function setEntryPoints($entryPoints) argument
55 $this->entryPoints = $entryPoints;
62 return $this->entryPoints;
/dports/net/traefik/traefik-2.6.1/integration/fixtures/acme/
H A Dacme_multiple_resolvers.toml8 [entryPoints]
9 [entryPoints.web]
11 [entryPoints.websecure]
48 entryPoints = ["websecure"]
55 entryPoints = ["websecure"]

12345678910>>...22