Home
last modified time | relevance | path

Searched refs:ICollection (Results 26 – 50 of 53) sorted by relevance

123

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DICollection.php14 interface ICollection extends INode { interface
H A DCollection.php15 abstract class Collection extends Node implements 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) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php137 * @param ICollection $parent
142 function beforeCreateFile($uri, $data, ICollection $parent, $modified) {
H A DCollection.php15 abstract class Collection extends Node implements ICollection {
H A DServer.php745 …if (!($destinationParent instanceof ICollection)) throw new Exception\UnsupportedMediaType('The de…
912 … if (($newDepth === self::DEPTH_INFINITY || $newDepth >= 1) && $childNode instanceof ICollection) {
974 if (($depth > 0 || $depth === self::DEPTH_INFINITY) && $parentNode instanceof ICollection) {
1084 if (!$parent instanceof ICollection) {
1172 if (!$parent instanceof ICollection) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL {
H A DPlugin.php73 …$server->resourceTypeMapping['\\Sabre\\CalDAV\\Notifications\\ICollection'] = '{' . self::NS_CALEN…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL {
H A DPlugin.php73 …$server->resourceTypeMapping['\\Sabre\\CalDAV\\Notifications\\ICollection'] = '{' . self::NS_CALEN…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSharedCalendarsTest.php70 if ($child instanceof Notifications\ICollection) {
/plugin/webdav/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/FS/
H A DDirectory.php14 class Directory extends Node implements DAV\ICollection, DAV\IQuota {
/plugin/webdav/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/Principal/
H A DUser.php19 class User extends DAVACL\Principal implements DAV\ICollection {
/plugin/webdav/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/FSExt/
H A DDirectory.php15 class Directory extends Node implements DAV\ICollection, DAV\IQuota, DAV\IMoveTarget {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php270 if ($node instanceof DAV\ICollection) {
500 if (!$node instanceof DAV\ICollection)
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php270 if ($node instanceof DAV\ICollection) {
507 if (!$node instanceof DAV\ICollection)
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php310 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php311 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) {
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.collections.min.js1ICollection,System.ICloneable],statics:{BitsPerInt32:32,BytesPerInt32:4,BitsPerByte:8,_ShrinkThres…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php790 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php756 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php487 if ($node instanceof DAV\ICollection) {

123