You are here

Functions in Search and Replace Scanner 6

Primary tabs

Namesort descending Location Description Direct uses Strings
scanner_admin_form ./scanner.module Search and Replace Settings form. 1
scanner_confirm_form ./scanner.module Scanner confirmation form to prevent people from accidentally replacing things they don't intend to. 1
scanner_confirm_form_submit ./scanner.module Submission handling for scanner confirmation form.
scanner_execute ./scanner.module Handles the actual search and replace. 1
scanner_form ./scanner.module The search and replace form. 1
scanner_form_submit ./scanner.module Handles submission of the search and replace form.
scanner_form_validate ./scanner.module Validate form input.
scanner_install ./scanner.install Implementation of hook_install().
scanner_menu ./scanner.module Implementation of hook_menu().
scanner_perm ./scanner.module Implementation of hook_perm().
scanner_schema ./scanner.install Implementation of hook_schema().
scanner_theme ./scanner.module
scanner_undo_confirm_form ./scanner.module 1
scanner_undo_confirm_form_submit ./scanner.module
scanner_undo_page ./scanner.module 1
scanner_uninstall ./scanner.install Implementation of hook_uninstall().
scanner_view ./scanner.module Menu callback; presents the scan form and results. 1
theme_scanner_item ./scanner.module Theme each search result hit.
theme_scanner_replace_item ./scanner.module
theme_scanner_replace_results ./scanner.module
theme_scanner_results ./scanner.module The the search results.
_scanner_change_env ./scanner.module Attempt to stretch the amount of time available for processing so that timeouts don't interrupt search and replace actions. 1
_scanner_get_all_tables_map ./scanner.module Get all text fields. This is all very fragle based on how CCK stores fields. Works for CCK 1.6. 2
_scanner_get_selected_tables_map ./scanner.module Get the fields that have been selected for scanning. 2

Other projects