Home
last modified time | relevance | path

Searched refs:ICollection (Results 1 – 25 of 53) sorted by relevance

123

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php22 * @var ICollection
39 * @param ICollection $rootNode
41 function __construct(ICollection $rootNode) {
73 if (!($parent instanceof ICollection))
104 if (!$parentNode instanceof ICollection) return false;
295 * @param ICollection $destinationParent
299 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null…
319 } elseif ($source instanceof ICollection) {
H A DIQuota.php16 interface IQuota extends ICollection {
H A DIMultiGet.php23 interface IMultiGet extends ICollection {
H A DIExtendedCollection.php15 interface IExtendedCollection extends ICollection {
H A DIMoveTarget.php20 interface IMoveTarget extends ICollection {
H A DICollection.php14 interface ICollection extends INode { interface
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php22 * @var ICollection
39 * @param ICollection $rootNode
41 function __construct(ICollection $rootNode) {
73 if (!($parent instanceof ICollection))
104 if (!$parentNode instanceof ICollection) return false;
293 * @param ICollection $destinationParent
297 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null…
315 } elseif ($source instanceof ICollection) {
H A DIQuota.php16 interface IQuota extends ICollection {
H A DIMultiGet.php23 interface IMultiGet extends ICollection {
H A DIExtendedCollection.php15 interface IExtendedCollection extends ICollection {
H A DIMoveTarget.php20 interface IMoveTarget extends ICollection {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DICollection.php21 interface ICollection extends DAV\ICollection { interface
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DICollection.php21 interface ICollection extends DAV\ICollection { interface
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DISubscription.php5 use Sabre\DAV\ICollection; alias
37 interface ISubscription extends ICollection, IProperties {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DISubscription.php5 use Sabre\DAV\ICollection; alias
37 interface ISubscription extends ICollection, IProperties {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DIAddressBook.php16 interface IAddressBook extends DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DIAddressBook.php16 interface IAddressBook extends DAV\ICollection {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICalendarObjectContainer.php18 interface ICalendarObjectContainer extends \Sabre\DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICalendarObjectContainer.php18 interface ICalendarObjectContainer extends \Sabre\DAV\ICollection {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIOutbox.php13 interface IOutbox extends \Sabre\DAV\ICollection, \Sabre\DAVACL\IACL {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIOutbox.php13 interface IOutbox extends \Sabre\DAV\ICollection, \Sabre\DAVACL\IACL {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DIPrincipalCollection.php17 interface IPrincipalCollection extends DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIPrincipalCollection.php17 interface IPrincipalCollection extends DAV\ICollection {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DISyncCollection.php18 interface ISyncCollection extends DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DISyncCollection.php18 interface ISyncCollection extends DAV\ICollection {

123