Функции

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.
ИмяОписание
filter_cron
modules/filter/filter.module
Реализация hook_cron().
filter_example_filter
developer/examples/filter_example.module
Реализация hook_filter().
filter_example_filter_tips
developer/examples/filter_example.module
Реализация hook_filter_tips().
filter_filter
modules/filter/filter.module
Implementation of hook_filter(). Contains a basic set of essential filters. HTML filter: Validates user-supplied HTML, transforming it as necessary. PHP evaluator: Executes PHP code. Line break converter: Converts newlines into paragraph and break tags.
filter_filter_tips
modules/filter/filter.module
Реализация hook_filter_tips().
filter_form
modules/filter/filter.module
Generate a selector for choosing a format in a form.
filter_formats
modules/filter/filter.module
Retrieve a list of input formats.
filter_format_allowcache
modules/filter/filter.module
Check if text in a certain input format is allowed to be cached.
filter_form_validate
modules/filter/filter.module
filter_help
modules/filter/filter.module
Реализация hook_help().
filter_list_all
modules/filter/filter.module
Build a list of all filters.
filter_list_format
modules/filter/filter.module
Возвращает список форматов ввода для выбранного формата.
filter_menu
modules/filter/filter.module
Реализация hook_menu().
filter_perm
modules/filter/filter.module
Реализация hook_perm().
filter_resolve_format
modules/filter/filter.module
Resolve a format id, including the default format.
filter_tips_long
modules/filter/filter.module
Menu callback; show a page with long filter tips.
filter_xss
modules/filter/filter.module
Filters XSS. Based on kses by Ulf Harnhammar, see http://sourceforge.net/projects/kses
filter_xss_admin
modules/filter/filter.module
Очень мягкий XSS/HTML фильтр. Только для использования администратором.
filter_xss_bad_protocol
modules/filter/filter.module
Обрабатывает значение HTML-аттрибута и проверяет, чтобы он не содержал URL с запрещённым протоколом (например, javascript:)
fix_gpc_magic
includes/common.inc
Correct double-escaping problems caused by 'magic quotes' in some PHP installations.
flood_is_allowed
includes/common.inc
Check if the current visitor (hostname/IP) is allowed to proceed with the specified event. The user is allowed to proceed if he did not trigger the specified event more than $threshold times per hour.
flood_register_event
includes/common.inc
Register an event for the current visitor (hostname/IP) to the flood control mechanism.
format_date
includes/common.inc
Форматирует дату в заданном формате или в формате настроек сайта.
format_interval
includes/common.inc
Форматирует временной интервал с заданной точностью.
format_plural
includes/common.inc
Форматирует и переводит строку, содержащую число.
format_rss_channel
includes/common.inc
Formats an RSS channel.
format_rss_item
includes/common.inc
Format a single RSS item.
format_size
includes/common.inc
Генерирует строчное представление указанного количества байт.
format_xml_elements
includes/common.inc
Format XML elements.
form_builder
includes/form.inc
Adds some required properties to each form element, which are used internally in the form API. This function also automatically assigns the value property from the $edit array, provided the element doesn't already have an assigned value.
form_clean_id
includes/form.inc
Remove invalid characters from an HTML ID attribute string.
form_error
includes/form.inc
Flag an element as having an error.
form_get_error
includes/form.inc
Return the error message filed against the form with the specified name.
form_get_errors
includes/form.inc
Возвращает ассоциативный массив всех ошибок на форме.
form_get_options
includes/form.inc
Traverses a select element's #option array looking for any values that hold the given key. Returns an array of indexes that match.
form_options_flatten
includes/form.inc
form_select_options
includes/form.inc
form_set_error
includes/form.inc
Устанавливает ошибку для указанного элемента формы.
form_set_value
includes/form.inc
Use this function to make changes to form values in the form validate phase, so they will be available in the submit phase in $form_values.
forum_access
modules/forum/forum.module
Реализация метода hook_access()
forum_admin_settings
modules/forum/forum.module
forum_block
modules/forum/forum.module
Реализация hook_block().
forum_confirm_delete
modules/forum/forum.module
Returns a confirmation page for deleting a forum taxonomy term.
forum_confirm_delete_submit
modules/forum/forum.module
Implementation of forms api _submit call. Deletes a forum after confirmation.
forum_delete
modules/forum/forum.module
Реализация hook_delete().
forum_form
modules/forum/forum.module
Реализация hook_form().
forum_form_alter
modules/forum/forum.module
Implementation of hook_form_alter().
forum_form_container
modules/forum/forum.module
Returns a form for adding a container to the forum vocabulary
forum_form_forum
modules/forum/forum.module
Returns a form for adding a forum to the forum vocabulary
forum_form_main
modules/forum/forum.module

Вход в систему