Функции
Имя | Описание |
---|---|
_drupal_install_module includes/install.inc | Callback to install an individual profile module. |
_drupal_load_stylesheet includes/common.inc | Loads stylesheets recursively and returns contents with corrected paths. |
_drupal_maintenance_theme 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. |
_drupal_wrap_mail_line includes/mail.inc | Helper function for array_walk in drupal_wrap_mail(). |
_element_info includes/form.inc | Retrieve the default properties for the defined element type. |
_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_htmlcorrector modules/filter/filter.module | Scan input and make sure that all HTML tags are properly closed and nested. |
_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_builder_handle_input_element 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. |
_form_builder_ie_cleanup 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... |
_form_button_was_clicked includes/form.inc | Helper function to handle the sometimes-convoluted logic of button click detection. |
_form_set_class includes/form.inc | Устанавливает значение атрибута class для элемента формы. |
_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_get_topic_order modules/forum/forum.module | |
_forum_get_topic_order_sql modules/forum/forum.module | |
_forum_new modules/forum/forum.module | Находит первую непрочтённую ноду для заданного форума. |
_forum_parent_select modules/forum/forum.admin.inc | 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 | |
_init_theme includes/theme.inc | Initialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present. |
_install_locale_initial_batch_finished ./install.php | Finished callback for the first locale import batch. |
_install_locale_remaining_batch_finished ./install.php | Finished callback for the second locale import batch. |
_install_module_batch ./install.php | Batch callback for batch installation of modules. |
_install_profile_batch_finished ./install.php | Finished callback for the modules install batch. |
_install_settings_form_validate ./install.php | Helper function for install_settings_validate. |
_locale_batch_build includes/locale.inc | Build a locale batch from an array of files. |
_locale_batch_import includes/locale.inc | Perform interface translation import as a batch step. |
_locale_batch_language_finished includes/locale.inc | Finished callback of language addition locale import batch. Inform the user of translation files imported. |
_locale_batch_system_finished includes/locale.inc | Finished callback of system page locale import batch. Inform the user of translation files imported. |
_locale_export_get_strings 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. |
_locale_export_po includes/locale.inc | Write a generated PO or POT file to the output. |
_locale_export_po_generate includes/locale.inc | Generates the PO(T) file contents for given strings. |
_locale_export_remove_plural includes/locale.inc | Removes plural index information from a string |
_locale_export_string includes/locale.inc | Print out a string on multiple lines |
_locale_export_wrap includes/locale.inc | Custom word wrapping for Portable Object (Template) files. |
_locale_get_predefined_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 |
- « первая
- ‹ предыдущая
- …
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- следующая ›
- последняя »