Home
last modified time | relevance | path

Searched refs:delete_endpoint (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/moodle39/moodle/repository/nextcloud/tests/
H A Dlib_test.php140 \core\oauth2\api::delete_endpoint($id);
152 \core\oauth2\api::delete_endpoint($id);
165 \core\oauth2\api::delete_endpoint($id);
178 \core\oauth2\api::delete_endpoint($id);
191 \core\oauth2\api::delete_endpoint($id);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/
H A Dprotected_branches_spec.rb264 delete delete_endpoint
270 let(:request) { delete_endpoint }
286 delete delete_endpoint
296 delete delete_endpoint
/dports/devel/py-qcs-api-client/qcs-api-client-0.9.0/qcs_api_client/operations/asyncio/
H A D__init__.py15 from qcs_api_client.api.endpoints.delete_endpoint import asyncio as delete_endpoint unknown
/dports/devel/py-qcs-api-client/qcs-api-client-0.9.0/qcs_api_client/operations/sync_from_dict/
H A D__init__.py19 from qcs_api_client.api.endpoints.delete_endpoint import sync_from_dict as delete_endpoint unknown
/dports/devel/py-qcs-api-client/qcs-api-client-0.9.0/qcs_api_client/operations/asyncio_from_dict/
H A D__init__.py23 from qcs_api_client.api.endpoints.delete_endpoint import asyncio_from_dict as delete_endpoint unknown
/dports/devel/py-qcs-api-client/qcs-api-client-0.9.0/qcs_api_client/operations/sync/
H A D__init__.py15 from qcs_api_client.api.endpoints.delete_endpoint import sync as delete_endpoint unknown
/dports/www/moodle310/moodle/repository/nextcloud/tests/
H A Dlib_test.php140 \core\oauth2\api::delete_endpoint($id);
152 \core\oauth2\api::delete_endpoint($id);
165 \core\oauth2\api::delete_endpoint($id);
178 \core\oauth2\api::delete_endpoint($id);
191 \core\oauth2\api::delete_endpoint($id);
/dports/www/moodle311/moodle/repository/nextcloud/tests/
H A Dlib_test.php140 \core\oauth2\api::delete_endpoint($id);
152 \core\oauth2\api::delete_endpoint($id);
165 \core\oauth2\api::delete_endpoint($id);
178 \core\oauth2\api::delete_endpoint($id);
191 \core\oauth2\api::delete_endpoint($id);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Ddms_endpoint.py198 return client.delete_endpoint(**params)
236 delete_output = connection.delete_endpoint(**delete_arn)
251 return connection.delete_endpoint(**delete_arn)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Ddms_endpoint.py191 return client.delete_endpoint(**params)
241 delete_output = connection.delete_endpoint(**delete_arn)
256 return connection.delete_endpoint(**delete_arn)
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/functional/cloud/
H A Dtest_endpoints.py51 self.operator_cloud.delete_endpoint(id=e['id'])
186 self.operator_cloud.delete_endpoint(endpoint['id'])
/dports/databases/leo_center/leo_center-0.4.7/lib/
H A Dendpoints.rb46 @@manager.delete_endpoint(endpoint)
/dports/devel/py-moto/moto-2.2.16/tests/test_sagemaker/
H A Dtest_sagemaker_endpoint.py185 sagemaker.delete_endpoint(EndpointName=endpoint_name)
191 sagemaker.delete_endpoint(EndpointName=endpoint_name)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/purestorage/flasharray/plugins/modules/
H A Dpurefa_endpoint.py238 def delete_endpoint(module, array): function
337 delete_endpoint(module, array)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/awx/awx/plugins/modules/
H A Dtower_workflow_job_template.py467 response = module.delete_endpoint(spec_endpoint)
650 response.append(module.delete_endpoint(workflow_node['url']))
H A Dworkflow_job_template.py467 response = module.delete_endpoint(spec_endpoint)
650 response.append(module.delete_endpoint(workflow_node['url']))
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/openstack/
H A Dos_keystone_endpoint.py200 cloud.delete_endpoint(endpoint.id)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/openstack/cloud/plugins/modules/
H A Dos_keystone_endpoint.py194 self.conn.delete_endpoint(endpoint.id)
H A Dendpoint.py194 self.conn.delete_endpoint(endpoint.id)
/dports/www/moodle310/moodle/admin/tool/oauth2/
H A Dendpoints.php113 core\oauth2\api::delete_endpoint($endpointid);
/dports/www/moodle311/moodle/admin/tool/oauth2/
H A Dendpoints.php113 core\oauth2\api::delete_endpoint($endpointid);
/dports/www/moodle39/moodle/admin/tool/oauth2/
H A Dendpoints.php113 core\oauth2\api::delete_endpoint($endpointid);
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/identity/v3/
H A Dtest_proxy.py86 self.verify_delete(self.proxy.delete_endpoint,
90 self.verify_delete(self.proxy.delete_endpoint,
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/doc/source/user/proxies/
H A Didentity_v3.rst36 :members: create_endpoint, update_endpoint, delete_endpoint, get_endpoint,
/dports/www/py-django-cms/django-cms-3.7.1/cms/tests/
H A Dtest_alias.py394 delete_endpoint = self.get_delete_plugin_uri(alias_plugin)
395 response = self.client.post(delete_endpoint, data={})

12