Home
last modified time | relevance | path

Searched defs:module_params (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/remote_management/dellemc/
H A Dome_device_info.py280 def _get_device_identifier_map(module_params, rest_obj): argument
302 def _get_query_parameters(module_params): argument
317 def _get_resource_parameters(module_params, rest_obj): argument
345 def _check_mutually_inclusive_arguments(val, module_params, required_args): argument
355 def _validate_inputs(module_params): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/modules/
H A Dome_device_info.py278 def _get_device_identifier_map(module_params, rest_obj): argument
300 def _get_query_parameters(module_params): argument
315 def _get_resource_parameters(module_params, rest_obj): argument
343 def _check_mutually_inclusive_arguments(val, module_params, required_args): argument
353 def _validate_inputs(module_params): argument
H A Dome_template.py504 def get_create_payload(module_params, deviceid, view_id): argument
513 def get_modify_payload(module_params, template_id, template_dict): argument
526 def get_deploy_payload(module_params, deviceidlist, template_id): argument
553 def get_clone_payload(module_params, template_id, view_id): argument
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/network/ftd/
H A Dtest_device.py91 def module_params(self): member in TestFtd2100Platform
94 def test_install_ftd_image_should_call_kp_module(self, kp_mock, module_params): argument
104 …def test_install_ftd_image_should_call_disconnect_when_install_fails(self, kp_mock, module_params): argument
123 def module_params(self): member in TestFtdAsa5500xPlatform
126 def test_install_ftd_image_should_call_kp_module(self, asa5500x_mock, module_params): argument
136 …st_install_ftd_image_should_call_disconnect_when_install_fails(self, asa5500x_mock, module_params): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_vpc_vpn.py306 def find_connection(connection, module_params, vpn_connection_id=None): argument
360 def create_filter(module_params, provided_filters): argument
524 def check_for_update(connection, module_params, vpn_connection_id): argument
599 def get_check_mode_results(connection, module_params, vpn_connection_id=None, current_state=None): argument
659 def ensure_present(connection, module_params, check_mode=False): argument
704 def ensure_absent(connection, module_params, check_mode=False): argument
/dports/www/tikiwiki/tiki-21.2/modules/
H A Dmod-func-terminology.php39 function module_terminology($mod_reference, $module_params)
64 function init_from_parameters($module_params)
H A Dmod-func-users_list.php116 function module_users_list($module_params)
H A Dmod-func-contributors.php32 function module_contributors($mod_reference, $module_params)
H A Dmod-func-directory_top_sites.php43 function module_directory_top_sites($mod_reference, $module_params)
H A Dmod-func-forums_last_posts.php55 function module_forums_last_posts($mod_reference, $module_params)
H A Dmod-func-forums_most_visited_forums.php32 function module_forums_most_visited_forums($mod_reference, $module_params)
H A Dmod-func-freetags_current.php31 function module_freetags_current($mod_reference, $module_params)
H A Dmod-func-last_file_galleries.php32 function module_last_file_galleries($mod_reference, $module_params)
H A Dmod-func-last_modified_blogs.php32 function module_last_modified_blogs($mod_reference, $module_params)
H A Dmod-func-last_validated_faq_questions.php45 function module_last_validated_faq_questions($mod_reference, $module_params)
H A Dmod-func-last_visitors.php45 function module_last_visitors($mod_reference, $module_params)
H A Dmod-func-loadstats.php30 function module_loadstats($mod_reference, $module_params)
H A Dmod-func-locator.php32 function module_locator($mod_reference, $module_params)
H A Dmod-func-map_edit_features.php62 function module_map_edit_features($mod_reference, $module_params)
H A Dmod-func-random_pages.php33 function module_random_pages($mod_reference, $module_params)
H A Dmod-func-menustructure.php36 function module_menustructure($mod_reference, $module_params)
H A Dmod-func-messages_unread_messages.php37 function module_messages_unread_messages($mod_reference, $module_params)
H A Dmod-func-minichat.php38 function module_minichat($mod_reference, $module_params)
H A Dmod-func-months_links.php42 function module_months_links($mod_reference, $module_params)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dec2_vpc_vpn.py344 def find_connection(connection, module_params, vpn_connection_id=None): argument
401 def create_filter(module_params, provided_filters): argument
567 def check_for_update(connection, module_params, vpn_connection_id): argument
642 def get_check_mode_results(connection, module_params, vpn_connection_id=None, current_state=None): argument
702 def ensure_present(connection, module_params, check_mode=False): argument
747 def ensure_absent(connection, module_params, check_mode=False): argument

123456789