You are here

Functions in reCAPTCHA 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
recaptcha_admin_settings ./recaptcha.module Implementation of admin settings(). 1
recaptcha_admin_settings_validate ./recaptcha.module The validation on the reCAPTCHA administration settings
recaptcha_captcha ./recaptcha.module reCAPTCHA implementation of hook_captcha
recaptcha_check_answer recaptcha/recaptchalib.php Calls an HTTP POST function to verify if the user's guess was correct 1 1
recaptcha_get_html recaptcha/recaptchalib.php Gets the challenge HTML (javascript and non-javascript version). This is called from the browser, and the resulting reCAPTCHA HTML widget is embedded within the HTML form it was called from. 1 1
recaptcha_get_signup_url recaptcha/recaptchalib.php gets a URL where the user can sign up for reCAPTCHA. If your application has a configuration page where you enter a key, you should provide a link using this function. 1 1
recaptcha_help ./recaptcha.module Implementation of hook_help().
recaptcha_mailhide_filter ./recaptcha_mailhide.module reCAPTCHA implementation of hook_filter
recaptcha_mailhide_filter_tips ./recaptcha_mailhide.module reCAPTCHA implementation of hook_filter_tips 1
recaptcha_mailhide_help ./recaptcha_mailhide.module Display help and module information
recaptcha_mailhide_html recaptcha/recaptchalib.php Gets html to display an email address given a public an private key. to get a key, go to: 1 1
recaptcha_mailhide_url recaptcha/recaptchalib.php 1
recaptcha_menu ./recaptcha.module Implementation of hook_menu().
recaptcha_perm ./recaptcha.module Valid permissions for this module
recaptcha_uninstall ./recaptcha.install Implementation of hook_uninstall().
theme_recaptcha_custom_widget ./recaptcha.module Creates the custom themed recaptcha widget
_recaptcha_aes_encrypt recaptcha/recaptchalib.php 1
_recaptcha_aes_pad recaptcha/recaptchalib.php 1
_recaptcha_http_post recaptcha/recaptchalib.php Submits an HTTP POST to a reCAPTCHA server 1
_recaptcha_library_not_found ./recaptcha.inc Let the user know that the reCAPTCHA PHP library is not installed 3
_recaptcha_mailhide_email_parts recaptcha/recaptchalib.php gets the parts of the email to expose to the user. eg, given johndoe@example,com return ["john", "example.com"]. the email is then displayed as john...@example.com 1
_recaptcha_mailhide_urlbase64 recaptcha/recaptchalib.php 1
_recaptcha_qsencode recaptcha/recaptchalib.php Encodes the given data into a query string format 2
_recaptcha_replace ./recaptcha_mailhide.module Private reCAPTCHA function to replace an email regex match 1

Other projects