- chameleon_page in drupal/themes/chameleon/chameleon.theme
- db_connect in drupal/includes/database.pgsql.inc
- Initialize a database connection.
- drupal_build_css_cache in drupal/includes/common.inc
- Aggregate and optimize CSS files, putting them in the files directory.
- drupal_get_css in drupal/includes/common.inc
- Returns a themed representation of all stylesheets that should be attached to the page. It loads the CSS in order, with 'core' CSS first, then 'module' CSS, then 'theme' CSS files. This ensures proper cascading of styles…
- drupal_get_js in drupal/includes/common.inc
- Returns a themed presentation of all JavaScript code for the current page. References to JavaScript files are placed in a certain order: first, all 'core' files, then all 'module' and finally all 'theme' JavaScript…
- phptemplate_page in drupal/themes/engines/phptemplate/phptemplate.engine
- Prepare the values passed to the theme_page function to be passed into a pluggable template engine. Uses the arg() function to generate a series of page template files suggestions based on the current path. If none are found, the default page.tpl.php…
- search_index in drupal/modules/search/search.module
- Update the full-text search index for a particular item.
- system_clean_url_settings in drupal/modules/system/system.module
- system_requirements in drupal/modules/system/system.install
- Test and report Drupal installation requirements.
- theme_color_scheme_form in drupal/modules/color/color.module
- Theme color form.
- theme_get_setting in drupal/includes/theme.inc
- Retrieve a setting for the current theme. This function is designed for use from within themes & engines to determine theme settings made in the admin interface.
- theme_image in drupal/includes/theme.inc
- Return a themed image.
- theme_install_page in drupal/includes/theme.inc
- theme_maintenance_page in drupal/includes/theme.inc
- update_finished_page in drupal/update.php
- url in drupal/includes/common.inc
- Generate a URL from a Drupal menu path. Will also pass-through existing URLs.
- _color_page_alter in drupal/modules/color/color.module
- Callback for the theme to alter the resources used.
- _update_178_url_fix in drupal/modules/system/system.install