Функции
Имя | Описание |
---|---|
_system_sql modules/system/system.module | |
_system_update_utf8 includes/install.inc | Converts a set of tables to UTF-8 encoding. |
_system_zonelist modules/system/system.module | |
_taxonomy_get_tid_from_term modules/taxonomy/taxonomy.module | Helper function for array_map purposes. |
_taxonomy_term_children modules/taxonomy/taxonomy.module | Helper for taxonomy_term_count_nodes(). Used to find out which terms are children of a parent term. |
_taxonomy_term_select modules/taxonomy/taxonomy.module | Create a select form element for a given taxonomy vocabulary. |
_theme_table_cell includes/theme.inc | |
_unicode_caseflip 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. |
_unicode_check includes/unicode.inc | Perform checks about Unicode support in PHP, and set the right settings if needed. |
_update_178_url_fix modules/system/system.install | |
_update_178_url_formats modules/system/system.install | |
_upload_form modules/upload/upload.module | |
_upload_image modules/upload/upload.module | Check an upload, if it is an image, make sure it fits within the maximum dimensions allowed. |
_upload_prepare modules/upload/upload.module | Save new uploads and attach them to the node object. append file_previews to the node object as well. |
_upload_validate modules/upload/upload.module | |
_user_categories modules/user/user.module | Retrieve a list of all user setting/information categories and sort them by weight. |
_user_edit_submit modules/user/user.module | |
_user_edit_validate modules/user/user.module | |
_user_forms modules/user/user.module | Retrieve a list of all form elements for the specified category. |
_user_mail_text modules/user/user.module | |
_user_sort modules/user/user.module | |
_watchdog_get_message_types modules/watchdog/watchdog.module | |
_xmlrpc includes/xmlrpc.inc | Execute an XML remote procedural call. This is private function; call xmlrpc() in common.inc instead of this function. |