/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | ICalendarObject.php | 19 interface ICalendarObject extends DAV\IFile {
|
H A D | Plugin.php | 752 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | ICard.php | 17 interface ICard extends DAV\IFile {
|
H A D | Plugin.php | 289 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | ICard.php | 17 interface ICard extends DAV\IFile {
|
H A D | Plugin.php | 288 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | ICalendarObject.php | 19 interface ICalendarObject extends DAV\IFile {
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | IFile.php | 16 interface IFile extends INode { interface
|
H A D | File.php | 15 abstract class File extends Node implements IFile {
|
H A D | CorePlugin.php | 83 if (!$node instanceof IFile) return; 511 … if (!($node instanceof IFile)) throw new Exception\Conflict('PUT is not allowed on non-files.'); 796 if ($node instanceof IFile) {
|
H A D | Tree.php | 305 if ($source instanceof IFile) {
|
H A D | Server.php | 1324 $etag = $node instanceof IFile ? $node->getETag() : null; 1364 $etag = $node instanceof IFile ? $node->getETag() : null; 1484 $etagValid = $node instanceof IFile && $node->getETag() == $token['etag'];
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | IFile.php | 16 interface IFile extends INode { interface
|
H A D | File.php | 15 abstract class File extends Node implements IFile {
|
H A D | CorePlugin.php | 81 if (!$node instanceof IFile) return; 511 … if (!($node instanceof IFile)) throw new Exception\Conflict('PUT is not allowed on non-files.'); 796 if ($node instanceof IFile) {
|
H A D | Tree.php | 301 if ($source instanceof IFile) {
|
H A D | Server.php | 1248 $etag = $node instanceof IFile ? $node->getETag() : null; 1288 $etag = $node instanceof IFile ? $node->getETag() : null; 1408 $etagValid = $node instanceof IFile && $node->getETag() == $token['etag'];
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/ |
H A D | IPatchSupport.php | 16 interface IPatchSupport extends DAV\IFile {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/ |
H A D | IPatchSupport.php | 16 interface IPatchSupport extends DAV\IFile {
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/ |
H A D | File.php | 14 class File extends Node implements DAV\IFile {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/ |
H A D | File.php | 14 class File extends Node implements DAV\IFile {
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | MapGetToPropFind.php | 50 if ($node instanceof DAV\IFile) return;
|
H A D | Plugin.php | 319 if ($subProps['subNode'] instanceof DAV\IFile) { 636 if ($node instanceof DAV\IFile) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | MapGetToPropFind.php | 50 if ($node instanceof DAV\IFile) return;
|
H A D | Plugin.php | 319 if ($subNode instanceof DAV\IFile) { 631 if ($node instanceof DAV\IFile) {
|