Home
last modified time | relevance | path

Searched refs:IFile (Results 1 – 25 of 27) sorted by relevance

12

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICalendarObject.php19 interface ICalendarObject extends DAV\IFile {
H A DPlugin.php752 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DICard.php17 interface ICard extends DAV\IFile {
H A DPlugin.php289 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DICard.php17 interface ICard extends DAV\IFile {
H A DPlugin.php288 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICalendarObject.php19 interface ICalendarObject extends DAV\IFile {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DIFile.php16 interface IFile extends INode { interface
H A DFile.php15 abstract class File extends Node implements IFile {
H A DCorePlugin.php83 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 DTree.php305 if ($source instanceof IFile) {
H A DServer.php1324 $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 DIFile.php16 interface IFile extends INode { interface
H A DFile.php15 abstract class File extends Node implements IFile {
H A DCorePlugin.php81 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 DTree.php301 if ($source instanceof IFile) {
H A DServer.php1248 $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 DIPatchSupport.php16 interface IPatchSupport extends DAV\IFile {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DIPatchSupport.php16 interface IPatchSupport extends DAV\IFile {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php14 class File extends Node implements DAV\IFile {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php14 class File extends Node implements DAV\IFile {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php50 if ($node instanceof DAV\IFile) return;
H A DPlugin.php319 if ($subProps['subNode'] instanceof DAV\IFile) {
636 if ($node instanceof DAV\IFile) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php50 if ($node instanceof DAV\IFile) return;
H A DPlugin.php319 if ($subNode instanceof DAV\IFile) {
631 if ($node instanceof DAV\IFile) {

12