|
_search_parse_query |
drupal-6.x/modules/search/search.module |
Helper function for search_parse_query(); |
1 |
|
|
_statistics_format_item |
drupal-6.x/modules/statistics/statistics.module |
|
3 |
|
|
_statistics_link |
drupal-6.x/modules/statistics/statistics.module |
It is possible to adjust the width of columns generated by the
statistics module. |
3 |
|
|
_system_is_incompatible |
drupal-6.x/modules/system/system.admin.inc |
Recursively check compatibility. |
1 |
|
|
_system_sort_requirements |
drupal-6.x/modules/system/system.module |
Helper function to sort requirements. |
|
1 |
|
_system_sql |
drupal-6.x/modules/system/system.admin.inc |
Theme a SQL result table. |
1 |
|
|
_system_themes_access |
drupal-6.x/modules/system/system.module |
Menu item access callback - only admin or enabled themes can be accessed. |
|
1 |
|
_system_theme_data |
drupal-6.x/modules/system/system.module |
Helper function to scan and collect theme .info data and their engines. |
5 |
|
|
_system_zonelist |
drupal-6.x/modules/system/system.module |
Generate an array of time zones and their local time&date. |
3 |
|
|
_taxonomy_get_tid_from_term |
drupal-6.x/modules/taxonomy/taxonomy.module |
Helper function for array_map purposes. |
|
1 |
|
_taxonomy_term_children |
drupal-6.x/modules/taxonomy/taxonomy.module |
Helper for taxonomy_term_count_nodes(). Used to find out
which terms are children of a parent term. |
1 |
|
|
_taxonomy_term_select |
drupal-6.x/modules/taxonomy/taxonomy.module |
Create a select form element for a given taxonomy vocabulary. |
2 |
|
|
_theme_build_registry |
drupal-6.x/includes/theme.inc |
Rebuild the hook theme_registry cache. |
2 |
|
|
_theme_load_offline_registry |
drupal-6.x/includes/theme.maintenance.inc |
This builds the registry when the site needs to bypass any database calls. |
|
1 |
|
_theme_load_registry |
drupal-6.x/includes/theme.inc |
Get the theme_registry cache from the database; if it doesn't exist, build
it. |
|
1 |
|
_theme_process_registry |
drupal-6.x/includes/theme.inc |
Process a single invocation of the theme hook. $type will be one
of 'module', 'theme_engine', 'base_theme_engine', 'theme', or 'base_theme'
and it tells us some important information. |
1 |
|
|
_theme_save_registry |
drupal-6.x/includes/theme.inc |
Write the theme_registry cache into the database. |
1 |
|
|
_theme_set_registry |
drupal-6.x/includes/theme.inc |
Store the theme registry in memory. |
2 |
|
|
_theme_table_cell |
drupal-6.x/includes/theme.inc |
|
2 |
|
|
_tracker_myrecent_access |
drupal-6.x/modules/tracker/tracker.module |
Access callback for tracker/%user_uid_optional |
|
1 |
|
_tracker_user_access |
drupal-6.x/modules/tracker/tracker.module |
Access callback for user/%user/track |
|
1 |
|
_translation_tab_access |
drupal-6.x/modules/translation/translation.module |
Menu access callback. |
|
1 |
|
_trigger_get_hook_actions |
drupal-6.x/modules/trigger/trigger.admin.inc |
Get the actions that have already been defined for this
type-hook-op combination. |
1 |
|
|
_trigger_get_hook_aids |
drupal-6.x/modules/trigger/trigger.module |
Get the aids of actions to be executed for a hook-op combination. |
5 |
|
|
_trigger_normalize_comment_context |
drupal-6.x/modules/trigger/trigger.module |
When an action is called in a context that does not match its type,
the object that the action expects must be retrieved. For example, when
an action that works on nodes is called during the comment hook, the
node object is not available since the… |
1 |
|
|
_trigger_normalize_node_context |
drupal-6.x/modules/trigger/trigger.module |
When an action is called in a context that does not match its type,
the object that the action expects must be retrieved. For example, when
an action that works on users is called during the node hook, the
user object is not available since the node… |
1 |
|
|
_trigger_normalize_user_context |
drupal-6.x/modules/trigger/trigger.module |
When an action is called in a context that does not match its type,
the object that the action expects must be retrieved. For example, when
an action that works on nodes is called during the user hook, the
node object is not available since the user… |
1 |
|
|
_unicode_caseflip |
drupal-6.x/includes/unicode.inc |
Helper function for case conversion of Latin-1.
Used for flipping U+C0-U+DE to U+E0-U+FD and back. |
|
2 |
|
_unicode_check |
drupal-6.x/includes/unicode.inc |
Perform checks about Unicode support in PHP, and set the right settings if
needed. |
2 |
|
|
_update_build_fetch_url |
drupal-6.x/modules/update/update.fetch.inc |
Generates the URL to fetch information about project updates. |
1 |
|
|
_update_cache_clear |
drupal-6.x/modules/update/update.module |
Invalidates specific cached data relating to update status. |
4 |
|
|
_update_cache_get |
drupal-6.x/modules/update/update.module |
Retrieve data from the private update status cache table. |
3 |
|
|
_update_cache_set |
drupal-6.x/modules/update/update.module |
Store data in the private update status cache table. |
3 |
|
|
_update_cron_notify |
drupal-6.x/modules/update/update.fetch.inc |
Perform any notifications that should be done once cron fetches new data. |
1 |
|
|
_update_get_fetch_url_base |
drupal-6.x/modules/update/update.fetch.inc |
Return the base of the URL to fetch available update data for a project. |
2 |
|
|
_update_message_text |
drupal-6.x/modules/update/update.module |
Helper function to return the appropriate message text when the site is out
of date or missing a security update. |
2 |
|
|
_update_no_data |
drupal-6.x/modules/update/update.module |
Prints a warning message when there is no data about available updates. |
2 |
|
|
_update_process_info_list |
drupal-6.x/modules/update/update.compare.inc |
Populate an array of project data. |
1 |
|
|
_update_project_status_sort |
drupal-6.x/modules/update/update.module |
Private sort function to order projects based on their status. |
|
1 |
|
_update_refresh |
drupal-6.x/modules/update/update.fetch.inc |
Fetch project info via XML from a central server. |
2 |
|
|
_update_remove_update_status_variables |
drupal-6.x/modules/update/update.install |
Private helper to clear out stale variables from update_status 5.x contrib. |
2 |
|
|
_update_requirement_check |
drupal-6.x/modules/update/update.module |
Private helper method to fill in the requirements array. |
1 |
|
|
_upload_file_limits |
drupal-6.x/modules/upload/upload.module |
Determine the limitations on files that a given user may upload. The user
may be in multiple roles so we select the most permissive limitations from
all of their roles. |
2 |
|
|
_upload_form |
drupal-6.x/modules/upload/upload.module |
|
2 |
|
|
_user_categories |
drupal-6.x/modules/user/user.module |
Retrieve a list of all user setting/information categories and sort them by weight. |
2 |
|
|
_user_edit_submit |
drupal-6.x/modules/user/user.module |
|
1 |
|
|
_user_edit_validate |
drupal-6.x/modules/user/user.module |
|
1 |
|
|
_user_forms |
drupal-6.x/modules/user/user.module |
Retrieve a list of all form elements for the specified category. |
2 |
|
|
_user_mail_notify |
drupal-6.x/modules/user/user.module |
Conditionally create and send a notification email when a certain
operation happens on the given user account. |
4 |
|
|
_user_mail_text |
drupal-6.x/modules/user/user.module |
Returns a mail string for a variable name. |
2 |
|