This filter is used in post box. It’s the cutted description and title text of your post. By standard way it looks like this.
function my_cropped_text($text){
return strtoupper($text);
}
add_filter('jaw_cropped_text', 'my_cropped_text');
The result can look like this:
List of all hooks you can find HERE