48 calls to db_rewrite_sql() in Drupal 4
- archive_calendar in modules/
archive.module - Generates a monthly calendar, for display in the archive block.
- archive_page in modules/
archive.module - Menu callback; lists all nodes posted on a given date.
- blog_block in modules/
blog.module - Implementation of hook_block().
- blog_feed_last in modules/
blog.module - Displays an RSS feed containing recent blog entries of all users.
- blog_feed_user in modules/
blog.module - Displays an RSS feed containing recent blog entries of a given user.
- blog_page_last in modules/
blog.module - Displays a Drupal page containing recent blog entries of all users.
- blog_page_user in modules/
blog.module - Displays a Drupal page containing recent blog entries of a given user.
- book_admin_orphan in modules/
book.module - Menu callback; displays a listing of all orphaned book pages.
- book_admin_overview in modules/
book.module - Returns an administrative overview of all books.
- book_block in modules/
book.module - Implementation of hook_block().
- book_export in modules/
book.module - Menu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.
- book_location in modules/
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 in modules/
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 in modules/
book.module - Implementation of hook_menu().
- book_next in modules/
book.module - Fetches the node object of the next page of the book.
- book_prev in modules/
book.module - Fetches the node object of the previous page of the book.
- book_recurse in modules/
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 in modules/
book.module - Menu callback; prints a listing of all books.
- book_toc in modules/
book.module - Returns an array of titles and nid entries of book pages in table of contents order.
- book_tree in modules/
book.module - Returns an HTML nested list (wrapped in a menu-class div) representing the book nodes as a tree.
- drupal_client_ping in modules/
drupal.module - Callback function from drupal_xmlrpc() called when another site pings this one.
- forum_block in modules/
forum.module - Implementation of hook_block().
- forum_get_forums in modules/
forum.module - Returns a list of all forums for a given taxonomy id
- forum_get_topics in modules/
forum.module - node_feed in modules/
node.module - A generic function for generating RSS feeds from a set of nodes.
- node_page_default in modules/
node.module - Generate a listing of promoted nodes.
- poll_block in modules/
poll.module - Implementation of hook_block().
- poll_page in modules/
poll.module - statistics_title_list in modules/
statistics.module - Returns all time or today top or last viewed node(s).
- taxonomy_autocomplete in modules/
taxonomy.module - Helper function for autocompletion
- taxonomy_form_alter in modules/
taxonomy.module - Generate a form for selecting terms to associate with a node.
- taxonomy_get_children in modules/
taxonomy.module - Find all children of a term ID.
- taxonomy_get_parents in modules/
taxonomy.module - Find all parents of a given term ID.
- taxonomy_get_term_by_name in modules/
taxonomy.module - Try to map a string to an existing term, as for glossary use.
- taxonomy_get_tree in modules/
taxonomy.module - Create a hierarchical representation of a vocabulary.
- taxonomy_get_vocabularies in modules/
taxonomy.module - Return an array of all vocabulary objects.
- taxonomy_node_get_terms in modules/
taxonomy.module - Find all terms associated to the given node, ordered by vocabulary and term weight.
- taxonomy_node_get_terms_by_vocabulary in modules/
taxonomy.module - Find all terms associated to the given node, within one vocabulary.
- taxonomy_select_nodes in modules/
taxonomy.module - Finds all nodes that match selected taxonomy conditions.
- taxonomy_term_count_nodes in modules/
taxonomy.module - Given a term id, count the number of published nodes in it.
- taxonomy_term_page in modules/
taxonomy.module - Menu callback; displays all nodes associated with a term.
- theme_comment_block in modules/
comment.module - theme_forum_topic_navigation in modules/
forum.module - Format the next/previous forum topic navigation links.
- tracker_page in modules/
tracker.module - Menu callback. Prints a listing of active nodes on the site.
- _book_admin_table_tree in modules/
book.module - _forum_new in modules/
forum.module - Finds the first unread node for a given forum.
- _forum_topics_unread in modules/
forum.module - Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
- _menu_build in includes/
menu.inc - Build the menu by querying both modules and the database.