Home
last modified time | relevance | path

Searched refs:failed (Results 176 – 188 of 188) sorted by path

12345678

/plugin/swiftmail/Swift/
H A DBatchMailer.php33 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/Events/
H A DSendEvent.php44 protected $failed = array(); variable in Swift_Events_SendEvent
106 $this->failed[] = $address;
114 return $this->failed;
/plugin/swiftmail/Swift/Plugin/
H A DVerboseSending.php46 $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/tindexmenu/
H A Dnojsindex-full.js65 if(ajax.failed) return true;
H A Dnojsindex.js1 …nu/ajax.php");ajax.AjaxFailedAlert="";ajax.encodeURIString=false;if(ajax.failed){return true;}var …
/plugin/tokenbucketauth/
H A DREADME20 Bugfix: Now a user is banned for his/her failed attempts, not for his/her viewing the login page
/plugin/tuxquote/
H A Dquotes.txt730 Some editors are failed writers, but so are most writers. <BR> -- T. S. Eliot (1888-1965)
1586 For a list of all the ways technology has failed to improve the quality of life, please press three…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md869 * Fixed: #175. Returning ETag header upon a failed `If-Match` or
1100 * Fixed: Issue #407: large downloads failed.
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php288 // If it's a 207, the request could still have failed, but the
H A DPropPatch.php52 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/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php198 $failed = [];
202 $failed[] = $priv;
207 if ($failed) {
216 …e(', ', $reasons) . '. Login was needed for privilege: ' . implode(', ', $failed) . ' on ' . $uri);
220 throw new NeedPrivileges($uri, $failed);
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md351 * #173: vCard converter failed for `X-ABDATE` properties that had no
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md125 * #173: vCard converter failed for `X-ABDATE` properties that had no

12345678