Home
last modified time | relevance | path

Searched refs:diff_match (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/exos/
H A Dexos.py78 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
81 diff = conn.get_diff(candidate=candidate, running=running, diff_match=diff_match,
146 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
148 … diff = self._connection.get_diff(candidate=candidate, running=running, diff_match=diff_match,
217 def get_diff(module, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=… argument
219 …return conn.get_diff(candidate=candidate, running=running, diff_match=diff_match, diff_ignore_line…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/module_utils/network/exos/
H A Dexos.py81 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
84 diff = conn.get_diff(candidate=candidate, running=running, diff_match=diff_match,
149 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
151 … diff = self._connection.get_diff(candidate=candidate, running=running, diff_match=diff_match,
220 def get_diff(module, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=… argument
222 …return conn.get_diff(candidate=candidate, running=running, diff_match=diff_match, diff_ignore_line…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/cliconf/
H A Dweos4.py52 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
57 … if candidate is None and device_operations['supports_generate_diff'] and diff_match != 'none':
60 if diff_match not in option_values['diff_match']:
61 …raise ValueError("'match' value %s in invalid, valid values are %s" % (diff_match, ', '.join(optio…
70 if running and diff_match != 'none':
73 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…
H A Dvoss.py65 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
107 if diff_match not in option_values['diff_match']:
108 …raise ValueError("'match' value %s in invalid, valid values are %s" % (diff_match, ', '.join(optio…
117 if running and diff_match != 'none':
120 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…
H A Dexos.py46 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
54 if diff_match not in option_values['diff_match']:
55 …raise ValueError("'match' value %s in invalid, valid values are %s" % (diff_match, ', '.join(optio…
64 if running and diff_match != 'none' and diff_replace != 'config':
67 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/ios_config/tests/cli_config/
H A Dcli_strict_match.yaml7 diff_match: none
12 diff_match: strict
22 diff_match: none
H A Dcli_exact_match.yaml7 diff_match: none
12 diff_match: exact
31 diff_match: none
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/nxos_config/tests/cli_config/
H A Dcli_strict_match.yaml7 diff_match: none
12 diff_match: strict
23 diff_match: none
H A Dcli_exact_match.yaml7 diff_match: none
12 diff_match: exact
31 diff_match: none
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_config/tests/cli_config/
H A Dcli_strict_match.yaml8 diff_match: none
14 diff_match: strict
23 diff_match: none
H A Dcli_exact_match.yaml8 diff_match: none
14 diff_match: exact
32 diff_match: none
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/tests/integration/targets/nxos_config/tests/cli_config/
H A Dcli_strict_match.yaml8 diff_match: none
14 diff_match: strict
24 diff_match: none
H A Dcli_exact_match.yaml8 diff_match: none
14 diff_match: exact
32 diff_match: none
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/cliconf/
H A Dvoss.py65 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
107 if diff_match not in option_values['diff_match']:
108 …raise ValueError("'match' value %s in invalid, valid values are %s" % (diff_match, ', '.join(optio…
117 if running and diff_match != 'none':
120 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…
H A Dfrr.py102 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
111 if diff_match not in option_values['diff_match']:
113 diff_match, ', '.join(option_values['diff_match'])))
123 if running and diff_match != 'none':
126 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…
H A Dexos.py46 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
54 if diff_match not in option_values['diff_match']:
55 …raise ValueError("'match' value %s in invalid, valid values are %s" % (diff_match, ', '.join(optio…
64 if running and diff_match != 'none' and diff_replace != 'config':
67 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/frr/frr/plugins/cliconf/
H A Dfrr.py121 diff_match="line", argument
136 if diff_match not in option_values["diff_match"]:
139 % (diff_match, ", ".join(option_values["diff_match"]))
152 if running and diff_match != "none":
158 running_obj, path=path, match=diff_match, replace=diff_replace
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/cli/
H A Dcli_config.py242 diff_match = module.params['diff_match']
265 if diff_match:
282 if diff_match:
283 kwargs.update({'diff_match': diff_match})
351 diff_match=dict(choices=['line', 'strict', 'exact', 'none']),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/netcommon/plugins/modules/
H A Dcli_config.py273 diff_match = module.params["diff_match"]
304 if diff_match:
330 if diff_match:
331 kwargs.update({"diff_match": diff_match})
411 diff_match=dict(choices=["line", "strict", "exact", "none"]),
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/modules/
H A Dcli_config.py253 diff_match = module.params["diff_match"]
284 if diff_match:
309 if diff_match:
310 kwargs.update({"diff_match": diff_match})
380 diff_match=dict(choices=["line", "strict", "exact", "none"]),
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/modules/
H A Dcli_config.py253 diff_match = module.params["diff_match"]
284 if diff_match:
309 if diff_match:
310 kwargs.update({"diff_match": diff_match})
380 diff_match=dict(choices=["line", "strict", "exact", "none"]),
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/eos/
H A Deos.py185 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
188 …diff = conn.get_diff(candidate=candidate, running=running, diff_match=diff_match, diff_ignore_line…
402 …def get_diff(self, candidate, running=None, diff_match='line', diff_ignore_lines=None, path=None, … argument
409 if running and diff_match != 'none' and diff_replace != 'config':
412 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…
508 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
515 if running and diff_match != 'none' and diff_replace != 'config':
518 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…
646 def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=No… argument
648 …return conn.get_diff(candidate=candidate, running=running, diff_match=diff_match, diff_ignore_line…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/module_utils/network/eos/
H A Deos.py189 diff_match="line", argument
199 diff_match=diff_match,
437 diff_match="line", argument
448 if running and diff_match != "none" and diff_replace != "config":
454 running_obj, path=path, match=diff_match, replace=diff_replace
563 diff_match="line", argument
574 if running and diff_match != "none" and diff_replace != "config":
580 running_obj, path=path, match=diff_match, replace=diff_replace
723 diff_match="line", argument
732 diff_match=diff_match,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/httpapi/
H A Dexos.py181 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
189 if diff_match not in option_values['diff_match']:
190 …raise ValueError("'match' value %s in invalid, valid values are %s" % (diff_match, ', '.join(optio…
199 if running and diff_match != 'none' and diff_replace != 'config':
202 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/httpapi/
H A Dexos.py180 …def get_diff(self, candidate=None, running=None, diff_match='line', diff_ignore_lines=None, path=N… argument
188 if diff_match not in option_values['diff_match']:
189 …raise ValueError("'match' value %s in invalid, valid values are %s" % (diff_match, ', '.join(optio…
198 if running and diff_match != 'none' and diff_replace != 'config':
201 …configdiffobjs = candidate_obj.difference(running_obj, path=path, match=diff_match, replace=diff_r…

1234567