| archive_calendar | modules/archive.module | Generates a monthly calendar, for display in the archive block. |
| arg | includes/path.inc | Return a component of the current Drupal path. |
| cache_get | includes/bootstrap.inc | Return data from the persistent cache. |
| cache_set | includes/bootstrap.inc | Store data in the persistent cache. |
| 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_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. |
| format_date | includes/common.inc | Format a date with the given configured format or a custom format string. |
| format_plural | includes/common.inc | Format a string containing a count of items. |
| l | includes/common.inc | Format an internal Drupal link. |
| t | includes/common.inc | Translate strings to the current locale. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |