Home
last modified time | relevance | path

Searched refs:remove_resources (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dwafv2_resources.py108 def remove_resources(wafv2, arn, fail_json_aws): function
171 retval = remove_resources(wafv2, arn, module.fail_json_aws)
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/app/
H A Ddzl-application.h48 void (*remove_resources) (DzlApplication *self, member
H A Ddzl-application.c325 klass->remove_resources = dzl_application_real_remove_resources; in dzl_application_class_init()
476 DZL_APPLICATION_GET_CLASS (self)->remove_resources (self, resource_path); in dzl_application_remove_resources()
/dports/devel/mercurial/mercurial-6.0/contrib/automation/hgautomation/
H A Dcli.py189 aws.remove_resources(c)
H A Daws.py569 def remove_resources(c, prefix='hg-'): function
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dscheduler.py4965 self.remove_resources(address)
7335 def remove_resources(self, worker): member in Scheduler