Home
last modified time | relevance | path

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

/dports/databases/mantis/mantisbt-2.25.2/core/
H A Duser_api.php198 function user_search_cache( $p_field, $p_value ) { function
698 if( $t_user = user_search_cache( 'username', $p_username ) ) {
730 if( $t_user = user_search_cache( 'email', $p_email ) ) {
788 if( $t_user = user_search_cache( 'realname', $p_realname ) ) {
821 if( $t_user = user_search_cache( 'cookie_string', $p_cookie_string ) ) {
H A Dauthentication_api.php1096 if( user_search_cache( 'cookie_string', $p_cookie_string ) ) {
1121 if( $t_result = user_search_cache( 'cookie_string', $t_cookie_string ) ) {