| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| file_scan_directory | includes/file.inc | Finds all files that match a given mask in a given directory.
Directories and files beginning with a period are excluded; this
prevents hidden files and directories (such as SVN working directories)
from being scanned. |
| language_list | includes/bootstrap.inc | Get a list of languages set up indexed by the specified key |
| locale_batch_by_component | includes/locale.inc | Prepare a batch to run when installing modules or enabling themes.
This batch will import translations for the newly added components
in all the languages already set up on the site. |
| _locale_batch_build | includes/locale.inc | Build a locale batch from an array of files. |