Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.

AggregatorUpdatePathTestCase::testAggregatorUpdate in modules/simpletest/tests/upgrade/update.aggregator.test
Tests that the aggregator.module update is successful.
aggregator_aggregator_parse in modules/aggregator/aggregator.parser.inc
Implements hook_aggregator_parse().
aggregator_element_data in modules/aggregator/aggregator.parser.inc
Performs an action when data is encountered.
aggregator_element_start in modules/aggregator/aggregator.parser.inc
Performs an action when an opening tag is encountered.
aggregator_parse_feed in modules/aggregator/aggregator.parser.inc
Parses a feed and stores its items.
aggregator_update_7003 in modules/aggregator/aggregator.install
Increase the length of {aggregator_feed}.url.
ajax_pre_render_element in includes/ajax.inc
Adds Ajax information about an element to communicate with JavaScript.
announcements-feed.tpl.php in modules/announcements_feed/announcements-feed.tpl.php
Template file for the theming of announcements_feed admin page.
announcements_feed_get_all_announcements in modules/announcements_feed/announcements_feed.inc
Generate an array of announcements with keys.
Archive_Tar::_extractInString in modules/system/system.tar.inc
This method extract from the archive one file identified by $p_filename. The return value is a string with the file content, or null on error.
Archive_Tar::_extractList in modules/system/system.tar.inc
Archive_Tar::_readHeader in modules/system/system.tar.inc
book_block_view in modules/book/book.module
Implements hook_block_view().
book_children in modules/book/book.module
Formats the menu links for the child pages of the current page.
book_export_traverse in modules/book/book.module
Traverses the book tree to build printable or exportable output.
book_prev in modules/book/book.module
Fetches the menu link for the previous page of the book.
book_theme in modules/book/book.module
Implements hook_theme().
DBLogTestCase::generateLogEntries in modules/dblog/dblog.test
Generates a number of random database log events.
DBLogTestCase::testDBLogAddAndClear in modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testDBLogCorrupted in modules/dblog/dblog.test
Tests corrupted log entries can still display available data.
DBLogTestCase::testDBLogException in modules/dblog/dblog.test
Verifies that exceptions are caught in dblog_watchdog().
DBLogTestCase::testLogMessageSanitized in modules/dblog/dblog.test
Make sure HTML tags are filtered out in the log detail page.
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
dblog_update_7001 in modules/dblog/dblog.install
Update the {watchdog} table.
drupal_add_html_head_link in includes/common.inc
Adds a LINK tag with distinct attributes to the page's HEAD.
drupal_common_theme in includes/common.inc
Provides theme registration for themes across .inc files.
drupal_pre_render_styles in includes/common.inc
#pre_render callback to add the elements needed for CSS tags to be rendered.
hook_watchdog in modules/system/system.api.php
Log an event message.
l in includes/common.inc
Formats an internal or external URL link as an HTML anchor tag.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuTreeDataTestCase::testMenuTreeData in modules/simpletest/tests/menu.test
Validate the generation of a proper menu tree hierarchy.
ModuleTestCase::assertLogMessage in modules/system/system.test
Verify a log entry was entered for a module's status change. Called in the same way of the expected original watchdog() execution.
system_element_info in modules/system/system.module
Implements hook_element_info().
theme_book_title_link in modules/book/book.module
Returns HTML for a link to a book title when used as a block title.
theme_dblog_message in modules/dblog/dblog.admin.inc
Returns HTML for a log message.
toolbar_menu_navigation_links in modules/toolbar/toolbar.module
Generates a links array from a menu tree array.
user_search_execute in modules/user/user.module
Implements hook_search_execute().
watchdog in includes/bootstrap.inc
Logs a system message.
_announcements_feed_preprocess_item in modules/announcements_feed/announcements_feed.module
Helper to preprocess individual announcement items.
_book_flatten_menu in modules/book/book.module
Recursively converts a tree of menu links to a flat array.
_book_toc_recurse in modules/book/book.module
Recursively processes and formats menu items for book_toc().
_color_rewrite_stylesheet in modules/color/color.module
Rewrites the stylesheet to match the colors in the palette.
_menu_overview_tree_form in modules/menu/menu.admin.inc
Recursive helper function for menu_overview_form().