You are here

Functions in CAPTCHA 5.3

Primary tabs

Namesort descending Location Description Direct uses Strings
captcha_admin_settings ./captcha.module Form builder function for the general CAPTCHA configuration 2
captcha_admin_settings_submit ./captcha.module Submission function for captcha_admin_settings form
captcha_captcha ./captcha.module Default implementation of hook_captcha 1
captcha_examples ./captcha.module Funtion for generating a page with CAPTCHA examples If the arguments $module and $challenge are not set, generate a list with examples of the available CAPTCHA types. If $module and $challenge are set, generate 10 examples of the concerning CAPTCHA. 1
captcha_form_alter ./captcha.module Implementation of hook_form_alter().
captcha_help ./captcha.module Implementation of hook_help().
captcha_install ./captcha.install Create tables on install
captcha_menu ./captcha.module Implementation of hook_menu().
captcha_perm ./captcha.module Implementation of hook_perm().
captcha_point_admin_form ./captcha.module 1
captcha_point_admin_form_submit ./captcha.module submit function for captcha_point_admin_form
captcha_point_admin_form_validate ./captcha.module validation function for captcha_point_admin_form
captcha_point_disable_confirm ./captcha.module Confirm dialog for disabling/deleting a CAPTCHA point 1
captcha_point_disable_confirm_submit ./captcha.module submission handler of CAPTCHA point disabling/deleting confirm_form
captcha_pre_render ./captcha.module Implementation of form #pre_render. 1
captcha_pre_render_place_captcha ./captcha.module Pre_render function to place the CAPTCHA form element just above the last submit button 1
captcha_requirements ./captcha.module Implementation of hook_requirements().
captcha_uninstall ./captcha.install Remove tables on uninstall.
captcha_update_1 ./captcha.install Implementation of hook_update_N()
captcha_update_2 ./captcha.install Implementation of hook_update_N()
captcha_update_3 ./captcha.install Implementation of hook_update_N()
captcha_validate ./captcha.module Implementation of form #validate.
image_captcha_captcha image_captcha/image_captcha.module Implementation of hook_captcha(). 1
image_captcha_help image_captcha/image_captcha.module Implementation of hook_help().
image_captcha_image image_captcha/image_captcha.module menu callback function that generates the CAPTCHA image 1
image_captcha_menu image_captcha/image_captcha.module Implementation of hook_menu().
image_captcha_requirements image_captcha/image_captcha.module
image_captcha_settings_form image_captcha/image_captcha.module Configuration form for image_captcha Implemented by _image_captcha_settings_form() in image_captcha.admin.inc 2
image_captcha_settings_form_pre_render image_captcha/image_captcha.admin.inc Pre render function for image_captcha_settings_form 1
image_captcha_settings_form_validate image_captcha/image_captcha.admin.inc Validation function for image_captcha configuration form
image_captcha_uninstall image_captcha/image_captcha.install On uninstall: remove module variables and clear variable cache
text_captcha_captcha text_captcha/text_captcha.module Implementation of hook_captcha
text_captcha_help text_captcha/text_captcha.module Implementation of hook_help().
text_captcha_menu text_captcha/text_captcha.module Implementation of hook_menu().
text_captcha_settings_form text_captcha/text_captcha.module Administration form 2
text_captcha_settings_form_validate text_captcha/text_captcha.module Validate function of the administration form
text_captcha_uninstall text_captcha/text_captcha.install On uninstall: remove module variables and clear variable cache
theme_captcha_admin_settings_captcha_points ./captcha.module Custom theme function for a table of (form_id -> CAPTCHA type) settings
_captcha_available_challenge_types ./captcha.module Return an array with the available CAPTCHA types, for use as options array for a select form elements. The array is an associative array mapping "$module/$type" to "$type ($module)" with $module the module name implementing the… 2
_captcha_get_description ./captcha.module Get the description which appears above the CAPTCHA in forms. If the locale module is enabled, an optional language code can be given 2
_captcha_persistence_skip ./captcha.module Helper function for checking if the CAPTCHA for the given form_id should be skipped because of CAPTCHA persistence. 2
_image_captcha_available_fonts image_captcha/image_captcha.admin.inc function to get a list of available fonts 1
_image_captcha_generate_image image_captcha/image_captcha.user.inc base function for generating a image CAPTCHA 1
_image_captcha_get_font image_captcha/image_captcha.module Returns: 3
_image_captcha_hex_to_rgb image_captcha/image_captcha.module small helper function for parsing a hexadecimal color to a RGB tuple 2
_image_captcha_image_generator_add_dots image_captcha/image_captcha.user.inc 1
_image_captcha_image_generator_add_lines image_captcha/image_captcha.user.inc 1
_image_captcha_image_generator_print_string image_captcha/image_captcha.user.inc Helper function for drawing text on the image 1
_image_captcha_settings_form image_captcha/image_captcha.admin.inc Helper function for the configuration form for image_captcha Called by image_captcha_settings_form() (which determines the real form_id 'image_captcha_settings_form') 1
_image_captcha_utf8_split image_captcha/image_captcha.module Helper function for splitting an utf8 string correctly in characters. Assumes the given utf8 string is well formed. See http://en.wikipedia.org/wiki/Utf8 for more info 3

Pages

Other projects