WordPress File wp-includes/load.php

wp_installing()

Check or set whether WordPress is in “installation” mode.

wp_is_json_request()

Checks whether current request is a JSON request, or is expecting a JSON response.

wp_is_jsonp_request()

Checks whether current request is a JSONP request, or is expecting a JSONP response.

wp_is_xml_request()

Checks whether current request is an XML request, or is expecting an XML response.