| blogapi_mt_validate_terms | modules/blogapi/blogapi.module | Blogging API helper - find allowed taxonomy terms for a node type. |
| blog_block | modules/blog/blog.module | Implementation of hook_block(). |
| blog_feed_last | modules/blog/blog.module | Displays an RSS feed containing recent blog entries of all users. |
| blog_feed_user | modules/blog/blog.module | Displays an RSS feed containing recent blog entries of a given user. |
| blog_page_last | modules/blog/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| book_admin_orphan | modules/book/book.module | Menu callback; displays a listing of all orphaned book pages. |
| book_admin_overview | modules/book/book.module | Returns an administrative overview of all books. |
| book_block | modules/book/book.module | Implementation of hook_block(). |
| book_export | modules/book/book.module | Menu callback; Generates various representation of a book page with
all descendants and prints the requested representation to output. |
| book_location | modules/book/book.module | Given a node, this function returns an array of 'book node' objects
representing the path in the book tree from the root to the
parent of the given node. |
| book_location_down | modules/book/book.module | Given a node, this function returns an array of 'book node' objects
representing the path in the book tree from the given node down to
the last sibling of it. |
| book_menu | modules/book/book.module | Implementation of hook_menu(). |
| book_next | modules/book/book.module | Fetches the node object of the next page of the book. |
| book_prev | modules/book/book.module | Fetches the node object of the previous page of the book. |
| book_recurse | modules/book/book.module | Traverses the book tree. Applies the $visit_pre() callback to each
node, is called recursively for each child of the node (in weight,
title order). Finally appends the output of the $visit_post()
callback to the output before returning the generated... |
| book_render | modules/book/book.module | Menu callback; prints a listing of all books. |
| book_toc | modules/book/book.module | Returns an array of titles and nid entries of book pages in table of contents order. |
| book_tree | modules/book/book.module | Returns an HTML nested list (wrapped in a menu-class div) representing the book nodes
as a tree. |
| comment_get_recent | modules/comment/comment.module | Find a number of recent comments. This is done in two steps.
1. Find the n (specified by $number) nodes that have the most recent
comments. This is done by querying node_comment_statistics which has
an index on last_comment_timestamp, and is thus a... |
| db_rewrite_sql | includes/database.inc | Rewrites node, taxonomy and comment queries. Use it for listing queries. Do not
use FROM table1, table2 syntax, use JOIN instead. |
| forum_block | modules/forum/forum.module | Implementation of hook_block(). |
| forum_get_forums | modules/forum/forum.module | Returns a list of all forums for a given taxonomy id |
| node_feed | modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_page_default | modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| poll_block | modules/poll/poll.module | Implementation of hook_block(). |
| statistics_title_list | modules/statistics/statistics.module | Returns all time or today top or last viewed node(s). |
| taxonomy_autocomplete | modules/taxonomy/taxonomy.module | Helper function for autocompletion |
| taxonomy_form_alter | modules/taxonomy/taxonomy.module | Implementation of hook_form_alter().
Generate a form for selecting terms to associate with a node. |
| taxonomy_get_children | modules/taxonomy/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | modules/taxonomy/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_term_by_name | modules/taxonomy/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_tree | modules/taxonomy/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | modules/taxonomy/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_node_get_terms | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, ordered by vocabulary and term weight. |
| taxonomy_node_get_terms_by_vocabulary | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, within one vocabulary. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.module | Display a tree of all the terms in a vocabulary, with options to edit
each one. |
| taxonomy_select_nodes | modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_term_count_nodes | modules/taxonomy/taxonomy.module | Count the number of published nodes classified by a term. |
| taxonomy_term_page | modules/taxonomy/taxonomy.module | Menu callback; displays all nodes associated with a term. |
| theme_forum_topic_navigation | modules/forum/forum.module | Format the next/previous forum topic navigation links. |
| tracker_page | modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| _forum_new | modules/forum/forum.module | Finds the first unread node for a given forum. |
| _forum_topics_unread | modules/forum/forum.module | Calculate the number of nodes the user has not yet read and are newer
than NODE_NEW_LIMIT. |
| _menu_build | includes/menu.inc | Build the menu by querying both modules and the database. |
| _node_types_build | modules/node/node.module | Builds and returns the list of available node types. |