Home
last modified time | relevance | path

Searched refs:getProperties (Results 126 – 140 of 140) sorted by path

123456

/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1992 * Added: Sabre_DAV_Server::getProperties for easy property retrieval
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php85 function getProperties($requestedProperties) { function in Sabre\\CalDAV\\Calendar
H A DICSExportPlugin.php88 $node = $this->server->getProperties($path, [
232 $tzResult = $this->server->getProperties($path, [$tzProp]);
H A DPlugin.php287 $properties = $mkcalendar->getProperties();
459 $tzResult = $this->server->getProperties($calendarPath, [$tzProp]);
523 $tzResult = $this->server->getProperties($path, [$tzProp]);
688 $calendarProps = $this->server->getProperties($uri, [$tzProp]);
858 $calendarProperties = $this->server->getProperties($parentPath, [$sCCS]);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php469 $result = $this->server->getProperties(
703 $properties = $this->server->getProperties(
811 $props = $this->server->getProperties($owner, [$uas]);
951 $props = $node->getProperties([$sct, $ctz]);
997 $inboxProps = $this->server->getProperties(
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php151 function getProperties($properties) { function in Sabre\\CalDAV\\Subscriptions\\Subscription
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DMkCalendar.php33 function getProperties() { function in Sabre\\CalDAV\\Xml\\Request\\MkCalendar
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php211 function getProperties($properties) { function in Sabre\\CardDAV\\AddressBook
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php573 $properties = $mkcol->getProperties();
848 $nodeProperties = $node->getProperties($propertyNames);
886 $result = $this->server->getProperties($propFind->getPath(), [
H A DIProperties.php45 function getProperties($properties); function
H A DServer.php799 function getProperties($path, $propertyNames) { function in Sabre\\DAV\\Server
858 $properties = $this->getProperties($path, array_keys($propertyMap));
H A DTree.php333 $props = $source->getProperties([]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DMkCol.php34 function getProperties() { function in Sabre\\DAV\\Xml\\Request\\MkCol
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1553 $acl = $this->server->getProperties($path, '{DAV:}acl');
H A DPrincipal.php171 function getProperties($requestedProperties) { function in Sabre\\DAVACL\\Principal

123456