| archive_browse_form | modules/archive.module | Generate a form that retrieves archives for a certain date. |
| archive_page | modules/archive.module | Menu callback; lists all nodes posted on a given date. |
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_num_rows | includes/database.pgsql.inc | Determine how many result rows were found by the preceding query. |
| 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. |
| node_load | modules/node.module | Load a node object from the database. |
| node_view | modules/node.module | Generate a display of the given node. |
| pager_query | includes/pager.inc | Perform a paged database query. |
| 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. |