/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | PropPatch.php | 52 protected $failed = false; variable in Sabre\\DAV\\PropPatch 157 $this->failed = true; 231 $this->failed = true; 239 if ($this->failed) { 254 if ($this->failed) { 265 return !$this->failed; 298 $this->failed = true; 327 $this->failed = true; 341 $this->failed = true;
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | PropPatch.php | 52 protected $failed = false; variable in Sabre\\DAV\\PropPatch 150 $this->failed = true; 224 $this->failed = true; 232 if ($this->failed) { 247 if ($this->failed) { 258 return !$this->failed; 291 $this->failed = true; 320 $this->failed = true; 334 $this->failed = true;
|
/plugin/swiftmail/Swift/ |
H A D | BatchMailer.php | 33 protected $failed = array(); variable in Swift_BatchMailer 107 $this->failed[] = $address; 108 $this->failed = array_unique($this->failed); 116 return $this->failed; 123 $this->failed = null; 124 $this->failed = array();
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | VerboseSending.php | 46 $failed = $e->getFailedRecipients(); 52 $pass = !in_array($address->getAddress(), $failed); 60 $pass = !in_array($address->getAddress(), $failed); 68 $pass = !in_array($address->getAddress(), $failed);
|
/plugin/loglog/_test/ |
H A D | loglog.log | 1 1598914860 2020/09/01 01:01 127.0.0.1 admin failed login attempt 11 1604459040 2020/11/04 04:04 127.0.0.1 fakeuser failed login attempt 12 1604549100 2020/11/05 05:05 127.0.0.1 fakeuser failed login attempt
|
/plugin/authucenter/lib/uc_client/lib/ |
H A D | xml.class.php | 40 var $failed = FALSE; variable in XML 62 return xml_parse($this->parser, $data, true) && !$this->failed ? $this->document : ''; 67 $this->failed = FALSE; 72 $this->failed = TRUE; 78 $this->failed = TRUE;
|
/plugin/swiftmail/Swift/Events/ |
H A D | SendEvent.php | 44 protected $failed = array(); variable in Swift_Events_SendEvent 106 $this->failed[] = $address; 114 return $this->failed;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/ |
H A D | Event.php | 124 public function setFailed(FailedEvent $failed) argument 126 $this->failed = $failed; 133 return $this->failed;
|
/plugin/mikioplugin/ |
H A D | css.php | 43 $failed = false; variable 54 $failed = true; variable 58 if(!$failed) {
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
H A D | HTML.php | 129 $failed = ($per*$result->errorCount())+($per*$result->failureCount()); 130 $aSuiteResult['percent'] = round(100-$failed,2); 157 $failed = ($per*$final['counts']['error'])+($per*$final['counts']['failure']); 158 $final['percent'] = round(100-$failed,2);
|
/plugin/flattr/ |
H A D | helper.php | 142 $failed = array_diff($mandatories, array_keys($params)); 143 if (count($failed) > 0) { 144 return '[n/a: ' . implode(', ', $failed) . ' not set]';
|
/plugin/fedauth/Auth/Yadis/ |
H A D | Yadis.php | 69 var $failed = false; variable in Auth_Yadis_DiscoveryResult 80 $this->failed = true; 85 return $this->failed;
|
/plugin/openid/Auth/Yadis/ |
H A D | Yadis.php | 69 var $failed = false; variable in Auth_Yadis_DiscoveryResult 80 $this->failed = true; 85 return $this->failed;
|
/plugin/authfacebook/lib/Helpers/ |
H A D | FacebookRedirectLoginHelper.php | 240 …throw new FacebookSDKException('Cross-site request forgery validation failed. Required GET param "… 244 …throw new FacebookSDKException('Cross-site request forgery validation failed. Required param "stat… 251 …throw new FacebookSDKException('Cross-site request forgery validation failed. The "state" param fr…
|
/plugin/swiftmail/ |
H A D | Swift.php | 375 $failed = 0; 389 $failed++; 404 $failed++; 410 if ($failed == (count($to) + count($cc))) 430 $failed += $tmp_sent; 452 $failed++;
|
/plugin/loglog/lang/en/ |
H A D | report.txt | 6 * failed login attempts: @@auth_fail@@
|
H A D | auth_failed.txt | 3 The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTER…
|
/plugin/logindelay/ |
H A D | plugin.info.txt | 6 desc Delay login after failed attempts
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ |
H A D | ResultPrinter.php | 49 protected $failed = 0; variable in PHPUnit_Util_TestDox_ResultPrinter 127 $this->failed++; 161 $this->failed++;
|
/plugin/randomquote/ |
H A D | quotes.txt | 2 I have not failed. I've just found 10,000 ways that won't work. - Thomas Edison
|
/plugin/chat/ |
H A D | tw-sack.js | 53 this.failed = true; 119 if (this.failed) {
|
/plugin/fckg/fckeditor/editor/dialog/ |
H A D | tw-sack.js | 53 this.failed = true; 123 if (this.failed) {
|
/plugin/fckg/fckeditor/ |
H A D | tw-sack.js | 53 this.failed = true; 123 if (this.failed) {
|
/plugin/preregister/ |
H A D | action.php | 87 $failed = false; 94 $failed = true; 98 if($failed) {
|
/plugin/abortlogin/ |
H A D | README.md | 8 An option to log failed IP attempts: the log will be saved in
|