- basis_preprocess_page in core/
themes/ basis/ template.php - Prepares variables for page templates.
- book_block_view in core/
modules/ book/ book.module - Implements hook_block_view().
- book_init in core/
modules/ book/ book.module - Implements hook_init().
- file_is_page in core/
modules/ file/ file.module - Returns whether the current page is the full page view of the passed-in file.
- node_is_page in core/
modules/ node/ node.module - Checks whether the current page is the full page view of the passed-in node.
- taxonomy_term_is_page in core/
modules/ taxonomy/ taxonomy.module - Returns whether the current page is the page of the passed-in term.
- template_preprocess_page in core/
includes/ theme.inc - Preprocess variables for page.tpl.php
- views_handler_argument_date::get_default_argument in core/
modules/ views/ handlers/ views_handler_argument_date.inc - Set the empty argument value to the current date, formatted appropriately for this argument.
- views_plugin_argument_default_node::get_argument in core/
modules/ node/ views/ views_plugin_argument_default_node.inc - Return the default argument.
- views_plugin_argument_default_taxonomy_tid::get_argument in core/
modules/ taxonomy/ views/ views_plugin_argument_default_taxonomy_tid.inc - Return the default argument.
- views_plugin_argument_default_user::get_argument in core/
modules/ user/ views/ views_plugin_argument_default_user.inc - Return the default argument.