/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/ |
H A D | Collection.php | 6 use Sabre\DAV\Exception\NotFound; alias 58 * @throws NotFound 65 if (!file_exists($path)) throw new NotFound('File could not be located');
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/ |
H A D | User.php | 58 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found'); 66 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found'); 100 } catch (DAV\Exception\NotFound $e) {
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/ |
H A D | User.php | 58 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found'); 66 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found'); 100 } catch (DAV\Exception\NotFound $e) {
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Collection.php | 38 throw new Exception\NotFound('File not found: ' . $name); 57 } catch (Exception\NotFound $e) {
|
H A D | SimpleCollection.php | 91 … throw new Exception\NotFound('File not found: ' . $name . ' in \'' . $this->getName() . '\'');
|
H A D | Server.php | 530 } catch (Exception\NotFound $e) { 746 } catch (Exception\NotFound $e) { 760 } catch (Exception\NotFound $e) { 1166 } catch (Exception\NotFound $e) { 1183 } catch (Exception\NotFound $e) { 1309 } catch (Exception\NotFound $e) { 1353 } catch (Exception\NotFound $e) {
|
H A D | Tree.php | 74 throw new Exception\NotFound('Could not find node at path: ' . $path); 107 } catch (Exception\NotFound $e) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | Collection.php | 38 throw new Exception\NotFound('File not found: ' . $name); 57 } catch (Exception\NotFound $e) {
|
H A D | SimpleCollection.php | 91 … throw new Exception\NotFound('File not found: ' . $name . ' in \'' . $this->getName() . '\'');
|
H A D | Server.php | 502 } catch (Exception\NotFound $e) { 713 } catch (Exception\NotFound $e) { 727 } catch (Exception\NotFound $e) { 1101 } catch (Exception\NotFound $e) { 1118 } catch (Exception\NotFound $e) { 1233 } catch (Exception\NotFound $e) { 1277 } catch (Exception\NotFound $e) {
|
H A D | Tree.php | 74 throw new Exception\NotFound('Could not find node at path: ' . $path); 107 } catch (Exception\NotFound $e) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/ |
H A D | Collection.php | 8 use Sabre\DAV\Exception\NotFound; alias 62 if (!file_exists($path)) throw new NotFound('File could not be located');
|
/plugin/webdav/core/DAV/Collection/Pages/ |
H A D | Directory.php | 16 use Sabre\DAV\Exception\NotFound; alias 52 throw new NotFound('Directory does not exist');
|
/plugin/webdav/core/DAV/Collection/Media/ |
H A D | Directory.php | 15 use Sabre\DAV\Exception\NotFound; alias 53 throw new NotFound('Directory does not exist');
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 6 use Sabre\DAV\Exception\NotFound; alias 168 throw new NotFound('Node with name \'' . $name . '\' could not be found'); 182 } catch (NotFound $e) {
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 6 use Sabre\DAV\Exception\NotFound; alias 170 throw new NotFound('Node with name \'' . $name . '\' could not be found'); 184 } catch (NotFound $e) {
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/ |
H A D | NotFound.php | 16 class NotFound extends DAV\Exception { class
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/ |
H A D | NotFound.php | 16 class NotFound extends DAV\Exception { class
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | AbstractPrincipalCollection.php | 118 …if (!$principalInfo) throw new DAV\Exception\NotFound('Principal with name ' . $name . ' not found…
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/ |
H A D | Directory.php | 76 …if (!file_exists($path)) throw new DAV\Exception\NotFound('File with name ' . $path . ' could not …
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/ |
H A D | Directory.php | 76 …if (!file_exists($path)) throw new DAV\Exception\NotFound('File with name ' . $path . ' could not …
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | AbstractPrincipalCollection.php | 118 …if (!$principalInfo) throw new DAV\Exception\NotFound('Principal with name ' . $name . ' not found…
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 129 } catch (DAV\Exception\NotFound $e) { 556 …throw new DAV\Exception\NotFound('Path does not exist, or escaping from the base path was detected… 561 …throw new DAV\Exception\NotFound('Path does not exist, or escaping from the base path was detected…
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBookHome.php | 139 … throw new DAV\Exception\NotFound('Addressbook with name \'' . $name . '\' could not be found');
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 129 } catch (DAV\Exception\NotFound $e) { 561 …throw new DAV\Exception\NotFound('Path does not exist, or escaping from the base path was detected… 566 …throw new DAV\Exception\NotFound('Path does not exist, or escaping from the base path was detected…
|