Home
last modified time | relevance | path

Searched defs:captcha (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/www/py-django-recaptcha/django-recaptcha-2.0.6/captcha/tests/
H A Dtest_fields.py20 captcha = fields.ReCaptchaField() variable in DefaultForm
51 captcha = fields.ReCaptchaField( variable in TestFields.test_field_instantiate_values.NonDefaultForm
102 captcha = fields.ReCaptchaField() variable in TestWidgets.test_default_v2_checkbox_html.DefaultCheckForm
125 captcha = fields.ReCaptchaField( variable in TestWidgets.test_v2_checkbox_attribute_changes_html.CheckboxAttrForm
158 captcha = fields.ReCaptchaField( variable in TestWidgets.test_default_v2_checkbox_domain_html.DomainForm
176 captcha = fields.ReCaptchaField( variable in TestWidgets.test_default_v2_invisible_html.InvisForm
203 captcha = fields.ReCaptchaField( variable in TestWidgets.test_v2_invisible_attribute_changes_html.InvisAttrForm
238 captcha = fields.ReCaptchaField( variable in TestWidgets.test_default_v2_invisible_domain_html.InvisDomainForm
256 captcha = fields.ReCaptchaField( variable in TestWidgets.test_default_v3_html.InvisForm
281 captcha = fields.ReCaptchaField( variable in TestWidgets.test_v3_attribute_changes_html.InvisAttrForm
[all …]
/dports/www/py-django-simple-captcha/django-simple-captcha-0.5.14/captcha/tests/
H A Dviews.py69 captcha = CaptchaField(help_text="asdasd") variable in test.CaptchaTestForm
78 captcha = CaptchaField(help_text="asdasd") variable in test_model_form.CaptchaTestModelForm
91 captcha = CaptchaField(generator=lambda: ("111111", "111111")) variable in test_custom_generator.CaptchaTestModelForm
102 captcha = CaptchaField( variable in test_custom_error_message.CaptchaTestErrorMessageForm
111 captcha = CaptchaField( variable in test_per_form_format.CaptchaTestFormatForm
129 captcha = CaptchaField(help_text="asdasd", required=False) variable in test_non_required.CaptchaTestForm
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Form/Element/
H A DCaptcha.php23 protected $captcha; variable in Zend\\Form\\Element\\Captcha
50 public function setCaptcha($captcha)
/dports/www/mybb/mybb-mybb_1829/
H A Dcontact.php161 $captcha = new captcha; variable
270 $captcha = ''; variable
278 $captcha = $post_captcha->html; variable
H A Dsendthread.php186 $captcha = new captcha; variable
267 $captcha = $post_captcha->html; variable
272 $captcha = ''; variable
/dports/chinese/phpbb3-tw/phpBB3/includes/captcha/
H A Dcaptcha_non_gd.php24 class captcha class
33 function captcha() function in captcha
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/ConfirmEdit/includes/auth/
H A DCaptchaPreAuthenticationProvider.php164 protected function verifyCaptcha( SimpleCaptcha $captcha, array $reqs, User $user ) {
179 protected function makeError( $message, SimpleCaptcha $captcha ) {
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/ConfirmEdit/includes/auth/
H A DCaptchaPreAuthenticationProvider.php164 protected function verifyCaptcha( SimpleCaptcha $captcha, array $reqs, User $user ) {
179 protected function makeError( $message, SimpleCaptcha $captcha ) {
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/Captcha/
H A DAbstractWord.php102 protected function renderCaptchaHidden(CaptchaAdapter $captcha, array $attributes)
135 protected function renderCaptchaInput(CaptchaAdapter $captcha, array $attributes)
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/Captcha/
H A DAbstractWord.php102 protected function renderCaptchaHidden(CaptchaAdapter $captcha, array $attributes)
135 protected function renderCaptchaInput(CaptchaAdapter $captcha, array $attributes)
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/Captcha/
H A DAbstractWord.php102 protected function renderCaptchaHidden(CaptchaAdapter $captcha, array $attributes)
135 protected function renderCaptchaInput(CaptchaAdapter $captcha, array $attributes)
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/Captcha/
H A DAbstractWord.php102 protected function renderCaptchaHidden(CaptchaAdapter $captcha, array $attributes)
135 protected function renderCaptchaInput(CaptchaAdapter $captcha, array $attributes)
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/Captcha/
H A DAbstractWord.php102 protected function renderCaptchaHidden(CaptchaAdapter $captcha, array $attributes)
135 protected function renderCaptchaInput(CaptchaAdapter $captcha, array $attributes)

1234567