Home
last modified time | relevance | path

Searched refs:safe_list (Results 26 – 50 of 64) sorted by relevance

123

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/ios/providers/cli/config/bgp/
H A Dprocess.py87 safe_list = list()
100 safe_list.append(network)
108 for entry in set(matches).difference(safe_list):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/plugins/module_utils/network/ios/providers/cli/config/bgp/
H A Dprocess.py112 safe_list = list()
125 safe_list.append(network)
133 for entry in set(matches).difference(safe_list):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/frr/frr/plugins/module_utils/network/frr/providers/cli/config/bgp/
H A Dprocess.py117 safe_list = list()
123 safe_list.append(network)
136 for entry in set(matches).difference(safe_list):
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dsafe-list.hpp67 class safe_list class
108 class safe_list<T>::iterator: public std::iterator<std::forward_iterator_tag, T>
H A Dred-client.h73 red::safe_list<red::shared_ptr<RedChannelClient>> channels;
/dports/devel/elixir-hex/hex-1.0.1/lib/hex/
H A Dutils.ex48 safe_list(list)
75 defp safe_list([]), do: :ok function
77 defp safe_list([h | t]) when is_list(t) do function
79 safe_list(t)
82 defp safe_list([h | t]) do function
/dports/databases/pgbarman/barman-release-2.17/tests/
H A Dtest_copy_controller.py168 item.safe_list = [_FileItem("mode", 1, "date", "path")]
817 assert len(item.safe_list) == 4
818 assert item.safe_list[0].path == "tmp/safe"
819 assert item.safe_list[1].path == "tmp/diff_time"
820 assert item.safe_list[2].path == "tmp/diff_size"
821 assert item.safe_list[3].path == "tmp/new"
1222 item.safe_list = [_FileItem("mode", 1, "date", "path")]
/dports/sysutils/py-ansible-lint/ansible-lint-5.3.1/src/ansiblelint/testing/
H A D__init__.py89 safe_list = [
105 for v in safe_list:
/dports/graphics/aseprite/aseprite-1.2.9/src/observable/obs/
H A Dsignal.h35 typedef safe_list<slot_type> slot_list;
86 typedef safe_list<slot_type> slot_list;
H A Dobservers.h19 typedef safe_list<observer_type> list_type;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/import_export/
H A Dexport_file_helper.rb111 return false unless parent && safe_list[sensitive_word.to_sym]
116 safe_list[sensitive_word.to_sym].each do |model|
/dports/databases/pgbarman/barman-release-2.17/barman/
H A Dcopy_controller.py183 self.safe_list = None
630 for i, bucket in enumerate(self._fill_buckets(item.safe_list)):
918 item.safe_list = []
938 item.safe_list.append(entry)
953 item.safe_list.append(entry)
959 item.safe_list.append(entry)
/dports/devel/libubox/libubox-c83a84af/
H A Drunqueue.c82 static int __runqueue_cancel(void *ctx, struct safe_list *list) in __runqueue_cancel()
150 struct safe_list *head; in _runqueue_task_add()
/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dtimer.cpp21 typedef obs::safe_list<Timer> Timers;
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_extra_objects/
H A Dadd_mesh_3d_function_surface.py16 safe_list = ['math', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', variable
22 safe_dict = dict((k, globals().get(k, None)) for k in safe_list)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/auditor/
H A DREADME.md29 all or some tests, they can be added to the `safe_list.txt`. The file is comma
H A DBUILD.gn61 "safe_list.txt",
H A Dtraffic_annotation_auditor.cc332 const std::vector<std::string>& safe_list = in IsSafeListed() local
335 for (const std::string& ignore_pattern : safe_list) { in IsSafeListed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/auditor/
H A DREADME.md29 all or some tests, they can be added to the `safe_list.txt`. The file is comma
H A DBUILD.gn62 "safe_list.txt",
H A Dtraffic_annotation_auditor.cc340 const std::vector<std::string>& safe_list = in IsSafeListed() local
343 for (const std::string& ignore_pattern : safe_list) { in IsSafeListed()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/systray/
H A De_mod_notifier_host_dbus.c582 Eina_Inlist *safe_list; in systray_notifier_dbus_shutdown() local
587 EINA_INLIST_FOREACH_SAFE(ctx->item_list, safe_list, item) in systray_notifier_dbus_shutdown()
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dsandbox.pl199 safe_list(Called, M, Parents1, Safe0, Safe).
207 safe_list(Called, M, Parents, Safe0, Safe).
303 %! safe_list(+Called, +Module, +Parents, +Safe0, -Safe)
309 safe_list([], _, _, Safe, Safe).
310 safe_list([H|T], M, Parents, Safe0, Safe) :-
317 safe_list(T, M, Parents, Safe1, Safe).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_core.erl334 {Es1,Eps,St1} = safe_list(Es0, St0),
410 {[M1,F1|As1],Aps,St1} = safe_list([M,F|As0], St0),
413 {As1,Aps,St1} = safe_list(As0, St0),
418 {As1,Aps,St2} = safe_list(As0, St1),
446 {As,Aps,St1} = safe_list([L0,R0], St0),
662 safe_list(Es, St) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_core.erl334 {Es1,Eps,St1} = safe_list(Es0, St0),
410 {[M1,F1|As1],Aps,St1} = safe_list([M,F|As0], St0),
413 {As1,Aps,St1} = safe_list(As0, St0),
418 {As1,Aps,St2} = safe_list(As0, St1),
446 {As,Aps,St1} = safe_list([L0,R0], St0),
662 safe_list(Es, St) -> function

123