Функции
Имя | Описание |
---|---|
locale_languages_predefined_form_submit includes/locale.inc | Process the language addition form submission. |
locale_languages_predefined_form_validate includes/locale.inc | Validate the language addition form. |
locale_language_list modules/locale/locale.module | Returns array of language names |
locale_language_name modules/locale/locale.module | Возвращает название языка. |
locale_locale modules/locale/locale.module | Реализация hook_locale(). |
locale_menu modules/locale/locale.module | Реализация hook_menu(). |
locale_perm modules/locale/locale.module | Реализация hook_perm(). |
locale_schema modules/locale/locale.install | Реализация hook_schema(). |
locale_string_is_safe includes/locale.inc | Check that a string is safe to be added or imported as a translation. |
locale_system_update modules/locale/locale.module | Imports translations when new modules or themes are installed or enabled. |
locale_theme modules/locale/locale.module | Реализация hook_theme(). |
locale_translate_delete_form includes/locale.inc | User interface for the string deletion confirmation screen. |
locale_translate_delete_form_submit includes/locale.inc | Process string deletion submissions. |
locale_translate_delete_page includes/locale.inc | String deletion confirmation page. |
locale_translate_edit_form includes/locale.inc | User interface for string editing. |
locale_translate_edit_form_submit includes/locale.inc | Process string editing form submissions. |
locale_translate_edit_form_validate includes/locale.inc | Validate string editing form submissions. |
locale_translate_export_pot_form includes/locale.inc | Форма экспорта шаблона перевода. |
locale_translate_export_po_form includes/locale.inc | Форма экспорта выбранного языка в PO-файл. |
locale_translate_export_po_form_submit includes/locale.inc | Process a translation (or template) export form submission. |
locale_translate_export_screen includes/locale.inc | Интерфейс пользователя для страницы экпорта перевода |
locale_translate_import_form includes/locale.inc | User interface for the translation import screen. |
locale_translate_import_form_submit includes/locale.inc | Process the locale import form submission. |
locale_translate_overview_screen includes/locale.inc | Overview screen for translations. |
locale_translate_seek_form includes/locale.inc | User interface for the string search screen. |
locale_translate_seek_screen includes/locale.inc | String search screen. |
locale_uninstall modules/locale/locale.install | Реализация hook_uninstall(). |
locale_update_6000 modules/locale/locale.install | {locales_meta} table became {languages}. |
locale_update_6001 modules/locale/locale.install | Change locale column to language. The language column is added by update_fix_d6_requirements() in update.php to avoid a large number of error messages from update.php. All we need to do here is copy locale to language and then drop locale. |
locale_update_6002 modules/locale/locale.install | Remove empty translations, we don't need these anymore. |
locale_update_6003 modules/locale/locale.install | Prune strings with no translations (will be automatically re-registered if still in use) |
locale_update_6004 modules/locale/locale.install | Fix remaining inconsistent indexes. |
locale_update_6005 modules/locale/locale.install | Change language setting variable of content types. |
locale_update_js_files modules/locale/locale.module | Update JavaScript translation file, if required, and add it to the page. |
locale_user modules/locale/locale.module | Реализация hook_user(). |
map_month includes/form.inc | Вспомогательная функция используемая с drupal_map_assoc для показа названий месяцев. |
menu_block modules/menu/menu.module | Реализация hook_block(). |
menu_cache_clear includes/menu.inc | Очищает кеш для единичного элемента меню. |
menu_cache_clear_all includes/menu.inc | Очищает все кешированные данные меню. Должна вызвааться каждый раз, если изменения могут затронуть иерархиею пунктов или ссылки меню. |
menu_configure modules/menu/menu.admin.inc | Menu callback; Build the form presenting menu configuration options. |
menu_custom_delete_submit modules/menu/menu.admin.inc | Submit function for the 'Delete' button on the menu editing form. |
menu_delete_menu_confirm modules/menu/menu.admin.inc | Build a confirm form for deletion of a custom menu. |
menu_delete_menu_confirm_submit modules/menu/menu.admin.inc | Delete a custom menu and all items in it. |
menu_delete_menu_page modules/menu/menu.admin.inc | Menu callback; check access and get a confirm form for deletion of a custom menu. |
menu_edit_item modules/menu/menu.admin.inc | Menu callback; Build the menu link editing form. |
menu_edit_item_submit modules/menu/menu.admin.inc | Process menu and menu item add/edit form submissions. |
menu_edit_item_validate modules/menu/menu.admin.inc | Validate form values for a menu link being added or edited. |
menu_edit_menu modules/menu/menu.admin.inc | Menu callback; Build the form that handles the adding/editing of a custom menu. |
menu_edit_menu_submit modules/menu/menu.admin.inc | Submit function for adding or editing a custom menu. |
menu_edit_menu_validate modules/menu/menu.admin.inc | Validates the human and machine-readable names when adding or editing a menu. |
- « первая
- ‹ предыдущая
- …
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- …
- следующая ›
- последняя »