Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
_drupal_bootstrap_full drupal-6.x/includes/common.inc 1
_drupal_build_css_path drupal-6.x/includes/common.inc Helper function for drupal_build_css_cache(). 2 2
_drupal_flush_css_js drupal-6.x/includes/common.inc Helper function to change query-strings on css/js files. 3
_drupal_html_to_mail_urls drupal-6.x/includes/mail.inc Helper function for drupal_html_to_text(). 1 1
_drupal_html_to_text_clean drupal-6.x/includes/mail.inc Helper function for drupal_wrap_mail() and drupal_html_to_text(). 1 1
_drupal_html_to_text_pad drupal-6.x/includes/mail.inc Helper function for drupal_html_to_text(). 1
_drupal_initialize_schema drupal-6.x/includes/common.inc Fill in required default values for table definitions returned by hook_schema(). 3
_drupal_install_module drupal-6.x/includes/install.inc Callback to install an individual profile module. 1 1
_drupal_load_stylesheet drupal-6.x/includes/common.inc Loads stylesheets recursively and returns contents with corrected paths. 1
_drupal_maintenance_theme drupal-6.x/includes/theme.maintenance.inc Sets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable. 1
_drupal_wrap_mail_line drupal-6.x/includes/mail.inc Helper function for array_walk in drupal_wrap_mail(). 1 1
_element_info drupal-6.x/includes/form.inc Retrieve the default properties for the defined element type. 4
_filter_autop drupal-6.x/modules/filter/filter.module Convert line breaks into <p> and <br> in an intelligent fashion. Based on: http://photomatt.net/scripts/autop 1
_filter_html drupal-6.x/modules/filter/filter.module HTML filter. Provides filtering of input into accepted HTML. 1
_filter_htmlcorrector drupal-6.x/modules/filter/filter.module Scan input and make sure that all HTML tags are properly closed and nested. 2
_filter_html_settings drupal-6.x/modules/filter/filter.module Settings for the HTML filter. 1
_filter_list_cmp drupal-6.x/modules/filter/filter.module Helper function for sorting the filter list by filter name. 1
_filter_tips drupal-6.x/modules/filter/filter.module Helper function for fetching filter tips. 3
_filter_url drupal-6.x/modules/filter/filter.module URL filter. Automatically converts text web addresses (URLs, e-mail addresses, FTP links, etc.) into hyperlinks. 1
_filter_url_parse_full_links drupal-6.x/modules/filter/filter.module Make links out of absolute URLs. 1
_filter_url_parse_partial_links drupal-6.x/modules/filter/filter.module Make links out of domain names starting with "www." 1
_filter_url_settings drupal-6.x/modules/filter/filter.module Settings for URL filter. 1
_filter_url_trim drupal-6.x/modules/filter/filter.module Shortens long URLs to http://www.example.com/long/url... 3
_filter_xss_attributes drupal-6.x/modules/filter/filter.module Processes a string of HTML attributes. 1
_filter_xss_split drupal-6.x/modules/filter/filter.module Processes an HTML tag. 1 1
_fix_gpc_magic drupal-6.x/includes/common.inc 1
_fix_gpc_magic_files drupal-6.x/includes/common.inc Helper function to strip slashes from $_FILES skipping over the tmp_name keys since PHP generates single backslashes for file paths on Windows systems. 1
_form_builder_handle_input_element drupal-6.x/includes/form.inc Populate the #value and #name properties of input elements so they can be processed and rendered. Also, execute any #process handlers attached to a specific element. 1
_form_builder_ie_cleanup drupal-6.x/includes/form.inc In IE, if only one submit button is present, AND the enter key is used to submit the form, no form value is sent for it and our normal button detection code will never detect a match. We call this function after all other button-detection is complete… 1
_form_button_was_clicked drupal-6.x/includes/form.inc Helper function to handle the sometimes-convoluted logic of button click detection. 1
_form_set_class drupal-6.x/includes/form.inc Sets a form element's class attribute. 7
_form_set_value drupal-6.x/includes/form.inc Helper function for form_set_value(). 1
_form_validate drupal-6.x/includes/form.inc Performs validation on form elements. First ensures required fields are completed, #maxlength is not exceeded, and selected options were in the list of options given to the user. Then calls user-defined validators. 1
_forum_get_topic_order drupal-6.x/modules/forum/forum.module 2
_forum_get_topic_order_sql drupal-6.x/modules/forum/forum.module 1
_forum_new drupal-6.x/modules/forum/forum.module Finds the first unread node for a given forum.
_forum_parent_select drupal-6.x/modules/forum/forum.admin.inc Returns a select box for available parent terms 2
_forum_topics_unread drupal-6.x/modules/forum/forum.module Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT. 1
_forum_user_last_visit drupal-6.x/modules/forum/forum.module 1
_init_theme drupal-6.x/includes/theme.inc Initialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present. 2
_install_locale_initial_batch_finished drupal-6.x/install.php Finished callback for the first locale import batch. 1
_install_locale_remaining_batch_finished drupal-6.x/install.php Finished callback for the second locale import batch. 1
_install_module_batch drupal-6.x/install.php Batch callback for batch installation of modules. 1
_install_profile_batch_finished drupal-6.x/install.php Finished callback for the modules install batch. 1
_install_settings_form_validate drupal-6.x/install.php Helper function for install_settings_validate. 2
_locale_batch_build drupal-6.x/includes/locale.inc Build a locale batch from an array of files. 2
_locale_batch_import drupal-6.x/includes/locale.inc Perform interface translation import as a batch step. 1
_locale_batch_language_finished drupal-6.x/includes/locale.inc Finished callback of language addition locale import batch. Inform the user of translation files imported. 1
_locale_batch_system_finished drupal-6.x/includes/locale.inc Finished callback of system page locale import batch. Inform the user of translation files imported. 1
_locale_export_get_strings drupal-6.x/includes/locale.inc Generates a structured array of all strings with translations in $language, if given. This array can be used to generate an export of the string in the database. 1

Páginas