You are here

Functions in reCAPTCHA 8

Primary tabs

Namesort descending Location Description Direct uses Strings
recaptcha_captcha ./recaptcha.module Implements hook_captcha().
recaptcha_captcha_validation ./recaptcha.module CAPTCHA Callback; Validates the reCAPTCHA code. 1
recaptcha_check_answer recaptcha-php-1.11/recaptchalib.php Calls an HTTP POST function to verify if the user's guess was correct 2
recaptcha_get_html recaptcha-php-1.11/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
recaptcha_get_signup_url recaptcha-php-1.11/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
recaptcha_help ./recaptcha.module Implements hook_help().
recaptcha_mailhide_filter_info recaptcha_mailhide/recaptcha_mailhide.module Implements hook_filter_info().
recaptcha_mailhide_help recaptcha_mailhide/recaptcha_mailhide.module Implements hook_help().
recaptcha_mailhide_html recaptcha-php-1.11/recaptchalib.php Gets html to display an email address given a public an private key. to get a key, go to: 1
recaptcha_mailhide_url recaptcha-php-1.11/recaptchalib.php 1
recaptcha_menu ./recaptcha.module Implements hook_menu().
recaptcha_permission ./recaptcha.module Implements hook_permission().
recaptcha_theme ./recaptcha.module Implements hook_theme(). 2
template_preprocess_recaptcha_custom_widget ./recaptcha.module Prepares variables for reCAPTCHA custom widget templates.
_filter_recaptcha_mailhide recaptcha_mailhide/recaptcha_mailhide.module Filter callbacks. 1
_filter_recaptcha_mailhide_settings recaptcha_mailhide/recaptcha_mailhide.module 1
_filter_recaptcha_mailhide_tips recaptcha_mailhide/recaptcha_mailhide.module 1 1
_recaptcha_aes_encrypt recaptcha-php-1.11/recaptchalib.php 1
_recaptcha_aes_pad recaptcha-php-1.11/recaptchalib.php 1
_recaptcha_http_post recaptcha-php-1.11/recaptchalib.php Submits an HTTP POST to a reCAPTCHA server 1
_recaptcha_load_library ./recaptcha.module Load the recaptcha library. 2
_recaptcha_mailhide_email_parts recaptcha-php-1.11/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_load_library recaptcha_mailhide/recaptcha_mailhide.module Load the recaptcha library. 2
_recaptcha_mailhide_urlbase64 recaptcha-php-1.11/recaptchalib.php 1
_recaptcha_qsencode recaptcha-php-1.11/recaptchalib.php Encodes the given data into a query string format 2
_recaptcha_replace recaptcha_mailhide/recaptcha_mailhide.module Private reCAPTCHA function to replace an email regex match 1
_recaptcha_test_recaptcha_server ./recaptcha.module 2

Other projects