Home
last modified time | relevance | path

Searched refs:auth_expr_evaluation_context (Results 1 – 2 of 2) sorted by relevance

/plugin/ifauthex/_test/
H A Dgeneral.test.php238 auth_expr_evaluation_context()->SIMULATE_USERS = array('nonexistent');
242 auth_expr_evaluation_context()->SIMULATE_USERS = null;
246 auth_expr_evaluation_context()->SIMULATE_IN_GROUPS = array('group');
247 auth_expr_evaluation_context()->SIMULATE_USERS = array('user');
298 auth_expr_evaluation_context()->SIMULATE_IN_GROUPS = null;
299 auth_expr_evaluation_context()->SIMULATE_USERS = null;
/plugin/ifauthex/lib/
H A Dgrammar.php49 function auth_expr_evaluation_context() { function
86 return auth_expr_evaluation_context()->isUser($userName);
121 return auth_expr_evaluation_context()->belongToGroup($groupName);