|
db_type_map |
drupal-6.x/includes/database.pgsql.inc |
This maps a generic data type in combination with its data size
to the engine-specific data type. |
3 |
|
|
db_type_map |
drupal-6.x/includes/database.mysql-common.inc |
This maps a generic data type in combination with its data size
to the engine-specific data type. |
3 |
|
|
db_type_placeholder |
drupal-6.x/includes/database.inc |
Given a Schema API field type, return the correct %-placeholder. |
4 |
|
|
db_unlock_tables |
drupal-6.x/includes/database.mysql.inc |
Unlock all locked tables. |
|
|
|
db_unlock_tables |
drupal-6.x/includes/database.pgsql.inc |
Unlock all locked tables.
This function automatically commits a transaction. |
|
|
|
db_unlock_tables |
drupal-6.x/includes/database.mysqli.inc |
Unlock all locked tables. |
|
|
|
db_version |
drupal-6.x/includes/database.mysql.inc |
Returns the version of the database server currently in use. |
3 |
|
|
db_version |
drupal-6.x/includes/database.pgsql.inc |
Returns the version of the database server currently in use. |
3 |
|
|
db_version |
drupal-6.x/includes/database.mysqli.inc |
Returns the version of the database server currently in use. |
3 |
|
|
decode_entities |
drupal-6.x/includes/unicode.inc |
Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. |
9 |
|
|
default_form_alter |
drupal-6.x/profiles/default/default.profile |
Implementation of hook_form_alter(). |
|
|
|
default_profile_details |
drupal-6.x/profiles/default/default.profile |
Return a description of the profile for the initial installation screen. |
|
|
|
default_profile_modules |
drupal-6.x/profiles/default/default.profile |
Return an array of the modules to be enabled when this profile is installed. |
|
|
|
default_profile_tasks |
drupal-6.x/profiles/default/default.profile |
Perform any final installation tasks for this profile. |
|
|
|
default_profile_task_list |
drupal-6.x/profiles/default/default.profile |
Return a list of tasks that this profile supports. |
|
|
|
do_search |
drupal-6.x/modules/search/search.module |
Do a query on the full-text search index for a word or words. |
2 |
|
|
drupal_access_denied |
drupal-6.x/includes/common.inc |
Generates a 403 error if the request is not allowed. |
10 |
|
|
drupal_add_css |
drupal-6.x/includes/common.inc |
Adds a CSS file to the stylesheet queue. |
28 |
|
|
drupal_add_feed |
drupal-6.x/includes/common.inc |
Add a feed URL for the current page. |
8 |
|
|
drupal_add_js |
drupal-6.x/includes/common.inc |
Add a JavaScript file, setting or inline code to the page. |
27 |
|
|
drupal_add_link |
drupal-6.x/includes/common.inc |
Add a <link> tag to the page's HEAD. |
3 |
|
|
drupal_add_tabledrag |
drupal-6.x/includes/common.inc |
Assist in adding the tableDrag JavaScript behavior to a themed table. |
9 |
|
|
drupal_alter |
drupal-6.x/includes/common.inc |
Hands off alterable variables to type-specific *_alter implementations. |
20 |
|
|
drupal_anonymous_user |
drupal-6.x/includes/bootstrap.inc |
Generates a default anonymous $user object. |
3 |
|
|
drupal_attributes |
drupal-6.x/includes/common.inc |
Format an attribute string to insert in a tag. |
23 |
|
|
drupal_base64_encode |
drupal-6.x/includes/bootstrap.inc |
Returns a URL-safe, base64 encoded version of the supplied string. |
1 |
|
|
drupal_bootstrap |
drupal-6.x/includes/bootstrap.inc |
A string describing a phase of Drupal to load. Each phase adds to the
previous one, so invoking a later phase automatically runs the earlier
phases too. The most important usage is that if you want to access the
Drupal database from a script without… |
9 |
|
|
drupal_build_css_cache |
drupal-6.x/includes/common.inc |
Aggregate and optimize CSS files, putting them in the files directory. |
1 |
|
|
drupal_build_js_cache |
drupal-6.x/includes/common.inc |
Aggregate JS files, putting them in the files directory. |
1 |
|
|
drupal_check_module |
drupal-6.x/includes/install.inc |
Check a module's requirements. |
1 |
|
|
drupal_check_profile |
drupal-6.x/includes/install.inc |
Check a profile's requirements. |
1 |
|
|
drupal_clear_css_cache |
drupal-6.x/includes/common.inc |
Delete all cached CSS files. |
3 |
1 |
|
drupal_clear_js_cache |
drupal-6.x/includes/common.inc |
Delete all cached JS files. |
2 |
1 |
|
drupal_clear_path_cache |
drupal-6.x/includes/common.inc |
Reset the static variable which holds the aliases mapped for this request. |
1 |
|
|
drupal_clone |
drupal-6.x/includes/common.inc |
Provide a substitute clone() function for PHP4. |
5 |
|
|
drupal_common_theme |
drupal-6.x/includes/common.inc |
Provide theme registration for themes across .inc files. |
1 |
|
|
drupal_convert_to_utf8 |
drupal-6.x/includes/unicode.inc |
Convert data to UTF-8 |
2 |
|
|
drupal_cron_cleanup |
drupal-6.x/includes/common.inc |
Shutdown function for cron cleanup. |
|
1 |
|
drupal_cron_run |
drupal-6.x/includes/common.inc |
Executes a cron run when called |
2 |
|
|
drupal_detect_baseurl |
drupal-6.x/includes/install.inc |
Auto detect the base_url with PHP predefined variables. |
|
|
|
drupal_detect_database_types |
drupal-6.x/includes/install.inc |
Detect all databases supported by Drupal that are compiled into the current
PHP installation. |
2 |
|
|
drupal_discover_template |
drupal-6.x/includes/theme.inc |
Choose which template file to actually render. These are all suggested
templates from themes and modules. Theming implementations can occur on
multiple levels. All paths are checked to account for this. |
1 |
|
|
drupal_error_handler |
drupal-6.x/includes/common.inc |
Log errors as defined by administrator. |
|
1 |
|
drupal_eval |
drupal-6.x/includes/common.inc |
Evaluate a string of PHP code. |
2 |
|
|
drupal_execute |
drupal-6.x/includes/form.inc |
Retrieves, populates, and processes a form. |
|
|
|
drupal_explode_tags |
drupal-6.x/includes/common.inc |
Explode a string of given tags into an array. |
5 |
|
|
drupal_final_markup |
drupal-6.x/includes/common.inc |
Make any final alterations to the rendered xhtml. |
1 |
|
|
drupal_find_theme_functions |
drupal-6.x/includes/theme.inc |
Find overridden theme functions. Called by themes and/or theme engines to
easily discover theme functions. |
2 |
|
|
drupal_find_theme_templates |
drupal-6.x/includes/theme.inc |
Find overridden theme templates. Called by themes and/or theme engines to
easily discover templates. |
1 |
|
|
drupal_flush_all_caches |
drupal-6.x/includes/common.inc |
Flush all cached data on the site. |
2 |
|