You are here

Functions in CAPTCHA Pack 6

Primary tabs

Namesort descending Location Description Direct uses Strings
math_captcha_captcha math_captcha/math_captcha.module Implementation of hook_captcha().
math_captcha_menu math_captcha/math_captcha.module Implementation of hook_menu().
math_captcha_settings_form math_captcha/math_captcha.admin.inc Math CAPTCHA settings form 1
math_captcha_settings_form_validate math_captcha/math_captcha.admin.inc Validation function for Math CAPTCHA settings form 1
math_captcha_uninstall math_captcha/math_captcha.install On uninstall: remove module variables and clear variable cache
phrase_captcha_captcha text_captcha/phrase_captcha/phrase_captcha.module Implementation of hook_captcha
phrase_captcha_help text_captcha/phrase_captcha/phrase_captcha.module Implementation of hook_help().
phrase_captcha_menu text_captcha/phrase_captcha/phrase_captcha.module Implementation of hook_menu().
phrase_captcha_settings_form text_captcha/phrase_captcha/phrase_captcha.admin.inc Administration form 1
phrase_captcha_settings_form_validate text_captcha/phrase_captcha/phrase_captcha.admin.inc Validate function of the administration form 1
phrase_captcha_uninstall text_captcha/phrase_captcha/phrase_captcha.install On uninstall: remove module variables and clear variable cache
random_captcha_type_captcha random_captcha_type/random_captcha_type.module Implementation of hook_captcha
random_captcha_type_help random_captcha_type/random_captcha_type.module Implementation of hook_help().
random_captcha_type_menu random_captcha_type/random_captcha_type.module Implementation of hook_menu().
random_captcha_type_settings_form random_captcha_type/random_captcha_type.admin.inc Configuration form 1
random_captcha_type_settings_form_validate random_captcha_type/random_captcha_type.admin.inc Implementation of form validation
random_captcha_type_uninstall random_captcha_type/random_captcha_type.install On uninstall: remove module variables and clear variable cache
word_list_captcha_captcha text_captcha/word_list_captcha/word_list_captcha.module Implementation of hook_captcha().
word_list_captcha_help text_captcha/word_list_captcha/word_list_captcha.module Implementation of hook_help().
word_list_captcha_menu text_captcha/word_list_captcha/word_list_captcha.module Implementation of hook_menu().
word_list_captcha_settings_form text_captcha/word_list_captcha/word_list_captcha.admin.inc Function for the settings form 1
word_list_captcha_settings_form_validate text_captcha/word_list_captcha/word_list_captcha.admin.inc Validation function for the settings form 1
word_list_captcha_uninstall text_captcha/word_list_captcha/word_list_captcha.install On uninstall: remove module variables and clear variable cache
_ascii_art_captcha_available_fonts ascii_art_captcha/ascii_art_captcha.admin.inc Function to get a list of available fonts 1
_ascii_art_captcha_get_allowed_characters ascii_art_captcha/ascii_art_captcha.module helper function for generating a code, taking the allowed characters into account 1
_math_captcha_addition_challenge math_captcha/math_captcha.challenge.inc function for addition challenges
_math_captcha_build_captcha math_captcha/math_captcha.challenge.inc helper function to build a math CAPTCHA form item 3
_math_captcha_enabled_challenges math_captcha/math_captcha.module Function for getting the enabled challenges (e.g. for use as checkboxes default_value) 2
_math_captcha_multiplication_challenge math_captcha/math_captcha.challenge.inc function for multiplication challenges
_math_captcha_repr math_captcha/math_captcha.challenge.inc Helper function for transforming a number to a textual representation 1
_math_captcha_repr_op math_captcha/math_captcha.challenge.inc 1
_math_captcha_subtraction_challenge math_captcha/math_captcha.challenge.inc function for subtraction challenges
_phrase_captcha_available_word_challenges text_captcha/phrase_captcha/phrase_captcha.inc 2
_phrase_captcha_enabled_word_challenges text_captcha/phrase_captcha/phrase_captcha.inc 2
_phrase_captcha_generate_nonsense_word text_captcha/phrase_captcha/phrase_captcha.inc function for generating a random nonsense word of a given number of characters 1
_phrase_captcha_generate_words text_captcha/phrase_captcha/phrase_captcha.inc function for generating an array of words 1
_phrase_captcha_ordinal text_captcha/phrase_captcha/phrase_captcha.inc function that returns a textual represention of an ordinal 1
_phrase_captcha_word_question_alphabetical_misplaced text_captcha/phrase_captcha/phrase_captcha.inc
_phrase_captcha_word_question_double_occurence text_captcha/phrase_captcha/phrase_captcha.inc
_phrase_captcha_word_question_word_index text_captcha/phrase_captcha/phrase_captcha.inc
_random_captcha_type_get_all_types random_captcha_type/random_captcha_type.inc Function for getting all the possible CAPTCHA types to switch between. For use as #options entry of a checkboxes widget. 2
_random_captcha_type_get_enabled_types random_captcha_type/random_captcha_type.inc Function for getting the enabled CAPTCHA types. Alternative of variable_get('random_captcha_type_enabled_types', ...) with sensible default value. For use as #default_value of checkboxes widget. Returns an array mapping… 2
_text_captcha_utf8_split text_captcha/text_captcha.inc 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 4
_text_captcha_whitespace_explode text_captcha/text_captcha.inc Helper function for splitting a string on white spaces. Using explode(' ', $string) is not enough because it returns empty elements if $string contains consecutive spaces. 3
_text_captcha_word_pool_form_items text_captcha/text_captcha.inc Helper function for setting word pool form items Locale dependent 3
_text_captcha_word_pool_get_content text_captcha/text_captcha.inc Helper function for getting the content of a word pool Locale dependent 4
_text_captcha_word_pool_validate text_captcha/text_captcha.inc Helper function for validating the word pool Locale dependent 3
_text_captcha_word_pool_validate_word_length text_captcha/text_captcha.inc 1
_word_list_captcha_get_word_list_captcha text_captcha/word_list_captcha/word_list_captcha.module helper function for generating a word list CAPTCHA 1

Pages

Other projects