Home
last modified time | relevance | path

Searched refs:ServiceName (Results 1 – 25 of 9633) sorted by relevance

12345678910>>...386

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-devops-guru/source/model/
H A DServiceName.cpp99 return ServiceName::ES; in GetServiceNameForName()
177 case ServiceName::EC2: in GetNameForServiceName()
179 case ServiceName::ECS: in GetNameForServiceName()
181 case ServiceName::EKS: in GetNameForServiceName()
187 case ServiceName::ELB: in GetNameForServiceName()
189 case ServiceName::ES: in GetNameForServiceName()
199 case ServiceName::RDS: in GetNameForServiceName()
205 case ServiceName::S3: in GetNameForServiceName()
209 case ServiceName::SNS: in GetNameForServiceName()
211 case ServiceName::SQS: in GetNameForServiceName()
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/devopsguru/types/
H A Denums.go304 type ServiceName string type
313 ServiceNameEc2 ServiceName = "EC2"
314 ServiceNameEcs ServiceName = "ECS"
315 ServiceNameEks ServiceName = "EKS"
318 ServiceNameElb ServiceName = "ELB"
319 ServiceNameEs ServiceName = "ES"
324 ServiceNameRds ServiceName = "RDS"
327 ServiceNameS3 ServiceName = "S3"
329 ServiceNameSns ServiceName = "SNS"
338 func (ServiceName) Values() []ServiceName {
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/devopsguru/types/
H A Denums.go304 type ServiceName string type
313 ServiceNameEc2 ServiceName = "EC2"
314 ServiceNameEcs ServiceName = "ECS"
315 ServiceNameEks ServiceName = "EKS"
318 ServiceNameElb ServiceName = "ELB"
319 ServiceNameEs ServiceName = "ES"
324 ServiceNameRds ServiceName = "RDS"
327 ServiceNameS3 ServiceName = "S3"
329 ServiceNameSns ServiceName = "SNS"
338 func (ServiceName) Values() []ServiceName {
[all …]
/dports/security/stunnel/stunnel-5.60/tools/plugins/SimpleFC/Source/
H A DServiceControl.pas33 function RemoveService(ServiceName: String): Integer; in RemoveService()
49 function StopService(ServiceName: String): Integer; in StopService()
50 function PauseService(ServiceName: String): Integer; in PauseService()
99 function ExistsService(ServiceName: String): Integer; in ExistsService()
230 function StopService(ServiceName: String): Integer; in StopService()
365 ServiceName: PChar;
371 ServiceName := StrAlloc(ServiceBuffer+1);
378 Name := ServiceName
820 Result := GetServiceStatus(ServiceName, Status);
854 Result := StopService(ServiceName);
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/
H A DService.t70 my @ServiceName;
438 Name => $ServiceName[5] . '::' . $ServiceName[6],
456 Name => $ServiceName[5] . '::' . $ServiceName[6] . '::' . $ServiceName[7],
730 $ServiceName[0],
742 $ServiceName[0],
864 my @ServiceNames = ( $ServiceName[10] . 'Normal', $ServiceName[10] . 'Ԉ Ӵ Ϫ Ͼ' );
887 $ServiceName,
888 '*' . $ServiceName,
889 $ServiceName . '*',
891 '**' . $ServiceName,
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/backgroundservice/
H A Dtypes.go20 type ServiceName string type
23 func (t ServiceName) String() string {
29 ServiceNameBackgroundFetch ServiceName = "backgroundFetch"
30 ServiceNameBackgroundSync ServiceName = "backgroundSync"
31 ServiceNamePushMessaging ServiceName = "pushMessaging"
32 ServiceNameNotifications ServiceName = "notifications"
38 func (t ServiceName) MarshalEasyJSON(out *jwriter.Writer) {
43 func (t ServiceName) MarshalJSON() ([]byte, error) {
48 func (t *ServiceName) UnmarshalEasyJSON(in *jlexer.Lexer) {
49 switch ServiceName(in.String()) {
[all …]
H A Dbackgroundservice.go19 Service ServiceName `json:"service"`
28 func StartObserving(service ServiceName) *StartObservingParams { argument
41 Service ServiceName `json:"service"`
50 func StopObserving(service ServiceName) *StopObservingParams { argument
64 Service ServiceName `json:"service"`
74 func SetRecording(shouldRecord bool, service ServiceName) *SetRecordingParams { argument
88 Service ServiceName `json:"service"`
97 func ClearEvents(service ServiceName) *ClearEventsParams { argument
/dports/devel/fpc-fcl-extra/fpc-3.2.2/packages/fcl-extra/src/win/
H A DServiceManager.pas39 Property ServiceName : String Read FServiceName;
120 procedure PauseService(ServiceName: String);Overload;
132 Procedure UnregisterService(ServiceName : String);
135 procedure RefreshServiceStatus(ServiceName: String);
570 H:=OpenService(Handle,PChar(ServiceName),A);
594 StopService(ServiceName,True);
717 H:=GetServiceHandle(ServiceName,SERVICE_START);
884 SE:=Services.ServiceByName(ServiceName);
885 GetServiceStatus(ServiceName,Status);
943 If CompareText(Items[i].ServiceName,ServiceName)=0 then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-extra/src/win/
H A DServiceManager.pas39 Property ServiceName : String Read FServiceName;
120 procedure PauseService(ServiceName: String);Overload;
132 Procedure UnregisterService(ServiceName : String);
135 procedure RefreshServiceStatus(ServiceName: String);
570 H:=OpenService(Handle,PChar(ServiceName),A);
594 StopService(ServiceName,True);
717 H:=GetServiceHandle(ServiceName,SERVICE_START);
884 SE:=Services.ServiceByName(ServiceName);
885 GetServiceStatus(ServiceName,Status);
943 If CompareText(Items[i].ServiceName,ServiceName)=0 then
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/consul/state/
H A Dcatalog_oss_test.go13 ServiceName: "ServiceName",
99 structs.ServiceName{Name: "UpStReAm"},
100 structs.ServiceName{Name: "DownStream"},
134 Gateway: structs.ServiceName{Name: "GateWay"},
143 structs.ServiceName{Name: "GateWay"},
144 structs.ServiceName{Name: "SerVice"},
196 ServiceName: "ServiceName",
256 ServiceName: "ConnectName",
265 ServiceName: "ServiceName",
283 ServiceName: "ServiceName",
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dcatalog_oss_test.go13 ServiceName: "ServiceName",
99 structs.ServiceName{Name: "UpStReAm"},
100 structs.ServiceName{Name: "DownStream"},
134 Gateway: structs.ServiceName{Name: "GateWay"},
143 structs.ServiceName{Name: "GateWay"},
144 structs.ServiceName{Name: "SerVice"},
196 ServiceName: "ServiceName",
256 ServiceName: "ConnectName",
265 ServiceName: "ServiceName",
283 ServiceName: "ServiceName",
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dcatalog_oss_test.go13 ServiceName: "ServiceName",
99 structs.ServiceName{Name: "UpStReAm"},
100 structs.ServiceName{Name: "DownStream"},
134 Gateway: structs.ServiceName{Name: "GateWay"},
143 structs.ServiceName{Name: "GateWay"},
144 structs.ServiceName{Name: "SerVice"},
196 ServiceName: "ServiceName",
256 ServiceName: "ConnectName",
265 ServiceName: "ServiceName",
283 ServiceName: "ServiceName",
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceProcess/Test/System.ServiceProcess/
H A DServiceControllerTest.cs431 sc.ServiceName = UNCONTROLLABLE_SERVICE.ServiceName; in CanPauseAndContinue()
646 sc.ServiceName = UNCONTROLLABLE_SERVICE.ServiceName; in CanShutdown()
861 sc.ServiceName = UNCONTROLLABLE_SERVICE.ServiceName; in CanStop()
2954 sc.ServiceName = WORKSTATION_SERVICE.ServiceName; in MachineName()
3493 sc.ServiceName = s1.ServiceName; in ServiceName()
3497 sc.ServiceName = s2.ServiceName; in ServiceName()
3502 sc.ServiceName = s2.ServiceName; in ServiceName()
3507 sc.ServiceName = s2.ServiceName; in ServiceName()
3511 sc.ServiceName = s1.ServiceName; in ServiceName()
3914 sc.ServiceName = KERNEL_SERVICE.ServiceName; in ServiceTypeTest()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/google.golang.org/api/
H A Dendpoints_gen.go19 …T", PathTemplate: "/map", PathMatcher: regexp.MustCompile(`^(/map)$`), ServiceName: "google.additi…
20 …T", PathTemplate: "/map", PathMatcher: regexp.MustCompile(`^(/map)$`), ServiceName: "google.additi…
21 …Template: "/reports", PathMatcher: regexp.MustCompile(`^(/reports)$`), ServiceName: "google.paramr…
301 …late: "/v1/spaces", PathMatcher: regexp.MustCompile(`^(/v1/spaces)$`), ServiceName: "google.chat",…
972 …"/v2/infoTypes", PathMatcher: regexp.MustCompile(`^(/v2/infoTypes)$`), ServiceName: "google.dlp", …
1160 …mplate: "/v1/roles", PathMatcher: regexp.MustCompile(`^(/v1/roles)$`), ServiceName: "google.iam", …
1184 …Template: "/v2/jobs", PathMatcher: regexp.MustCompile(`^(/v2/jobs)$`), ServiceName: "google.jobs",…
1186 …: "/v2:complete", PathMatcher: regexp.MustCompile(`^(/v2:complete)$`), ServiceName: "google.jobs",…
1190 …Template: "/v2/jobs", PathMatcher: regexp.MustCompile(`^(/v2/jobs)$`), ServiceName: "google.jobs",…
1452 …late: "/v1/assets", PathMatcher: regexp.MustCompile(`^(/v1/assets)$`), ServiceName: "google.poly",…
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/google.golang.org/api/
H A Dendpoints_gen.go19 …T", PathTemplate: "/map", PathMatcher: regexp.MustCompile(`^(/map)$`), ServiceName: "google.additi…
20 …T", PathTemplate: "/map", PathMatcher: regexp.MustCompile(`^(/map)$`), ServiceName: "google.additi…
21 …Template: "/reports", PathMatcher: regexp.MustCompile(`^(/reports)$`), ServiceName: "google.paramr…
301 …late: "/v1/spaces", PathMatcher: regexp.MustCompile(`^(/v1/spaces)$`), ServiceName: "google.chat",…
972 …"/v2/infoTypes", PathMatcher: regexp.MustCompile(`^(/v2/infoTypes)$`), ServiceName: "google.dlp", …
1160 …mplate: "/v1/roles", PathMatcher: regexp.MustCompile(`^(/v1/roles)$`), ServiceName: "google.iam", …
1184 …Template: "/v2/jobs", PathMatcher: regexp.MustCompile(`^(/v2/jobs)$`), ServiceName: "google.jobs",…
1186 …: "/v2:complete", PathMatcher: regexp.MustCompile(`^(/v2:complete)$`), ServiceName: "google.jobs",…
1190 …Template: "/v2/jobs", PathMatcher: regexp.MustCompile(`^(/v2/jobs)$`), ServiceName: "google.jobs",…
1452 …late: "/v1/assets", PathMatcher: regexp.MustCompile(`^(/v1/assets)$`), ServiceName: "google.poly",…
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceProcess/System.ServiceProcess/
H A DServiceController.cs83 ValidateServiceName (ServiceName);
93 ValidateServiceName (ServiceName);
103 ValidateServiceName (ServiceName);
113 ValidateServiceName (ServiceName);
185 public string ServiceName { property in System.ServiceProcess.ServiceController
266 ValidateServiceName (ServiceName); in Continue()
278 ValidateServiceName (ServiceName); in ExecuteCommand()
314 ValidateServiceName (ServiceName); in Pause()
337 ValidateServiceName (ServiceName); in Start()
343 ValidateServiceName (ServiceName); in Stop()
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/proxycfg/
H A Dsnapshot.go108 WatchedServices map[structs.ServiceName]context.CancelFunc
114 WatchedIntentions map[structs.ServiceName]context.CancelFunc
122 Intentions map[structs.ServiceName]structs.Intentions
128 WatchedLeaves map[structs.ServiceName]context.CancelFunc
133 ServiceLeaves map[structs.ServiceName]*structs.IssuedCert
139 WatchedConfigs map[structs.ServiceName]context.CancelFunc
149 WatchedResolvers map[structs.ServiceName]context.CancelFunc
154 ServiceResolversSet map[structs.ServiceName]bool
163 GatewayServices map[structs.ServiceName]structs.GatewayService
172 out := make([]structs.ServiceName, 0, len(c.ServiceGroups))
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/proxycfg/
H A Dsnapshot.go108 WatchedServices map[structs.ServiceName]context.CancelFunc
114 WatchedIntentions map[structs.ServiceName]context.CancelFunc
122 Intentions map[structs.ServiceName]structs.Intentions
128 WatchedLeaves map[structs.ServiceName]context.CancelFunc
133 ServiceLeaves map[structs.ServiceName]*structs.IssuedCert
139 WatchedConfigs map[structs.ServiceName]context.CancelFunc
149 WatchedResolvers map[structs.ServiceName]context.CancelFunc
154 ServiceResolversSet map[structs.ServiceName]bool
163 GatewayServices map[structs.ServiceName]structs.GatewayService
172 out := make([]structs.ServiceName, 0, len(c.ServiceGroups))
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/proxycfg/
H A Dsnapshot.go108 WatchedServices map[structs.ServiceName]context.CancelFunc
114 WatchedIntentions map[structs.ServiceName]context.CancelFunc
122 Intentions map[structs.ServiceName]structs.Intentions
128 WatchedLeaves map[structs.ServiceName]context.CancelFunc
133 ServiceLeaves map[structs.ServiceName]*structs.IssuedCert
139 WatchedConfigs map[structs.ServiceName]context.CancelFunc
149 WatchedResolvers map[structs.ServiceName]context.CancelFunc
154 ServiceResolversSet map[structs.ServiceName]bool
163 GatewayServices map[structs.ServiceName]structs.GatewayService
172 out := make([]structs.ServiceName, 0, len(c.ServiceGroups))
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-devops-guru/include/aws/devops-guru/model/
H A DServiceCollection.h44 inline const Aws::Vector<ServiceName>& GetServiceNames() const{ return m_serviceNames; } in GetServiceNames()
54 …inline void SetServiceNames(const Aws::Vector<ServiceName>& value) { m_serviceNamesHasBeenSet = tr… in SetServiceNames()
59 …inline void SetServiceNames(Aws::Vector<ServiceName>&& value) { m_serviceNamesHasBeenSet = true; m… in SetServiceNames()
64 …inline ServiceCollection& WithServiceNames(const Aws::Vector<ServiceName>& value) { SetServiceName… in WithServiceNames()
69 …inline ServiceCollection& WithServiceNames(Aws::Vector<ServiceName>&& value) { SetServiceNames(std… in WithServiceNames()
74 …inline ServiceCollection& AddServiceNames(const ServiceName& value) { m_serviceNamesHasBeenSet = t… in AddServiceNames()
79 …inline ServiceCollection& AddServiceNames(ServiceName&& value) { m_serviceNamesHasBeenSet = true; … in AddServiceNames()
83 Aws::Vector<ServiceName> m_serviceNames;
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Modules/
H A DAgentTicketService.pm644 my $ServiceName = '';
646 if ( !$ServiceName ) {
655 $Counter{$ServiceName} = $Counter{$ServiceName} + $Service{Count};
656 if ( $Counter{$ServiceName} && !$Service{$ServiceName} && !$UsedService{$ServiceName} )
697 if ( $Param{SelectedService} =~ /^\Q$ServiceName[0]\E/ && $Level - 1 >= $#ServiceName ) {
699 $#ServiceName == 0
707 $#ServiceName == 1
715 $#ServiceName == 2
755 $#ServiceName == 2
763 $#ServiceName == 3
[all …]
/dports/devel/erlang-gpb/gpb-4.3.3/src/
H A Dgpb_gen_introspect.erl78 …[format_find_service_rpc_defs(ServiceName, Rpcs, Opts) || {{service, ServiceName}, Rpcs} <- Servic…
265 [ServiceName || {{service, ServiceName}, _Rpcs} <- ServiceDefs])]).
275 [[replace_term('<ServiceName>', ServiceName),
300 [[replace_term('<ServiceName>', ServiceName),
305 format_find_service_rpc_defs(ServiceName, Rpcs, Opts) ->
307 gpb_lib:mk_fn(find_rpc_def_, ServiceName),
320 fun(ServiceName, RpcName) ->
326 fun(ServiceName, RpcName) ->
327 case find_rpc_def(ServiceName, RpcName) of
343 service_def_tree({{service, ServiceName}, Rpcs}, Opts) ->
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/armon/go-metrics/
H A Dmetrics.go15 if m.ServiceName != "" {
16 key = insert(0, m.ServiceName, key)
25 if m.ServiceName != "" {
26 key = insert(0, m.ServiceName, key)
35 if m.ServiceName != "" {
36 key = insert(0, m.ServiceName, key)
45 if m.ServiceName != "" {
46 key = insert(0, m.ServiceName, key)
55 if m.ServiceName != "" {
56 key = insert(0, m.ServiceName, key)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/armon/go-metrics/
H A Dmetrics.go15 if m.ServiceName != "" {
16 key = insert(0, m.ServiceName, key)
25 if m.ServiceName != "" {
26 key = insert(0, m.ServiceName, key)
35 if m.ServiceName != "" {
36 key = insert(0, m.ServiceName, key)
45 if m.ServiceName != "" {
46 key = insert(0, m.ServiceName, key)
55 if m.ServiceName != "" {
56 key = insert(0, m.ServiceName, key)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/armon/go-metrics/
H A Dmetrics.go15 if m.ServiceName != "" {
16 key = insert(0, m.ServiceName, key)
25 if m.ServiceName != "" {
26 key = insert(0, m.ServiceName, key)
35 if m.ServiceName != "" {
36 key = insert(0, m.ServiceName, key)
45 if m.ServiceName != "" {
46 key = insert(0, m.ServiceName, key)
55 if m.ServiceName != "" {
56 key = insert(0, m.ServiceName, key)

12345678910>>...386