| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| 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. |
| drupal_get_destination | includes/common.inc | Prepare a destination query string for use in combination with drupal_goto(). |
| drupal_set_title | includes/path.inc | Set the title of the current page, for display on the page and in the title bar. |
| l | includes/common.inc | Format an internal Drupal link. |
| pager_query | includes/pager.inc | Perform a paged database query. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| taxonomy_get_tree | modules/taxonomy/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_vocabulary_confirm_reset_alphabetical | modules/taxonomy/taxonomy.admin.inc | Form builder to confirm reseting a vocabulary to alphabetical order.
See alsotaxonomy_vocabulary_confirm_reset_alphabetical_submit() |