Home
last modified time | relevance | path

Searched refs:getApiMethods (Results 1 – 20 of 20) sorted by relevance

/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/helpers/
H A DCRoleHelper.php169 $allowed = self::getApiMethods($role_type);
519 public static function getApiMethods(?int $user_type = null): array { function in CRoleHelper
554 $api_methods = self::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/helpers/
H A DCRoleHelper.php169 $allowed = self::getApiMethods($role_type);
519 public static function getApiMethods(?int $user_type = null): array {
554 $api_methods = self::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/helpers/
H A DCRoleHelper.php169 $allowed = self::getApiMethods($role_type);
519 public static function getApiMethods(?int $user_type = null): array { function in CRoleHelper
554 $api_methods = self::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/helpers/
H A DCRoleHelper.php169 $allowed = self::getApiMethods($role_type);
519 public static function getApiMethods(?int $user_type = null): array { function in CRoleHelper
554 $api_methods = self::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/helpers/
H A DCRoleHelper.php169 $allowed = self::getApiMethods($role_type);
519 public static function getApiMethods(?int $user_type = null): array { function in CRoleHelper
554 $api_methods = self::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/
H A Djsrpc.php482 … array_merge(CRoleHelper::getApiMethodMasks($user_type), CRoleHelper::getApiMethods($user_type))
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/
H A Djsrpc.php482 … array_merge(CRoleHelper::getApiMethodMasks($user_type), CRoleHelper::getApiMethods($user_type))
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/
H A Djsrpc.php482 … array_merge(CRoleHelper::getApiMethodMasks($user_type), CRoleHelper::getApiMethods($user_type))
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/
H A Djsrpc.php482 … array_merge(CRoleHelper::getApiMethodMasks($user_type), CRoleHelper::getApiMethods($user_type))
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/
H A Djsrpc.php482 … array_merge(CRoleHelper::getApiMethodMasks($user_type), CRoleHelper::getApiMethods($user_type))
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupGeneric.php1245 $api_methods = CRoleHelper::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupGeneric.php1245 $api_methods = CRoleHelper::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupGeneric.php1245 $api_methods = CRoleHelper::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupGeneric.php1245 $api_methods = CRoleHelper::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/controllers/
H A DCControllerPopupGeneric.php1245 $api_methods = CRoleHelper::getApiMethods($user_type);
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/api/services/
H A DCRole.php544 && !in_array($api_method, CRoleHelper::getApiMethods(USER_TYPE_SUPER_ADMIN)))) {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/api/services/
H A DCRole.php544 && !in_array($api_method, CRoleHelper::getApiMethods(USER_TYPE_SUPER_ADMIN)))) {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/api/services/
H A DCRole.php544 && !in_array($api_method, CRoleHelper::getApiMethods(USER_TYPE_SUPER_ADMIN)))) {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/api/services/
H A DCRole.php544 && !in_array($api_method, CRoleHelper::getApiMethods(USER_TYPE_SUPER_ADMIN)))) {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/api/services/
H A DCRole.php544 && !in_array($api_method, CRoleHelper::getApiMethods(USER_TYPE_SUPER_ADMIN)))) {