Функции
Имя | Описание |
---|---|
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.module | Menu callback; displays the search module settings page. |
search_admin_settings_validate modules/search/search.module | Validate callback. |
search_block modules/search/search.module | Реализация hook_block(). |
search_box modules/search/search.module | Выводит форму поиска в блок и в специальную область в текущей теме. |
search_box_form_submit modules/search/search.module | Process a block search form submission. |
search_cron modules/search/search.module | Реализация hook_cron(). |
search_data modules/search/search.module | Perform a standard search on the given keys, and return the formatted results. |
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 | Render a search form. |
search_forms modules/search/search.module | |
search_form_submit modules/search/search.module | Process a search form submission. |
search_form_validate modules/search/search.module | 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 | Update the full-text search index for a particular item. |
search_index_split modules/search/search.module | Splits a string into tokens for indexing. |
search_install modules/search/search.install | Реализация hook_install(). |
search_menu modules/search/search.module | Реализация hook_menu(). |
search_parse_query modules/search/search.module | Parse a search query into SQL conditions. |
search_perm modules/search/search.module | Реализация hook_perm(). |
search_preprocess modules/search/search.module | Invokes hook_search_preprocess() in modules. |
search_query_extract modules/search/search.module | Extract a module-specific search option from a search query. e.g. 'type:book' |
search_query_insert modules/search/search.module | Return a query with the given module-specific search option inserted in. e.g. 'type:book'. |
search_simplify modules/search/search.module | Simplifies a string according to indexing rules. |
search_uninstall modules/search/search.install | Реализация hook_uninstall(). |
search_update_totals modules/search/search.module | This function is called on shutdown to ensure that search_total is always up to date (even if cron times out or otherwise fails). |
search_view modules/search/search.module | Menu callback; presents the search form and/or search results. |
search_wipe modules/search/search.module | Wipes a part of or the entire search index. |
search_wipe_confirm modules/search/search.module | Menu callback: confirm wiping of the index. |
search_wipe_confirm_submit modules/search/search.module | Handler for wipe confirmation |
session_save_session includes/session.inc | Determine whether to save session data of the current request. |
sess_close includes/session.inc | |
sess_count includes/session.inc | Количество пользователей, которые имеют сессии. Можно рассчитывать для анонимов или аутентифицированных сессий. |
sess_destroy_sid includes/session.inc | Called by PHP session handling with the PHP session ID to end a user's session. |
sess_destroy_uid includes/session.inc | End a specific user's session |
sess_gc includes/session.inc | |
sess_open includes/session.inc | |
sess_read includes/session.inc | |
sess_regenerate includes/session.inc | Called when an anonymous user becomes authenticated or vice-versa. |
sess_write includes/session.inc | |
st includes/install.inc | Жёстко запрограммированная функция, являющаяся эквивалентом функции theme('placeholder') , когда система темизации не доступна. |
statistics_access_log modules/statistics/statistics.module | |
statistics_access_logging_settings modules/statistics/statistics.module | |
statistics_block modules/statistics/statistics.module | Реализация hook_block(). |
- « первая
- ‹ предыдущая
- …
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- …
- следующая ›
- последняя »