- backdrop_add_feed in includes/
common.inc - Adds a feed URL for the current page.
- drupal_add_html_head_link in includes/
drupal.inc - Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.
- file_view_page in modules/
file/ file.pages.inc - Menu callback; view a single file entity.
- node_page_view in modules/
node/ node.module - Page callback: Displays a single node.
- taxonomy_term_page in modules/
taxonomy/ taxonomy.pages.inc - Menu callback; displays all nodes associated with a term.
- template_preprocess_book_navigation in modules/
book/ book.theme.inc - Processes variables for book-navigation.tpl.php.
- template_preprocess_maintenance_page in includes/
theme.inc - Prepares variables for maintenance-page templates.
- template_preprocess_page in includes/
theme.inc - Preprocess variables for page.tpl.php
- views_plugin_style_rss::attach_to in modules/
views/ plugins/ views_plugin_style_rss.inc