Home
last modified time | relevance | path

Searched refs:have_list (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/network-integration/collections/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/utils/
H A Dutils.py105 have_list = have.get(lst) or {}
108 for i in want_list and have_list
114 def list_diff_have_only(want_list, have_list): argument
122 if have_list and not want_list:
123 diff = have_list
124 elif not have_list:
129 for i in have_list + want_list
135 def list_diff_want_only(want_list, have_list): argument
143 if have_list and not want_list:
145 elif not have_list:
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/network-integration/collections/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/utils/
H A Dutils.py105 have_list = have.get(lst) or {}
108 for i in want_list and have_list
114 def list_diff_have_only(want_list, have_list):
122 if have_list and not want_list:
123 diff = have_list
124 elif not have_list:
129 for i in have_list + want_list
135 def list_diff_want_only(want_list, have_list):
143 if have_list and not want_list:
145 elif not have_list:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/utils/
H A Dutils.py114 have_list = have.get(lst) or {}
117 for i in want_list and have_list
123 def list_diff_have_only(want_list, have_list): argument
131 if have_list and not want_list:
132 diff = have_list
133 elif not have_list:
138 for i in have_list + want_list
144 def list_diff_want_only(want_list, have_list): argument
152 if have_list and not want_list:
154 elif not have_list:
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/vyos/utils/
H A Dutils.py89 def list_diff_have_only(want_list, have_list): argument
97 if have_list and not want_list:
98 diff = have_list
99 elif not have_list:
102 diff = [i for i in have_list + want_list if i in have_list and i not in want_list]
106 def list_diff_want_only(want_list, have_list): argument
114 if have_list and not want_list:
116 elif not have_list:
119 diff = [i for i in have_list + want_list if i in want_list and i not in have_list]
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/tls/
H A Dtls_gnutls.c253 list_t *have_list; in _gnutls_load_certs() local
259 have_list = malloc (512 * sizeof (list_t)); in _gnutls_load_certs()
260 if (!have_list) { in _gnutls_load_certs()
264 have_list[0] = ~(list_t)0; in _gnutls_load_certs()
289 if (i < have_list[m]) in _gnutls_load_certs()
291 else if (i > have_list[m]) in _gnutls_load_certs()
296 here = have_list + m; in _gnutls_load_certs()
303 here = realloc (have_list, (have_num + 1 + 512) * sizeof (list_t)); in _gnutls_load_certs()
306 have_list = here; in _gnutls_load_certs()
322 free (have_list); in _gnutls_load_certs()
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/src/dialog/
H A DMyInputDialog.cpp27 , have_list(true) in MyInputDialog()
37 , have_list(false) in MyInputDialog()
59 if (this->have_list) { in event()
H A DMyInputDialog.h47 bool have_list; variable
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/vyos/config/lag_interfaces/
H A Dlag_interfaces.py358 def _get_arp_monitor_target_diff(self, want_list, have_list, dict_name, lst): argument
366 if not have_list:
369 have_arp_monitor = have_list.get(dict_name) or {}
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/lag_interfaces/
H A Dlag_interfaces.py434 self, want_list, have_list, dict_name, lst argument
443 if not have_list:
446 have_arp_monitor = have_list.get(dict_name) or {}
/dports/mail/exim/exim-4.95/src/
H A Dbuildconfig.c66 static have_item have_list[] = { variable
282 for (h = have_list; h->name != NULL; h++) in main()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dbuildconfig.c66 static have_item have_list[] = { variable
282 for (h = have_list; h->name != NULL; h++) in main()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dbuildconfig.c66 static have_item have_list[] = { variable
282 for (h = have_list; h->name != NULL; h++) in main()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dbuildconfig.c66 static have_item have_list[] = { variable
282 for (h = have_list; h->name != NULL; h++) in main()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dbuildconfig.c66 static have_item have_list[] = { variable
282 for (h = have_list; h->name != NULL; h++) in main()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dbuildconfig.c66 static have_item have_list[] = { variable
282 for (h = have_list; h->name != NULL; h++) in main()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dbuildconfig.c66 static have_item have_list[] = { variable
282 for (h = have_list; h->name != NULL; h++) in main()
/dports/science/quantum-espresso/q-e-qe-6.7.0/upflib/
H A Dxmltools.f90525 LOGICAL :: have_list, have_vals local