Home
last modified time | relevance | path

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

123

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICalendarObjectContainer.php18 interface ICalendarObjectContainer extends \Sabre\DAV\ICollection {
H A DPlugin.php756 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL {
H A DICollection.php21 interface ICollection extends DAV\ICollection { interface
H A DPlugin.php73 …$server->resourceTypeMapping['\\Sabre\\CalDAV\\Notifications\\ICollection'] = '{' . self::NS_CALEN…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php19 class User extends DAVACL\Principal implements DAV\ICollection {
/plugin/davcal/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/Subscriptions/
H A DISubscription.php5 use Sabre\DAV\ICollection; alias
37 interface ISubscription extends ICollection, IProperties {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DIAddressBook.php16 interface IAddressBook extends DAV\ICollection {
H A DPlugin.php310 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php270 if ($node instanceof DAV\ICollection) {
500 if (!$node instanceof DAV\ICollection)
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCollection.php15 abstract class Collection extends Node implements ICollection {
H A DICollection.php14 interface ICollection extends INode { interface
H A DIExtendedCollection.php15 interface IExtendedCollection extends ICollection {
H A DIMoveTarget.php20 interface IMoveTarget extends ICollection {
H A DIMultiGet.php23 interface IMultiGet extends ICollection {
H A DIQuota.php16 interface IQuota extends ICollection {
H A DServer.php712 …if (!($destinationParent instanceof ICollection)) throw new Exception\UnsupportedMediaType('The de…
867 … if (($newDepth === self::DEPTH_INFINITY || $newDepth >= 1) && $childNode instanceof ICollection) {
905 if (($depth > 0 || $depth === self::DEPTH_INFINITY) && $parentNode instanceof ICollection) {
1019 if (!$parent instanceof ICollection) {
1107 if (!$parent instanceof ICollection) {
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) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php14 class Directory extends Node implements DAV\ICollection, DAV\IQuota {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php15 class Directory extends Node implements DAV\ICollection, DAV\IQuota, DAV\IMoveTarget {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DISyncCollection.php18 interface ISyncCollection extends DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIPrincipalCollection.php17 interface IPrincipalCollection extends DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSharedCalendarsTest.php70 if ($child instanceof Notifications\ICollection) {
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743ICollection||t===System.ICloneable||t.$$name&&System.String.startsWith(t.$$name,"System.Collection…

123