captcha_admin_settings |
./captcha.admin.inc |
Form builder function for the general CAPTCHA configuration. |
|
1 |
captcha_admin_settings_submit |
./captcha.admin.inc |
Submission function for captcha_admin_settings form. |
|
|
captcha_admin_settings_validate |
./captcha.admin.inc |
Validation handler for captcha_admin_settings form. |
|
|
captcha_captcha |
./captcha.module |
Default implementation of hook_captcha(). |
1 |
|
captcha_captcha_default_points_alter |
./captcha.module |
Implementation of hook_captcha_default_points_alter(). |
|
|
captcha_clear_captcha_placement_cache_submit |
./captcha.admin.inc |
Submit callback; clear CAPTCHA placement cache. |
|
1 |
captcha_cron |
./captcha.module |
Implements of hook_cron(). |
|
|
captcha_element_info |
./captcha.module |
Implements of hook_element_info(). |
|
|
captcha_element_process |
./captcha.module |
Process callback for CAPTCHA form element. |
|
1 |
captcha_examples |
./captcha.admin.inc |
Funtion for generating a page with CAPTCHA examples. |
|
1 |
captcha_form_alter |
./captcha.module |
Implements of hook_form_alter(). |
|
|
captcha_get_captcha_points |
./captcha.inc |
Helper function to load all captcha points. |
2 |
|
captcha_get_form_id_setting |
./captcha.inc |
Get the CAPTCHA setting for a given form_id. |
4 |
|
captcha_help |
./captcha.module |
Implementation of hook_help(). |
|
|
captcha_install |
./captcha.install |
Implements of hook_install(). |
|
|
captcha_menu |
./captcha.module |
Implements of hook_menu(). |
|
|
captcha_modules_enabled |
./captcha.module |
Implements hook_modules_enabled(). |
|
|
captcha_permission |
./captcha.module |
Implements of hook_permission(). |
|
|
captcha_point_admin |
./captcha.admin.inc |
Central handler for CAPTCHA point administration (adding, disabling, deleting). |
|
1 |
captcha_point_admin_form |
./captcha.admin.inc |
Admin form. |
|
1 |
captcha_point_admin_form_submit |
./captcha.admin.inc |
Submit function for captcha_point_admin_form. |
|
|
captcha_point_admin_form_validate |
./captcha.admin.inc |
Validation function for captcha_point_admin_form. |
|
|
captcha_point_disable_confirm |
./captcha.admin.inc |
Confirm dialog for disabling/deleting a CAPTCHA point. |
|
1 |
captcha_point_disable_confirm_submit |
./captcha.admin.inc |
Submission handler of CAPTCHA point disabling/deleting confirm_form. |
|
|
captcha_pre_render_process |
./captcha.module |
Pre-render callback for additional processing of a CAPTCHA form element. |
|
1 |
captcha_requirements |
./captcha.install |
Implements of hook_requirements(). |
|
|
captcha_schema |
./captcha.install |
Implementation of hook_schema(). |
1 |
|
captcha_set_form_id_setting |
./captcha.inc |
Helper function for adding/updating a CAPTCHA point. |
18 |
|
captcha_theme |
./captcha.module |
Implements of hook_theme(). |
|
|
captcha_uninstall |
./captcha.install |
Implements of hook_uninstall(). |
|
|
captcha_update_6200 |
./captcha.install |
Implements of hook_update_N(). |
|
|
captcha_update_6201 |
./captcha.install |
Implements of hook_update_N(). |
|
|
captcha_update_6202 |
./captcha.install |
Implements of hook_update_N(). |
|
|
captcha_update_6203 |
./captcha.install |
Implements of hook_update_N(). |
|
|
captcha_update_7000 |
./captcha.install |
Migrate form configuration for changed form ids in Drupal 7. |
|
|
captcha_update_7001 |
./captcha.install |
Increase the Session Id field size. |
|
|
captcha_validate |
./captcha.module |
CAPTCHA validation handler. |
|
1 |
captcha_validate_case_insensitive_equality |
./captcha.module |
CAPTCHA validation function to tests case insensitive equality. |
|
1 |
captcha_validate_case_insensitive_ignore_spaces |
./captcha.module |
CAPTCHA validation function to tests case insensitive equality while ignoring spaces. |
|
1 |
captcha_validate_ignore_spaces |
./captcha.module |
CAPTCHA validation function to tests equality while ignoring spaces. |
|
1 |
captcha_validate_strict_equality |
./captcha.module |
CAPTCHA validation function to tests strict equality. |
|
2 |
image_captcha_captcha |
image_captcha/image_captcha.module |
Implements hook_captcha(). |
|
|
image_captcha_font_preview |
image_captcha/image_captcha.admin.inc |
Menu handler for font preview request. |
|
1 |
image_captcha_help |
image_captcha/image_captcha.module |
Implements hook_help(). |
|
|
image_captcha_image |
image_captcha/image_captcha.user.inc |
Menu callback function that generates the CAPTCHA image. |
|
1 |
image_captcha_menu |
image_captcha/image_captcha.module |
Implements hook_menu(). |
|
|
image_captcha_requirements |
image_captcha/image_captcha.install |
Implements hook_requirements(). |
|
|
image_captcha_settings_form |
image_captcha/image_captcha.admin.inc |
Configuration form for image_captcha. |
|
1 |
image_captcha_settings_form_submit |
image_captcha/image_captcha.admin.inc |
Submit function for image_captcha configuration form. |
|
1 |
image_captcha_settings_form_validate |
image_captcha/image_captcha.admin.inc |
Validation function for image_captcha configuration form. |
|
1 |