Home
last modified time | relevance | path

Searched refs:debugExceptions (Results 1 – 15 of 15) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAbstractPluginTest.php39 $this->server->debugExceptions = true;
H A DValidateVCardTest.php35 $this->server->debugExceptions = true;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DAbstractServer.php26 $this->server->debugExceptions = true;
H A DServerCopyMoveTest.php24 $this->server->debugExceptions = true;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php25 $server->debugExceptions = true;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php33 $fakeServer->debugExceptions = true;
H A DPrincipalPropertySearchTest.php23 $fakeServer->debugExceptions = true;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php19 $server->debugExceptions = true;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php42 $this->server->debugExceptions = true;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php48 $this->server->debugExceptions = true;
H A DPluginTest.php77 $this->server->debugExceptions = true;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php104 $this->server->debugExceptions = true;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php141 public $debugExceptions = false; variable in Sabre\\DAV\\Server
281 if ($this->debugExceptions) {
288 if ($this->debugExceptions) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php135 public $debugExceptions = false; variable in Sabre\\DAV\\Server
275 if ($this->debugExceptions) {
282 if ($this->debugExceptions) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md933 * Added: When debugExceptions is turned on, all previous exceptions are also
1903 with the Sabre_DAV_Server::$debugExceptions property.
2009 with the Sabre_DAV_Server::$debugExceptions property.