Home
last modified time | relevance | path

Searched refs:_profile_exists (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/f5/
H A Dbigip_firewall_log_profile_network.py1058 def _profile_exists(self): member in ModuleManager
1074 if not self._profile_exists():
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/f5networks/f5_modules/plugins/modules/
H A Dbigip_firewall_log_profile_network.py1047 def _profile_exists(self): member in ModuleManager
1073 if not self._profile_exists():
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_win.c1580 _profile_exists(Efl_Ui_Win_Data *sd, const char *profile) in _profile_exists() function
1605 Eina_Bool found = _profile_exists(sd, sd->profile.name); in _elm_win_profile_update()
8728 if (!_profile_exists(sd, profile)) in elm_win_profile_set()