recaptcha_admin_settings |
./recaptcha.admin.inc |
Form callback; administrative settings for reCaptcha. |
|
1 |
recaptcha_admin_settings_validate |
./recaptcha.admin.inc |
Validation function for recaptcha_admin_settings(). |
|
|
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 |
recaptcha_mailhide/recaptcha_mailhide.module |
Implements hook_filter(). |
|
|
recaptcha_mailhide_filter_tips |
recaptcha_mailhide/recaptcha_mailhide.module |
Implements hook_filter_tips(). |
1 |
|
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_update_6100 |
recaptcha_mailhide/recaptcha_mailhide.install |
Issue #2473329: Remove obsolete variables. |
|
|
recaptcha_mailhide_url |
recaptcha-php-1.11/recaptchalib.php |
|
1 |
|
recaptcha_menu |
./recaptcha.module |
Implements hook_menu(). |
|
|
recaptcha_perm |
./recaptcha.module |
Implements hook_perm(). |
|
|
recaptcha_theme |
./recaptcha.module |
Implements hook_theme(). |
|
2 |
recaptcha_uninstall |
./recaptcha.install |
Implements hook_uninstall(). |
|
|
recaptcha_update_6100 |
./recaptcha.install |
Issue #2473329: Remove obsolete variables. |
|
|
theme_recaptcha_custom_widget |
./recaptcha.module |
Theme function: creates the custom themed recaptcha widget. |
|
|
_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. |
1 |
|
_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_server_is_up |
./recaptcha.module |
Return the cached output of _recaptcha_test_recaptcha_server(). |
2 |
|
_recaptcha_test_recaptcha_server |
./recaptcha.module |
|
1 |
|