Searched defs:allowed_list (Results 1 – 1 of 1) sorted by relevance
149 static void filter_map_update(filter_map *map, int flag, const unsigned char *allowed_list) in filter_map_update()312 const unsigned char allowed_list[] = LOWALPHA HIALPHA DIGIT "!#$%&'*+-=?^_`{|}~@.[]"; in php_filter_email() local326 …const unsigned char allowed_list[] = LOWALPHA HIALPHA DIGIT SAFE EXTRA NATIONAL PUNCTUATION RESERV… in php_filter_url() local339 const unsigned char allowed_list[] = "+-" DIGIT; in php_filter_number_int() local352 const unsigned char allowed_list[] = "+-" DIGIT; in php_filter_number_float() local
Completed in 6 milliseconds