WordPress File wp-includes/query.php

is_front_page()

Determines whether the query is for the front page of the site.

is_home()

Determines whether the query is for the blog homepage.

is_month()

Determines whether the query is for an existing month archive.

is_page()

Determines whether the query is for an existing single page.

is_paged()

Determines whether the query is for a paged result and not for the first page.

is_preview()

Determines whether the query is for a post or page preview.