Home
last modified time | relevance | path

Searched refs:captcha (Results 1 – 25 of 1270) sorted by relevance

12345678910>>...51

/dports/www/gallery2/gallery2/modules/captcha/
H A DMANIFEST153 R modules/captcha/po/bg_BG.po
154 R modules/captcha/po/cs_CZ.po
155 R modules/captcha/po/da_DK.po
156 R modules/captcha/po/de_DE.po
157 R modules/captcha/po/eu_ES.po
158 R modules/captcha/po/fr_FR.po
159 R modules/captcha/po/it_IT.po
160 R modules/captcha/po/ja_JP.po
161 R modules/captcha/po/nl_NL.po
162 R modules/captcha/po/ru_RU.po
[all …]
/dports/www/phpbb3/phpBB3/config/default/container/
H A Dservices_captcha.yml2 captcha.factory:
3 class: phpbb\captcha\factory
10 captcha.plugins.service_collection:
17 core.captcha.plugins.gd:
18 class: phpbb\captcha\plugins\gd
23 - { name: captcha.plugins }
25 core.captcha.plugins.gd_wave:
31 - { name: captcha.plugins }
33 core.captcha.plugins.nogd:
41 core.captcha.plugins.qa:
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/captcha/
H A Dcaptchalib.php35 public $captcha = ''; variable in Captcha
77 $this->captcha->setOption('ssl', true);
152 $key = $this->captcha->generate();
172 return $this->captcha->getId();
185 return $this->captcha->renderAjax();
196 return $this->captcha->render();
200 return $this->captcha->render();
205 . strrev($this->captcha->getWord())
208 return $this->captcha->render();
246 return $this->captcha->getImgDir() . $this->captcha->getId() . $this->captcha->getSuffix();
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/ConfirmEdit/includes/auth/
H A DCaptchaPreAuthenticationProvider.php14 $captcha = ConfirmEditHooks::getInstance();
23 $captcha->setAction( 'accountcreate' );
51 $captcha->isBadLoginTriggered()
56 $captcha->setAction( 'badlogin' );
80 $captcha = ConfirmEditHooks::getInstance();
87 $captcha->setAction( 'badlogin' );
114 $captcha = ConfirmEditHooks::getInstance();
118 $captcha->setAction( 'accountcreate' );
159 * @param SimpleCaptcha $captcha
176 * @param SimpleCaptcha $captcha
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/ConfirmEdit/includes/auth/
H A DCaptchaPreAuthenticationProvider.php14 $captcha = ConfirmEditHooks::getInstance();
23 $captcha->setAction( 'accountcreate' );
51 $captcha->isBadLoginTriggered()
56 $captcha->setAction( 'badlogin' );
80 $captcha = ConfirmEditHooks::getInstance();
87 $captcha->setAction( 'badlogin' );
114 $captcha = ConfirmEditHooks::getInstance();
118 $captcha->setAction( 'accountcreate' );
159 * @param SimpleCaptcha $captcha
176 * @param SimpleCaptcha $captcha
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/ConfirmEdit/includes/auth/
H A DCaptchaPreAuthenticationProvider.php14 $captcha = ConfirmEditHooks::getInstance();
23 $captcha->setAction( 'accountcreate' );
51 $captcha->isBadLoginTriggered()
56 $captcha->setAction( 'badlogin' );
80 $captcha = ConfirmEditHooks::getInstance();
87 $captcha->setAction( 'badlogin' );
114 $captcha = ConfirmEditHooks::getInstance();
118 $captcha->setAction( 'accountcreate' );
159 * @param SimpleCaptcha $captcha
176 * @param SimpleCaptcha $captcha
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/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) argument
52 if (is_array($captcha) || $captcha instanceof Traversable) {
53 $captcha = ZendCaptcha\Factory::factory($captcha);
54 } elseif (!$captcha instanceof ZendCaptcha\AdapterInterface) {
58 (is_object($captcha) ? get_class($captcha) : gettype($captcha))
61 $this->captcha = $captcha;
73 return $this->captcha;
94 $captcha = $this->getCaptcha();
95 if ($captcha instanceof ZendCaptcha\AdapterInterface) {
[all …]
/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/xt/
H A Dcaptcha.t22 has_field '+captcha' => ( id => 'captcha', wrapper_class => 'captcha' );
57 my $rnd = $ctx->session->{captcha}->{rnd};
58 ok( $rnd, 'captcha is in session' );
64 my $rnd2 = $ctx->session->{captcha}->{rnd};
66 ok( !$form->field('captcha')->fif, 'no fif for captcha' );
67 $params->{captcha} = $rnd2;
70 # valid captcha, invalid subject
72 ok( $rnd2 == $ctx->session->{captcha}->{rnd}, 'captcha has not changed' );
78 my $render = $form->render_field('captcha');
80 <div class="captcha"><label for="captcha">Verification</label><img src="/captcha/image"/><input id=…
[all …]
/dports/graphics/cimg/CImg-v.2.9.7/examples/
H A Dcaptcha.cpp105 CImg<unsigned char> captcha(256,64,1,3,0), color(3); in main() local
124 …cimg_forYC(captcha,y,v) captcha.get_shared_row(y,0,v).shift((int)(4*std::cos(y*sin_freq + sin_offs… in main()
125 captcha.draw_image(6 + 40*k,tmp); in main()
130 CImg<unsigned char> copy = (+captcha).fill(0); in main()
139 else copy.draw_line((int)(cimg::rand()*captcha.width()), in main()
141 (int)(cimg::rand()*captcha.width()), in main()
146 captcha|=copy; in main()
147 captcha.noise(10,2); in main()
150 captcha.draw_rectangle(0,0,captcha.width() - 1,captcha.height() - 1, in main()
152 captcha = (+captcha).fill(255) - captcha; in main()
[all …]
/dports/graphics/gmic-qt/CImg-v.2.9.8/examples/
H A Dcaptcha.cpp105 CImg<unsigned char> captcha(256,64,1,3,0), color(3); in main() local
124 …cimg_forYC(captcha,y,v) captcha.get_shared_row(y,0,v).shift((int)(4*std::cos(y*sin_freq + sin_offs… in main()
125 captcha.draw_image(6 + 40*k,tmp); in main()
130 CImg<unsigned char> copy = (+captcha).fill(0); in main()
139 else copy.draw_line((int)(cimg::rand()*captcha.width()), in main()
141 (int)(cimg::rand()*captcha.width()), in main()
146 captcha|=copy; in main()
147 captcha.noise(10,2); in main()
150 captcha.draw_rectangle(0,0,captcha.width() - 1,captcha.height() - 1, in main()
152 captcha = (+captcha).fill(255) - captcha; in main()
[all …]
/dports/security/p5-Authen-PluggableCaptcha/Authen-PluggableCaptcha-0.05/samples/
H A Doverview.pm12 my $captcha= Authen::PluggableCaptcha->new(
17 my $captcha_publickey= $captcha->get_publickey();
26 $captcha= Authen::PluggableCaptcha->new(
33 $as_string= $captcha->render(
42 print $captcha->__dict__();
48 $captcha= Authen::PluggableCaptcha->new(
55 $as_string= $captcha->render(
62 print $captcha->__dict__();
68 $captcha= Authen::PluggableCaptcha->new(
76 my $crap= $captcha->validate_response( challenge_class=> 'Authen::PluggableCaptcha::Challenge::Typ…
[all …]
/dports/www/interchange/interchange-5.6.3/code/SystemTag/
H A Dcaptcha.coretag10 UserTag captcha Order function
11 UserTag captcha attrAlias func function
12 UserTag captcha addAttr
13 UserTag captcha Description Generate captcha codes for authentication check
16 UserTag captcha Routine <<EOR
45 || 'captcha';
125 $code = $Vend::Session->{captcha} = $captcha->generate_code($opt->{length});
166 Interchange [captcha] tag
176 error-name="captcha"
264 [tmp good][captcha check][/tmp]
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/dialogs/
H A DHF-FirmwareUpdateServer.lua31 if (captcha == 1) then
32 captcha = _"one"
33 elseif (captcha == 2) then
34 captcha = _"two"
35 elseif (captcha == 3) then
36 captcha = _"three"
37 elseif (captcha == 4) then
38 captcha = _"four"
39 elseif (captcha == 5) then
40 captcha = _"five"
[all …]

12345678910>>...51