search_block_configure |
modules/search/search.module |
Implements hook_block_configure(). |
search_block_info |
modules/search/search.module |
Implements hook_block_info(). |
search_block_view |
modules/search/search.module |
Implements hook_block_view(). |
search_box |
modules/search/search.module |
Form builder; Output a search form for the search block's search box. |
search_box_form_submit |
modules/search/search.module |
Process a block search form submission. |
search_comment_delete |
modules/search/search.module |
Implements hook_comment_delete(). |
search_comment_insert |
modules/search/search.module |
Implements hook_comment_insert(). |
search_comment_publish |
modules/search/search.module |
Implements hook_comment_publish(). |
search_comment_unpublish |
modules/search/search.module |
Implements hook_comment_unpublish(). |
search_comment_update |
modules/search/search.module |
Implements hook_comment_update(). |
search_config_info |
modules/search/search.module |
Implements hook_config_info(). |
search_cron |
modules/search/search.module |
Implements hook_cron(). |
search_data |
modules/search/search.module |
Performs a search by calling hook_search_execute(). |
search_dirty |
modules/search/search.module |
Marks a word as "dirty" (changed), or retrieves the list of dirty words. |
search_embedded_form_form |
modules/search/tests/search_embedded_form/search_embedded_form.module |
Builds a form for embedding in search results for testing. |
search_embedded_form_form_submit |
modules/search/tests/search_embedded_form/search_embedded_form.module |
Submit handler for search_embedded_form_form(). |
search_embedded_form_menu |
modules/search/tests/search_embedded_form/search_embedded_form.module |
Implements hook_menu(). |
search_embedded_form_preprocess_search_results |
modules/search/tests/search_embedded_form/search_embedded_form.module |
Adds the test form to search results. |
search_excerpt |
modules/search/search.module |
Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
_search_excerpt_match_filter |
modules/search/search.module |
Helper function for array_filter() in search_search_excerpt_match(). |
_search_excerpt_replace |
modules/search/search.module |
Helper function for array_walk() in search_excerpt(). |
search_expand_cjk |
modules/search/search.module |
Splits CJK (Chinese, Japanese, Korean) text into tokens. |
search_expression_extract |
modules/search/search.module |
Extracts a module-specific search option from a search expression. |
search_expression_insert |
modules/search/search.module |
Adds a module-specific search option to a search expression. |
search_extra_type_conditions |
modules/search/tests/search_extra_type/search_extra_type.module |
Test conditions callback for hook_search_info(). |
search_extra_type_search_execute |
modules/search/tests/search_extra_type/search_extra_type.module |
Implements hook_search_execute(). |
search_extra_type_search_info |
modules/search/tests/search_extra_type/search_extra_type.module |
Implements hook_search_info(). |
search_extra_type_search_page |
modules/search/tests/search_extra_type/search_extra_type.module |
Implements hook_search_page(). |
search_form |
modules/search/search.module |
Builds a search form. |
search_form_layout_block_configure_form_alter |
modules/search/search.module |
Implements hook_form_FORM_ID_alter(). |
search_forms |
modules/search/search.module |
Implements hook_forms(). |
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_default_module_info |
modules/search/search.module |
Returns information about the default search module. |
search_get_info |
modules/search/search.module |
Returns information about available search modules. |
_search_get_module_names |
modules/search/search.admin.inc |
Helper function to get real module names. |
search_index |
modules/search/search.module |
Update the full-text search index for a particular item. |
search_index_split |
modules/search/search.module |
Simplifies and splits a string into tokens for indexing. |
_search_index_truncate |
modules/search/search.module |
Helper function for array_walk in search_index_split. |
search_invoke_preprocess |
modules/search/search.module |
Invokes hook_search_preprocess() in modules. |
search_is_active |
modules/search/search.module |
Determines access for the ?q=search path. |
search_menu |
modules/search/search.module |
Implements hook_menu(). |
_search_menu_access |
modules/search/search.module |
Access callback for search tabs. |
search_node_update |
modules/search/search.module |
Implements hook_node_update(). |
search_node_update_index |
modules/search/search.module |
Implements hook_node_update_index(). |
search_permission |
modules/search/search.module |
Implements hook_permission(). |
search_preprocess_block |
modules/search/search.module |
Implements hook_preprocess_block(). |
search_reindex |
modules/search/search.module |
Clears a part of or the entire search index. |
search_reindex_confirm |
modules/search/search.admin.inc |
Menu callback: confirm wiping of the index. |
search_reindex_confirm_submit |
modules/search/search.admin.inc |
Handler for wipe confirmation |