Функции
Имя | Описание |
---|---|
_drupal_bootstrap_full includes/common.inc | |
_drupal_cache_init includes/bootstrap.inc | Initialize the caching strategy, which loads at different stages within Drupal's bootstrap process. |
_drupal_clean_form_sessions includes/form.inc | Remove form information that's at least a day old from the $_SESSION['form'] array. |
_element_info includes/form.inc | Retrieve the default properties for the defined element type. |
_element_sort includes/common.inc | Function used by uasort in drupal_render() to sort structured arrays by weight. |
_filter_autop modules/filter/filter.module | Convert line breaks into <p> and <br> in an intelligent fashion. Based on: http://photomatt.net/scripts/autop |
_filter_html modules/filter/filter.module | HTML filter. Provides filtering of input into accepted HTML. |
_filter_html_settings modules/filter/filter.module | Settings for the HTML filter. |
_filter_list_cmp modules/filter/filter.module | Helper function for sorting the filter list by filter name. |
_filter_tips modules/filter/filter.module | Helper function for fetching filter tips. |
_filter_url modules/filter/filter.module | URL filter. Automatically converts text web addresses (URLs, e-mail addresses, ftp links, etc.) into hyperlinks. |
_filter_url_parse_full_links modules/filter/filter.module | Make links out of absolute URLs. |
_filter_url_parse_partial_links modules/filter/filter.module | Make links out of domain names starting with 'www.' |
_filter_url_settings modules/filter/filter.module | Settings for URL filter. |
_filter_url_trim modules/filter/filter.module | Shortens long URLs to http://www.example.com/long/url... |
_filter_xss_attributes modules/filter/filter.module | Processes a string of HTML attributes. |
_filter_xss_split modules/filter/filter.module | Processes an HTML tag. |
_fix_gpc_magic includes/common.inc | |
_fix_gpc_magic_files 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. |
_form_set_class includes/form.inc | Sets a form element's class attribute. |
_form_set_value includes/form.inc | Helper function for form_set_value(). |
_form_validate 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. |
_forum_format modules/forum/forum.module | Formats a topic for display |
_forum_get_topic_order modules/forum/forum.module | |
_forum_get_topic_order_sql modules/forum/forum.module | |
_forum_get_vid modules/forum/forum.module | Returns the vocabulary id for forum navigation. |
_forum_new modules/forum/forum.module | Finds the first unread node for a given forum. |
_forum_parent_select modules/forum/forum.module | Returns a select box for available parent terms |
_forum_topics_unread modules/forum/forum.module | Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT. |
_forum_user_last_visit modules/forum/forum.module | |
_install_settings_form_validate ./install.php | Helper function for install_settings_validate. |
_legacy_filter_old_urls modules/legacy/legacy.module | Rewrite legacy URLs. |
_locale_add_language includes/locale.inc | Helper function to add a language |
_locale_admin_export_screen includes/locale.inc | User interface for the translation export screen |
_locale_admin_import includes/locale.inc | User interface for the translation import screen. |
_locale_admin_import_submit includes/locale.inc | Process the locale import form submission. |
_locale_admin_manage_add_screen includes/locale.inc | User interface for the language addition screen. |
_locale_admin_manage_screen includes/locale.inc | User interface for the language management screen. |
_locale_admin_manage_screen_submit includes/locale.inc | Process locale admin manager form submissions. |
_locale_export_po includes/locale.inc | Exports a Portable Object (Template) file for a language |
_locale_export_pot_form includes/locale.inc | |
_locale_export_po_form includes/locale.inc | |
_locale_export_po_form_submit includes/locale.inc | Process a locale export form submissions. |
_locale_export_print includes/locale.inc | Print out a string on multiple lines |
_locale_export_remove_plural includes/locale.inc | Removes plural index information from a string |
_locale_export_wrap includes/locale.inc | Custom word wrapping for Portable Object (Template) files. |
_locale_get_iso639_list includes/locale.inc | Some of the common languages with their English and native names |
_locale_import_append_plural includes/locale.inc | Modify a string to contain proper count indices |
_locale_import_message includes/locale.inc | Sets an error message occurred during locale file parsing. |
_locale_import_one_string includes/locale.inc | Imports a string into the database |
- « первая
- ‹ предыдущая
- …
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- следующая ›
- последняя »