Home
last modified time | relevance | path

Searched refs:fail_not_exist (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/py-django-storages/django-storages-1.9.1/tests/integration/
H A Dtest_azure.py27 self.storage.azure_container, fail_not_exist=False)
219 default_storage.azure_container, fail_not_exist=False)
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2015_04_05/queue/
H A Dqueueservice.py466 def delete_queue(self, queue_name, fail_not_exist=False, timeout=None): argument
495 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2015_04_05/file/
H A Dfileservice.py823 def delete_share(self, share_name, fail_not_exist=False, timeout=None): argument
850 if not fail_not_exist:
910 fail_not_exist=False, timeout=None): argument
944 if not fail_not_exist:
/dports/www/py-azure-storage/azure-storage-0.36.0/azure/storage/file/
H A Dfileservice.py844 def delete_share(self, share_name, fail_not_exist=False, timeout=None): argument
871 if not fail_not_exist:
931 fail_not_exist=False, timeout=None): argument
965 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2016_05_31/file/
H A Dfileservice.py844 def delete_share(self, share_name, fail_not_exist=False, timeout=None): argument
871 if not fail_not_exist:
931 fail_not_exist=False, timeout=None): argument
965 if not fail_not_exist:
/dports/www/py-azure-storage/azure-storage-0.36.0/azure/storage/queue/
H A Dqueueservice.py538 def delete_queue(self, queue_name, fail_not_exist=False, timeout=None): argument
567 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_04_17/queue/
H A Dqueueservice.py544 def delete_queue(self, queue_name, fail_not_exist=False, timeout=None): argument
573 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2016_05_31/queue/
H A Dqueueservice.py538 def delete_queue(self, queue_name, fail_not_exist=False, timeout=None): argument
567 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_03_28/queue/
H A Dqueueservice.py546 def delete_queue(self, queue_name, fail_not_exist=False, timeout=None): argument
575 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_07_29/queue/
H A Dqueueservice.py536 def delete_queue(self, queue_name, fail_not_exist=False, timeout=None): argument
565 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2015_04_05/table/
H A Dtableservice.py486 def delete_table(self, table_name, fail_not_exist=False, timeout=None): argument
517 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_11_09/queue/
H A Dqueueservice.py543 def delete_queue(self, queue_name, fail_not_exist=False, timeout=None): argument
572 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_11_09/queue/
H A Dqueueservice.py546 def delete_queue(self, queue_name, fail_not_exist=False, timeout=None): argument
575 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_11_09/file/
H A Dfileservice.py893 …def delete_share(self, share_name, fail_not_exist=False, timeout=None, snapshot=None, delete_snaps… argument
930 if not fail_not_exist:
990 fail_not_exist=False, timeout=None): argument
1024 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_04_17/file/
H A Dfileservice.py902 …def delete_share(self, share_name, fail_not_exist=False, timeout=None, snapshot=None, delete_snaps… argument
939 if not fail_not_exist:
999 fail_not_exist=False, timeout=None): argument
1033 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_07_29/file/
H A Dfileservice.py893 …def delete_share(self, share_name, fail_not_exist=False, timeout=None, snapshot=None, delete_snaps… argument
930 if not fail_not_exist:
990 fail_not_exist=False, timeout=None): argument
1024 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_03_28/file/
H A Dfileservice.py899 …def delete_share(self, share_name, fail_not_exist=False, timeout=None, snapshot=None, delete_snaps… argument
936 if not fail_not_exist:
996 fail_not_exist=False, timeout=None): argument
1030 if not fail_not_exist:
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/storage/operations/
H A Dblob_azure_stack.py75 def delete_container(client, container_name, fail_not_exist=False, lease_id=None, if_modified_since… argument
81 …container_name, fail_not_exist=fail_not_exist, lease_id=lease_id, if_modified_since=if_modified_si…
H A Dblob.py149 def delete_container(client, container_name, fail_not_exist=False, lease_id=None, if_modified_since… argument
156 …container_name, fail_not_exist=fail_not_exist, lease_id=lease_id, if_modified_since=if_modified_si…
/dports/www/py-azure-storage/azure-storage-0.36.0/azure/storage/table/
H A Dtableservice.py562 def delete_table(self, table_name, fail_not_exist=False, timeout=None): argument
593 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/cosmosdb/v2017_04_17/table/
H A Dtableservice.py563 def delete_table(self, table_name, fail_not_exist=False, timeout=None): argument
594 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2016_05_31/table/
H A Dtableservice.py561 def delete_table(self, table_name, fail_not_exist=False, timeout=None): argument
592 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_11_09/file/
H A Dfileservice.py934 …def delete_share(self, share_name, fail_not_exist=False, timeout=None, snapshot=None, delete_snaps… argument
971 if not fail_not_exist:
1031 fail_not_exist=False, timeout=None): argument
1065 if not fail_not_exist:
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2015_04_05/blob/
H A Dbaseblobservice.py745 def delete_container(self, container_name, fail_not_exist=False, argument
793 if not fail_not_exist:
/dports/www/py-azure-storage/azure-storage-0.36.0/azure/storage/blob/
H A Dbaseblobservice.py798 def delete_container(self, container_name, fail_not_exist=False, argument
846 if not fail_not_exist:

12