Searched refs:IFile (Results 1 – 25 of 27) sorted by relevance
12
17 interface ICard extends DAV\IFile {
289 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
19 interface ICalendarObject extends DAV\IFile {
752 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
288 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) {
16 interface IFile extends INode { interface
15 abstract class File extends Node implements IFile {
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) {
301 if ($source instanceof IFile) {
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'];
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) {
305 if ($source instanceof IFile) {
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'];
16 interface IPatchSupport extends DAV\IFile {
14 class File extends Node implements DAV\IFile {
50 if ($node instanceof DAV\IFile) return;
319 if ($subProps['subNode'] instanceof DAV\IFile) {636 if ($node instanceof DAV\IFile) {
319 if ($subNode instanceof DAV\IFile) {631 if ($node instanceof DAV\IFile) {