| archive_page | modules/archive.module | Menu callback; lists all nodes posted on a given date. |
| blog_block | modules/blog.module | Implementation of hook_block(). |
| book_block | modules/book.module | Implementation of hook_block(). |
| book_export | modules/book.module | Menu callback; Generates various representation of a book page with
all descendants and prints the requested representation to output. |
| book_menu | modules/book.module | Implementation of hook_menu(). |
| db_num_rows | includes/database.pgsql.inc | Determine how many result rows were found by the preceding query. |
| drupal_client_ping | modules/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| flood_is_allowed | includes/common.inc | Check if the current visitor (hostname/IP) is allowed to proceed with the specified event.
The user is allowed to proceed if he did not trigger the specified event more than
$threshold times per hour. |
| forum_block | modules/forum.module | Implementation of hook_block(). |
| locale_add_language_form_validate | includes/locale.inc | Validate the language addition form. |
| node_page_default | modules/node.module | Generate a listing of promoted nodes. |
| path_nodeapi | modules/path.module | Implementation of hook_nodeapi(). |
| ping_cron | modules/ping.module | Implementation of hook_cron(). |
| poll_load | modules/poll.module | Implementation of hook_load(). |
| statistics_block | modules/statistics.module | Implementation of hook_block(). |
| system_initialize_theme_blocks | modules/system.module | Assign an initial, default set of blocks for a theme. |
| system_update_159 | database/updates.inc | Retrieve data out of the old_revisions table and put into new revision
system. |
| system_update_179 | database/updates.inc | Update base paths for relative URLs in custom blocks, profiles and various variables. |
| taxonomy_render_nodes | modules/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| user_block | modules/user.module | Implementation of hook_block(). |
| user_get_authmaps | modules/user.module | Accepts an user object, $account, or a DA name and returns an associative
array of modules and DA names. Called at external login. |
| user_load | modules/user.module | Fetch a user object. |