Home
last modified time | relevance | path

Searched refs:Property (Results 326 – 350 of 431) sorted by path

1...<<1112131415161718

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php7 use Sabre\DAV\Xml\Property\LocalHref;
147 return new Xml\Property\SupportedAddressData();
150 return new Xml\Property\SupportedCollationSet();
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedAddressData.php3 namespace Sabre\CardDAV\Xml\Property;
H A DSupportedCollationSet.php3 namespace Sabre\CardDAV\Xml\Property;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php792 return new Xml\Property\GetLastModified($lm);
821 return new Xml\Property\SupportedReportSet($reports);
824 return new Xml\Property\ResourceType($this->server->getResourceTypeForNode($node));
827 return new Xml\Property\SupportedMethodSet(
880 if ($val && $val instanceof Xml\Property\Href) {
898 } elseif ($val instanceof Xml\Property\Href) {
H A DServer.php868 } elseif ($properties[$property] instanceof Xml\Property\GetLastModified) {
H A DTemporaryFileFilterPlugin.php273 …'{DAV:}getlastmodified' => new Xml\Property\GetLastModified(filemtime($tempLocatio…
275 '{DAV:}resourcetype' => new Xml\Property\ResourceType(null),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php97 return new DAV\Xml\Property\SupportedLock();
100 return new DAV\Xml\Property\LockDiscovery(
398 new DAV\Xml\Property\LockDiscovery([$lockInfo])
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php7 use Sabre\DAV\Xml\Property\Complex;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php12 use Sabre\DAV\Xml\Property; alias
159 return new Property\ShareAccess($node->getShareAccess());
164 return new Property\Invite($node->getInvites());
169 return new Property\Href($node->getShareResourceUri());
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php5 use Sabre\DAV\Xml\Property\Complex;
H A DSharee.php7 use Sabre\DAV\Xml\Property\Href;
8 use Sabre\DAV\Xml\Property\ShareAccess;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DComplex.php3 namespace Sabre\DAV\Xml\Property;
H A DGetLastModified.php3 namespace Sabre\DAV\Xml\Property;
H A DHref.php3 namespace Sabre\DAV\Xml\Property;
H A DInvite.php3 namespace Sabre\DAV\Xml\Property;
H A DLocalHref.php3 namespace Sabre\DAV\Xml\Property;
H A DLockDiscovery.php3 namespace Sabre\DAV\Xml\Property;
H A DResourceType.php3 namespace Sabre\DAV\Xml\Property;
H A DShareAccess.php3 namespace Sabre\DAV\Xml\Property;
H A DSupportedLock.php3 namespace Sabre\DAV\Xml\Property;
H A DSupportedMethodSet.php3 namespace Sabre\DAV\Xml\Property;
H A DSupportedReportSet.php3 namespace Sabre\DAV\Xml\Property;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php11 use Sabre\DAV\Xml\Property\Href;
1047 return new Xml\Property\Principal(Xml\Property\Principal::HREF, $url . '/');
1049 return new Xml\Property\Principal(Xml\Property\Principal::UNAUTHENTICATED);
1053 return new Xml\Property\SupportedPrivilegeSet($this->getSupportedPrivilegeSet($node));
1060 return new Xml\Property\CurrentUserPrivilegeSet($val);
1069 return new Xml\Property\Acl($this->getACL($node));
1073 return new Xml\Property\AclRestrictions();
1409 if (!$node[200][$propertyName] instanceof DAV\Xml\Property\Href) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php3 namespace Sabre\DAVACL\Xml\Property;
H A DAclRestrictions.php3 namespace Sabre\DAVACL\Xml\Property;

1...<<1112131415161718