| aggregator_page_categories | modules/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| db_query_range | includes/database.pgsql.inc | Runs a limited-range query in the active database. |
| l | includes/common.inc | Format an internal Drupal link. |
| t | includes/common.inc | Translate strings to the current locale. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |