Home
last modified time | relevance | path

Searched refs:ServiceAction (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/firefox/firefox-99.0/toolkit/components/bitsdownload/src/bits_interface/
H A Daction.rs61 pub enum ServiceAction { enum
66 impl From<ServiceAction> for Action {
67 fn from(action: ServiceAction) -> Action { in from()
69 ServiceAction::StartDownload => Action::StartDownload, in from()
70 ServiceAction::MonitorDownload => Action::MonitorDownload, in from()
75 impl ServiceAction { impl
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/bitsdownload/src/bits_interface/
H A Daction.rs62 pub enum ServiceAction { enum
67 impl From<ServiceAction> for Action {
68 fn from(action: ServiceAction) -> Action { in from()
70 ServiceAction::StartDownload => Action::StartDownload, in from()
71 ServiceAction::MonitorDownload => Action::MonitorDownload, in from()
76 impl ServiceAction { impl
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/bitsdownload/src/bits_interface/
H A Daction.rs62 pub enum ServiceAction { enum
67 impl From<ServiceAction> for Action {
68 fn from(action: ServiceAction) -> Action { in from()
70 ServiceAction::StartDownload => Action::StartDownload, in from()
71 ServiceAction::MonitorDownload => Action::MonitorDownload, in from()
76 impl ServiceAction { impl
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/bitsdownload/src/bits_interface/
H A Daction.rs62 pub enum ServiceAction { enum
67 impl From<ServiceAction> for Action {
68 fn from(action: ServiceAction) -> Action { in from()
70 ServiceAction::StartDownload => Action::StartDownload, in from()
71 ServiceAction::MonitorDownload => Action::MonitorDownload, in from()
76 impl ServiceAction { impl
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/libmachine/provision/serviceaction/
H A Dservice_action.go3 type ServiceAction int type
6 Restart ServiceAction = iota
23 func (s ServiceAction) String() string {
/dports/sysutils/docker-machine/machine-0.16.2/libmachine/provision/serviceaction/
H A Dservice_action.go3 type ServiceAction int type
6 Restart ServiceAction = iota
23 func (s ServiceAction) String() string {
/dports/www/firefox/firefox-99.0/toolkit/components/bitsdownload/src/bits_interface/task/
H A Dservice_task.rs8 ServiceAction,
44 action: ServiceAction,
62 action: ServiceAction, in new() argument
203 ServiceAction::StartDownload, in new()
256 ServiceAction::StartDownload, in done_fn()
290 ServiceAction::MonitorDownload, in new()
329 ServiceAction::MonitorDownload, in done_fn()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/bitsdownload/src/bits_interface/task/
H A Dservice_task.rs8 ServiceAction,
44 action: ServiceAction,
62 action: ServiceAction, in new() argument
203 ServiceAction::StartDownload, in new()
256 ServiceAction::StartDownload, in done_fn()
290 ServiceAction::MonitorDownload, in new()
329 ServiceAction::MonitorDownload, in done_fn()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/bitsdownload/src/bits_interface/task/
H A Dservice_task.rs8 ServiceAction,
44 action: ServiceAction,
62 action: ServiceAction, in new() argument
203 ServiceAction::StartDownload, in new()
256 ServiceAction::StartDownload, in done_fn()
290 ServiceAction::MonitorDownload, in new()
329 ServiceAction::MonitorDownload, in done_fn()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/bitsdownload/src/bits_interface/task/
H A Dservice_task.rs8 ServiceAction,
44 action: ServiceAction,
62 action: ServiceAction, in new() argument
203 ServiceAction::StartDownload, in new()
256 ServiceAction::StartDownload, in done_fn()
290 ServiceAction::MonitorDownload, in new()
329 ServiceAction::MonitorDownload, in done_fn()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_service_action_list_in_list_cluster_service.go20 ServiceAction []ServiceAction `json:"ServiceAction" xml:"ServiceAction"` member
H A Dstruct_service_action_list_in_describe_cluster_service.go20 ServiceAction []ServiceAction `json:"ServiceAction" xml:"ServiceAction"` member
H A Dstruct_service_action_list_in_list_cluster_installed_service.go20 ServiceAction []ServiceAction `json:"ServiceAction" xml:"ServiceAction"` member
H A Dstruct_service_action.go19 type ServiceAction struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_service_action_list_in_describe_cluster_service.go20 ServiceAction []ServiceAction `json:"ServiceAction" xml:"ServiceAction"` member
H A Dstruct_service_action_list_in_list_cluster_service.go20 ServiceAction []ServiceAction `json:"ServiceAction" xml:"ServiceAction"` member
H A Dstruct_service_action.go19 type ServiceAction struct { struct
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_service_action_list_in_list_cluster_service.go20 ServiceAction []ServiceAction `json:"ServiceAction" xml:"ServiceAction"` member
H A Dstruct_service_action_list_in_describe_cluster_service.go20 ServiceAction []ServiceAction `json:"ServiceAction" xml:"ServiceAction"` member
H A Dstruct_service_action.go19 type ServiceAction struct { struct
/dports/www/py-boto3/boto3-1.18.61/tests/unit/resources/
H A Dtest_action.py16 from boto3.resources.action import BatchAction, ServiceAction, WaiterAction
43 action = ServiceAction(self.action)
57 action = ServiceAction(self.action)
73 action = ServiceAction(self.action)
109 action = ServiceAction(
135 action = ServiceAction(self.action)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/madmin-go/
H A Dservice-commands.go39 type ServiceAction string type
43 ServiceActionRestart ServiceAction = "restart"
49 func (adm *AdminClient) serviceCallAction(ctx context.Context, action ServiceAction) error { argument
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/library/Monitoring/Web/Navigation/
H A DServiceAction.php9 class ServiceAction extends Action class
/dports/www/py-boto3/boto3-1.18.61/boto3/resources/
H A Daction.py29 class ServiceAction(object): class
90 class BatchAction(ServiceAction):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/boto3/resources/
H A Daction.py29 class ServiceAction(object): class
90 class BatchAction(ServiceAction):

123