Функции
Имя | Описание |
---|---|
poll_view_voting_validate modules/poll/poll.module | Validation function for processing votes |
poll_vote modules/poll/poll.module | Submit handler for processing a vote |
poll_votes modules/poll/poll.pages.inc | Callback for the 'votes' tab for polls you can see other votes on |
process_weight includes/form.inc | Expand weight elements into selects. |
profile_admin_overview modules/profile/profile.admin.inc | Form builder to display a listing of all editable profile fields. See alsoprofile_admin_overview_submit() |
profile_admin_overview_submit modules/profile/profile.admin.inc | Submit handler to update changed profile field weights and categories. See alsoprofile_admin_overview() |
profile_admin_settings_autocomplete modules/profile/profile.admin.inc | Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
profile_autocomplete modules/profile/profile.pages.inc | Callback to allow autocomplete of profile text fields. |
profile_block modules/profile/profile.module | Реализация hook_block(). |
profile_browse modules/profile/profile.pages.inc | Menu callback; display a list of user information. |
profile_categories modules/profile/profile.module | |
profile_category_access modules/profile/profile.module | Menu item access callback - check if a user has access to a profile category. |
profile_field_delete modules/profile/profile.admin.inc | Menu callback; deletes a field from all user profiles. |
profile_field_delete_submit modules/profile/profile.admin.inc | Process a field delete form submission. |
profile_field_form modules/profile/profile.admin.inc | Menu callback: Generate a form to add/edit a user profile field. See alsoprofile_field_form_validate() |
profile_field_form_submit modules/profile/profile.admin.inc | Process profile_field_form submissions. |
profile_field_form_validate modules/profile/profile.admin.inc | Validate profile_field_form submissions. |
profile_form_profile modules/profile/profile.module | |
profile_help modules/profile/profile.module | Реализация hook_help(). |
profile_install modules/profile/profile.install | Реализация hook_install(). |
profile_load_profile modules/profile/profile.module | |
profile_menu modules/profile/profile.module | Реализация hook_menu(). |
profile_save_profile modules/profile/profile.module | |
profile_schema modules/profile/profile.install | Реализация hook_schema(). |
profile_theme modules/profile/profile.module | Реализация hook_theme(). |
profile_uninstall modules/profile/profile.install | Реализация hook_uninstall(). |
profile_user modules/profile/profile.module | Реализация hook_user(). |
profile_validate_profile modules/profile/profile.module | |
profile_view_field modules/profile/profile.module | |
profile_view_profile modules/profile/profile.module | |
referer_uri includes/bootstrap.inc | Return the URI of the referring page. |
request_uri includes/bootstrap.inc | Так как $_SERVER['REQUEST_URI'] доступно только в Apache, мы генерируем эквивалент на основании других переменных окружения. |
search_admin_settings modules/search/search.admin.inc | Menu callback; displays the search module settings page. See alsosystem_settings_form() |
search_admin_settings_validate modules/search/search.admin.inc | Validate callback. |
search_block modules/search/search.module | Реализация hook_block(). |
search_box modules/search/search.module | Конструктор формы; Выводит форму поиска в блок и в специальную область в текущей теме. Смотри alsosearch_box_form_submit() |
search_box_form_submit modules/search/search.module | Обеспечивает отправку данных формы поиска. |
search_comment modules/search/search.module | Implementation of hook_comment(). |
search_cron modules/search/search.module | Реализация hook_cron(). |
search_data modules/search/search.module | Запускает стандартный поиск по заданным ключам и возвращает форматированный результат. |
search_dirty modules/search/search.module | Marks a word as dirty (or retrieves the list of dirty words). This is used during indexing (cron). Words which are dirty have outdated total counts in the search_total table, and need to be recounted. |
search_excerpt modules/search/search.module | Возвращает отрывки из части текста, с выделением найденных ключевых слов. Используется для форматирования результатов поиска.< |
search_expand_cjk modules/search/search.module | Basic CJK tokenizer. Simply splits a string into consecutive, overlapping sequences of characters ('minimum_word_size' long). |
search_form modules/search/search.module | Выводит форму поиска. |
search_forms modules/search/search.module | |
search_form_submit modules/search/search.pages.inc | Process a search form submission. |
search_form_validate modules/search/search.pages.inc | As the search form collates keys from other modules hooked in via hook_form_alter, the validation takes place in _submit. search_form_validate() is used solely to set the 'processed_keys' form value for the basic search form. |
search_get_keys modules/search/search.module | Helper function for grabbing search keys. |
search_help modules/search/search.module | Реализация hook_help(). |
search_index modules/search/search.module | Обновляет полнотекстовый поисковый индекс для указанного элемента. |
- « первая
- ‹ предыдущая
- …
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- …
- следующая ›
- последняя »