Home
last modified time | relevance | path

Searched refs:provider_type (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/ovirt/
H A Dovirt_external_provider.py208 def provider_type(self, provider_type): argument
209 self._provider_type = provider_type
230 provider_type = self._provider_type(
235 provider_type,
241 if hasattr(provider_type, key):
244 return provider_type
318 if provider_type == OS_IMAGE:
320 elif provider_type == NETWORK:
322 elif provider_type == OS_VOLUME:
324 elif provider_type == FOREMAN:
[all …]
H A D_ovirt_external_provider_facts.py94 def _external_provider_service(provider_type, system_service): argument
95 if provider_type == 'os_image':
97 elif provider_type == 'os_network':
99 elif provider_type == 'os_volume':
101 elif provider_type == 'foreman':
129 provider_type=module.params.pop('type'),
H A Dovirt_external_provider_info.py94 def _external_provider_service(provider_type, system_service): argument
95 if provider_type == 'os_image':
97 elif provider_type == 'os_network':
99 elif provider_type == 'os_volume':
101 elif provider_type == 'foreman':
129 provider_type=module.params.pop('type'),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ovirt/ovirt/plugins/modules/
H A Dovirt_external_provider.py227 def provider_type(self, provider_type): member in ExternalProviderModule
228 self._provider_type = provider_type
249 provider_type = self._provider_type(
254 provider_type,
260 if hasattr(provider_type, key):
263 return provider_type
337 if provider_type == OS_IMAGE:
339 elif provider_type == NETWORK:
341 elif provider_type == OS_VOLUME:
343 elif provider_type == FOREMAN:
[all …]
H A Dovirt_external_provider_info.py95 def _external_provider_service(provider_type, system_service): argument
96 if provider_type == 'os_image':
98 elif provider_type == 'os_network':
100 elif provider_type == 'os_volume':
102 elif provider_type == 'foreman':
130 provider_type=module.params.pop('type'),
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/provider/
H A D__init__.py23 def get_path_provider_classes(provider_type): # type: (t.Type[TPathProvider]) -> t.List[t.Type[TPa… argument
25 return sorted(get_subclasses(provider_type), key=lambda c: (c.priority, c.__name__))
28 def find_path_provider(provider_type, # type: t.Type[TPathProvider], argument
55 raise ProviderNotFoundForPath(provider_type, path)
60 def __init__(self, provider_type, path): # type: (t.Type, str) -> None argument
61 …super(ProviderNotFoundForPath, self).__init__('No %s found for path: %s' % (provider_type.__name__…
63 self.provider_type = provider_type
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/provider/
H A D__init__.py23 def get_path_provider_classes(provider_type): # type: (t.Type[TPathProvider]) -> t.List[t.Type[TPa… argument
25 return sorted(get_subclasses(provider_type), key=lambda c: (c.priority, c.__name__))
28 def find_path_provider(provider_type, # type: t.Type[TPathProvider], argument
55 raise ProviderNotFoundForPath(provider_type, path)
60 def __init__(self, provider_type, path): # type: (t.Type, str) -> None argument
61 …super(ProviderNotFoundForPath, self).__init__('No %s found for path: %s' % (provider_type.__name__…
63 self.provider_type = provider_type
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/provider/
H A D__init__.py24 def get_path_provider_classes(provider_type): # type: (t.Type[TPathProvider]) -> t.List[t.Type[TPa… argument
26 return sorted(get_subclasses(provider_type), key=lambda c: (c.priority, c.__name__))
29 def find_path_provider(provider_type, # type: t.Type[TPathProvider], argument
56 raise ProviderNotFoundForPath(provider_type, path)
61 def __init__(self, provider_type, path): # type: (t.Type, str) -> None argument
62 …super(ProviderNotFoundForPath, self).__init__('No %s found for path: %s' % (provider_type.__name__…
64 self.provider_type = provider_type
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/remote_management/manageiq/
H A Dmanageiq_provider.py633 def build_connection_configurations(self, provider_type, endpoints): argument
642 provider_defaults = supported_providers().get(provider_type, {})
694 def edit_provider(self, provider, name, provider_type, endpoints, zone_id, provider_region, argument
737 def create_provider(self, name, provider_type, endpoints, zone_id, provider_region, argument
824 provider_type = module.params['type']
859 if provider and not provider_type:
860 provider_type = manageiq_provider.class_name_to_type(provider['type'])
863 if not provider_type:
868 if provider_type not in supported_providers().keys():
870 msg="provider_type %s is not supported" % (provider_type))
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dmanageiq_provider.py660 def build_connection_configurations(self, provider_type, endpoints): argument
669 provider_defaults = supported_providers().get(provider_type, {})
721 def edit_provider(self, provider, name, provider_type, endpoints, zone_id, provider_region, argument
764 def create_provider(self, name, provider_type, endpoints, zone_id, provider_region, argument
851 provider_type = module.params['type']
886 if provider and not provider_type:
887 provider_type = manageiq_provider.class_name_to_type(provider['type'])
890 if not provider_type:
895 if provider_type not in supported_providers().keys():
897 msg="provider_type %s is not supported" % (provider_type))
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/remote_management/manageiq/
H A Dmanageiq_provider.py660 def build_connection_configurations(self, provider_type, endpoints): argument
669 provider_defaults = supported_providers().get(provider_type, {})
721 def edit_provider(self, provider, name, provider_type, endpoints, zone_id, provider_region, argument
764 def create_provider(self, name, provider_type, endpoints, zone_id, provider_region, argument
851 provider_type = module.params['type']
886 if provider and not provider_type:
887 provider_type = manageiq_provider.class_name_to_type(provider['type'])
890 if not provider_type:
895 if provider_type not in supported_providers().keys():
897 msg="provider_type %s is not supported" % (provider_type))
[all …]
/dports/www/py-django-storages/django-storages-1.9.1/storages/backends/
H A Dapache_libcloud.py46 provider_type = self.provider['type']
47 if isinstance(provider_type, string_types):
48 module_path, tag = provider_type.rsplit('.', 1)
51 provider_type = getattr(Provider, tag)
53 Driver = get_driver(provider_type)
132 provider_type = self.provider['type'].lower()
140 if 's3' in provider_type:
143 elif 'google' in provider_type:
145 elif 'azure' in provider_type:
149 elif 'backblaze' in provider_type:
/dports/net/gnome-online-accounts/gnome-online-accounts-3.40.1/src/daemon/
H A Dgoadaemon.c1085 gchar *provider_type; member
1264 g_free (data->provider_type); in get_all_providers_cb()
1289 data->provider_type = g_strdup (provider_type); in on_manager_handle_add_account()
1442 if (provider_type == NULL) in on_account_handle_remove()
1517 const gchar *provider_type; in ensure_credentials_queue_complete() local
1619 const gchar *provider_type; in ensure_credentials_queue_check() local
1708 const gchar *provider_type; in on_account_handle_ensure_credentials() local
1736 provider_type, in on_account_handle_ensure_credentials()
1779 const gchar *provider_type; in goa_daemon_check_credentials() local
1796 provider_type, in goa_daemon_check_credentials()
[all …]
/dports/net/gnome-online-accounts/gnome-online-accounts-3.40.1/src/goabackend/
H A Dgoawebextensionmain.c36 const gchar *provider_type; in webkit_web_extension_initialize_with_user_data() local
38 g_variant_get (user_data, "(&s&s)", &provider_type, &existing_identity); in webkit_web_extension_initialize_with_user_data()
39 the_extension = goa_web_extension_new (wk_extension, provider_type, existing_identity); in webkit_web_extension_initialize_with_user_data()
H A Dgoawebextension.c36 gchar *provider_type; member
156 self->provider = goa_provider_get_for_provider_type (self->provider_type); in goa_web_extension_constructed()
182 g_free (self->provider_type); in goa_web_extension_finalize()
199 self->provider_type = g_value_dup_string (value); in goa_web_extension_set_property()
260 const gchar *provider_type, in goa_web_extension_new() argument
265 "provider-type", provider_type, in goa_web_extension_new()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/clusters/
H A Dcreate_service_spec.rb18 provider_type: :gcp,
37 provider_type: :gcp,
70 provider_type: :gcp,
89 provider_type: :gcp,
110 provider_type: :gcp,
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/test/fixtures/
H A DAuthenticationProviders.yml9 …0: {id: 1, provider_id: 1,provider_type: 2, client_id: 'TEST_CLIENT_ID_1', client_secret: 'TEST_CL…
10 1: {id: 2, provider_id: 2,provider_type: 1, client_id: '', client_secret: '', developer_key: ''}
11 …2: {id: 3, provider_id: 4,provider_type: 2, client_id: 'TEST_CLIENT_ID_3', client_secret: 'TEST_CL…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/workers/
H A Dwait_for_cluster_creation_worker_spec.rb8 let(:cluster) { create(:cluster, provider_type: :gcp, provider_gcp: provider) }
19 let(:cluster) { create(:cluster, provider_type: :aws, provider_aws: provider) }
30 let(:cluster) { create(:cluster, provider_type: :user) }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/factories/clusters/
H A Dclusters.rb42 provider_type { :user }
49 provider_type { :gcp }
57 provider_type { :aws }
65 provider_type { :gcp }
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dauth.c497 const char *provider_type, in svn_auth_get_platform_specific_provider() argument
517 provider_name, provider_type); in svn_auth_get_platform_specific_provider()
543 if (strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
549 else if (strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
563 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
570 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
575 strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
583 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
588 strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
593 strcmp(provider_type, "ssl_server_trust") == 0) in svn_auth_get_platform_specific_provider()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dauth.c497 const char *provider_type, in svn_auth_get_platform_specific_provider() argument
517 provider_name, provider_type); in svn_auth_get_platform_specific_provider()
543 if (strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
549 else if (strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
563 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
570 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
575 strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
583 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
588 strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
593 strcmp(provider_type, "ssl_server_trust") == 0) in svn_auth_get_platform_specific_provider()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dauth.c497 const char *provider_type, in svn_auth_get_platform_specific_provider() argument
517 provider_name, provider_type); in svn_auth_get_platform_specific_provider()
543 if (strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
549 else if (strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
563 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
570 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
575 strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
583 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
588 strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
593 strcmp(provider_type, "ssl_server_trust") == 0) in svn_auth_get_platform_specific_provider()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dauth.c497 const char *provider_type, in svn_auth_get_platform_specific_provider() argument
517 provider_name, provider_type); in svn_auth_get_platform_specific_provider()
543 if (strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
549 else if (strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
563 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
570 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
575 strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
583 strcmp(provider_type, "simple") == 0) in svn_auth_get_platform_specific_provider()
588 strcmp(provider_type, "ssl_client_cert_pw") == 0) in svn_auth_get_platform_specific_provider()
593 strcmp(provider_type, "ssl_server_trust") == 0) in svn_auth_get_platform_specific_provider()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/
H A Dweb_page_notifier_controller_unittest.cc61 HostContentSettingsMap::ProviderType provider_type,
72 HostContentSettingsMap::ProviderType provider_type, in TestGetNotifiersList() argument
96 host_content_settings_map, std::move(provider), provider_type); in TestGetNotifiersList()
/dports/www/e107/e107/e107_plugins/social/
H A Dadmin_config.php631 $provider_type = $slcm->getTypeOfProvider($provider_name);
632 if (empty($provider_type)) $provider_type = "<em>" . LAN_UNKNOWN . "</em>";
655 <tr><td>".LAN_TYPE."</td><td>$provider_type</td></tr>
690 $provider_type = $slcm->getTypeOfProvider($provider_name);
691 if (empty($provider_type)) $provider_type = "<em>" . LAN_UNKNOWN . "</em>";
704 <td>$provider_type</td>

12345678