| aggregator_menu | modules/aggregator/aggregator.module | Implementation of hook_menu(). |
| block_admin_display | modules/block/block.module | Generate main block administration form. |
| book_menu | modules/book/book.module | Implementation of hook_menu(). |
| color_get_info | modules/color/color.module | Retrieve the color.module info for a particular theme. |
| color_scheme_form | modules/color/color.module | Form callback. Returns the configuration form. |
| color_scheme_form_submit | modules/color/color.module | Submit handler for color change form. |
| comment_render | modules/comment/comment.module | Renders comment(s). |
| drupal_get_path | includes/common.inc | Returns the path to a system item (module, theme, etc.). |
| drupal_maintenance_theme | includes/bootstrap.inc | Enables use of the theme system without requiring database access. Since
there is not database access no theme will be enabled and the default
themeable functions will be called. Some themeable functions can not be used
without the full Drupal API... |
| forum_page | modules/forum/forum.module | Menu callback; prints a forum listing. |
| forum_view | modules/forum/forum.module | Implementation of hook_view(). |
| help_main | modules/help/help.module | Menu callback; prints a page listing a glossary of Drupal terminology. |
| help_page | modules/help/help.module | Menu callback; prints a page listing general help for all modules. |
| module_load_install | includes/module.inc | Load a module's installation hooks. |
| node_menu | modules/node/node.module | Implementation of hook_menu(). |
| poll_menu | modules/poll/poll.module | Implementation of hook_menu(). |
| search_form | modules/search/search.module | Render a search form. |
| system_menu | modules/system/system.module | Implementation of hook_menu(). |
| theme_color_scheme_form | modules/color/color.module | Theme color form. |
| tracker_page | modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| user_menu | modules/user/user.module | Implementation of hook_menu(). |
| watchdog_menu | modules/watchdog/watchdog.module | Implementation of hook_menu(). |
| _color_rewrite_stylesheet | modules/color/color.module | Rewrite the stylesheet to match the colors in the palette. |
| _locale_string_language_list | includes/locale.inc | List languages in search result table |