| aggregator_block | modules/aggregator/aggregator.module | Implementation of hook_block(). |
| 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. |
| db_result | includes/database.pgsql.inc | Return an individual result field from the previous query. |
| drupal_map_assoc | includes/common.inc | Form an associative array from a linear array. |
| 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. |
| user_access | modules/user/user.module | Determine whether the user has a given privilege. |