Home
last modified time | relevance | path

Searched refs:throwExceptions (Results 1 – 4 of 4) sorted by relevance

/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php58 protected $throwExceptions = false; variable in Sabre\\HTTP\\Client
159 if ($this->throwExceptions && $code >= 400) {
313 * @param bool $throwExceptions
316 function setThrowExceptions($throwExceptions) { argument
318 $this->throwExceptions = $throwExceptions;
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php57 protected $throwExceptions = false; variable in Sabre\\HTTP\\Client
157 if ($this->throwExceptions && $code >= 400) {
311 * @param bool $throwExceptions
314 function setThrowExceptions($throwExceptions) { argument
316 $this->throwExceptions = $throwExceptions;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php181 * @param bool $throwExceptions if set to false, this method won't throw exceptions.
185 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { argument
195 if ($throwExceptions)
213 if ($throwExceptions)
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php187 * @param bool $throwExceptions if set to false, this method won't throw exceptions.
192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { argument
218 if ($throwExceptions) {