| base_path | drupal/includes/common.inc | Returns the base URL path of the Drupal installation.
At the very least, this will always default to /. |
| base_path | drupal/includes/common.inc | Returns the base URL path of the Drupal installation.
At the very least, this will always default to /. |
| db_fetch_object | drupal/includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_fetch_object | drupal/includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | drupal/includes/database.inc | Runs a basic query in the active database. |
| db_query | drupal/includes/database.inc | Runs a basic query in the active database. |
| drupal_get_normal_path | drupal/includes/path.inc | Given a path alias, return the internal path it represents. |
| drupal_get_normal_path | drupal/includes/path.inc | Given a path alias, return the internal path it represents. |
| drupal_strlen | drupal/includes/unicode.inc | Count the amount of characters in a UTF-8 string. This is less than or
equal to the byte count. |
| drupal_strlen | drupal/includes/unicode.inc | Count the amount of characters in a UTF-8 string. This is less than or
equal to the byte count. |
| drupal_strtolower | drupal/includes/unicode.inc | Lowercase a UTF-8 string. |
| drupal_strtolower | drupal/includes/unicode.inc | Lowercase a UTF-8 string. |
| filter_format_allowcache | drupal/modules/filter/filter.module | Check if text in a certain input format is allowed to be cached. |
| filter_format_allowcache | drupal/modules/filter/filter.module | Check if text in a certain input format is allowed to be cached. |
| search_dirty | drupal/modules/search/search.module | Marks a word as dirty (or retrieves the list of dirty words). This is used
during indexing (cron). Words which are dirty have outdated total counts in
the search_total table, and need to be recounted. |
| search_dirty | drupal/modules/search/search.module | Marks a word as dirty (or retrieves the list of dirty words). This is used
during indexing (cron). Words which are dirty have outdated total counts in
the search_total table, and need to be recounted. |
| search_index | drupal/modules/search/search.module | Update the full-text search index for a particular item. |
| search_index_split | drupal/modules/search/search.module | Splits a string into tokens for indexing. |
| search_index_split | drupal/modules/search/search.module | Splits a string into tokens for indexing. |
| search_wipe | drupal/modules/search/search.module | Wipes a part of or the entire search index. |
| search_wipe | drupal/modules/search/search.module | Wipes a part of or the entire search index. |
| variable_get | drupal/includes/bootstrap.inc | Return a persistent variable. |
| variable_get | drupal/includes/bootstrap.inc | Return a persistent variable. |