| db_query | drupal/includes/database.inc | Runs a basic query in the active database. |
| db_result | drupal/includes/database.pgsql.inc | Return an individual result field from the previous query. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| drupal_map_assoc | drupal/includes/common.inc | Form an associative array from a linear array. |
| drupal_render | drupal/includes/common.inc | Renders HTML given a structured array tree. Recursively iterates over each
of the array elements, generating HTML code. This function is usually
called from within a another function, like drupal_get_form() or node_view(). |
| hook_search | contributions/docs/developer/hooks/core.php | Define a custom search routine. |
| module_exists | drupal/includes/module.inc | Determine whether a given module exists. |
| module_invoke | drupal/includes/module.inc | Invoke a hook in a particular module. |
| node_build_content | drupal/modules/node/node.module | Builds a structured array representing the node's content. |
| node_get_types | drupal/modules/node/node.module | Builds a list of available node types, and returns all of part of this list
in the specified format. |
| node_invoke | drupal/modules/node/node.module | Invoke a node hook. |
| node_invoke | drupal/modules/node/node.module | Invoke a node hook. |
| node_invoke | drupal/modules/node/node.module | Invoke a node hook. |
| node_invoke | drupal/modules/node/node.module | Invoke a node hook. |
| node_invoke_nodeapi | drupal/modules/node/node.module | Invoke a hook_nodeapi() operation in all modules. |
| node_invoke_nodeapi | drupal/modules/node/node.module | Invoke a hook_nodeapi() operation in all modules. |
| node_invoke_nodeapi | drupal/modules/node/node.module | Invoke a hook_nodeapi() operation in all modules. |
| node_invoke_nodeapi | drupal/modules/node/node.module | Invoke a hook_nodeapi() operation in all modules. |
| node_invoke_nodeapi | drupal/modules/node/node.module | Invoke a hook_nodeapi() operation in all modules. |
| node_load | drupal/modules/node/node.module | Load a node object from the database. |
| node_load | drupal/modules/node/node.module | Load a node object from the database. |
| node_load | drupal/modules/node/node.module | Load a node object from the database. |
| node_load | drupal/modules/node/node.module | Load a node object from the database. |
| node_load | drupal/modules/node/node.module | Load a node object from the database. |
| search_excerpt | drupal/modules/search/search.module | Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
| search_excerpt | drupal/modules/search/search.module | Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
| search_excerpt | drupal/modules/search/search.module | Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
| search_excerpt | drupal/modules/search/search.module | Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
| search_excerpt | drupal/modules/search/search.module | Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
| search_query_extract | drupal/modules/search/search.module | Extract a module-specific search option from a search query. e.g. 'type:book' |
| search_query_insert | drupal/modules/search/search.module | Return a query with the given module-specific search option inserted in.
e.g. 'type:book'. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| url | drupal/includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| url | drupal/includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| url | drupal/includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| url | drupal/includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| url | drupal/includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| variable_del | drupal/includes/bootstrap.inc | Unset a persistent variable. |
| variable_del | drupal/includes/bootstrap.inc | Unset a persistent variable. |
| variable_del | drupal/includes/bootstrap.inc | Unset a persistent variable. |
| variable_del | drupal/includes/bootstrap.inc | Unset a persistent variable. |
| variable_del | drupal/includes/bootstrap.inc | Unset a persistent variable. |
| variable_get | drupal/includes/bootstrap.inc | Return a persistent variable. |
| _db_rewrite_sql | drupal/includes/database.inc | Helper function for db_rewrite_sql. |