Home
last modified time | relevance | path

Searched refs:SimpleCollection (Results 1 – 25 of 30) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPreconditionTest.php16 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
28 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
41 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
53 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
68 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
80 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
92 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
105 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
117 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
129 $root = new SimpleCollection('root',array(new ServerPreconditionsNode()));
[all …]
H A DBasicNodeTest.php133 $dir = new SimpleCollection('simpledir',array());
144 $dir = new SimpleCollection('simpledir',array($file));
157 $dir = new SimpleCollection('simpledir',array('string shouldn\'t be here'));
167 $dir = new SimpleCollection('simpledir');
182 $dir = new SimpleCollection('simpledir');
194 $dir = new SimpleCollection('simpledir');
205 $dir = new SimpleCollection('simpledir');
H A DSyncTokenPropertyTest.php23 $corePlugin->propFindLate($propFind, new SimpleCollection('hi'));
38 new SimpleCollection('root', [
52 $corePlugin->propFindLate($propFind, new SimpleCollection('hi'));
61 new SimpleCollection('root', [
75 $corePlugin->propFindLate($propFind, new SimpleCollection('hi'));
H A DServerUpdatePropertiesTest.php11 new SimpleCollection('foo'),
29 new SimpleCollection('foo'),
52 new SimpleCollection('foo'),
87 new SimpleCollection('foo'),
H A DIssue33Test.php19 $bar = new SimpleCollection('bar');
20 $root = new SimpleCollection('webdav',array($bar));
H A DServerSimpleTest.php12 new SimpleCollection('hello')
26 new SimpleCollection('hello'),
H A DTreeTest.php114 class TreeDirectoryTester extends SimpleCollection {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
H A DPluginTest.php14 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
28 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
43 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
58 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
80 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
93 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
108 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
121 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php22 $server = new DAV\Server(new DAV\SimpleCollection('root'));
149 new DAV\SimpleCollection('principals', [
187 new DAV\SimpleCollection('principals', [
217 new DAV\SimpleCollection('principals', [
245 new DAV\SimpleCollection('principals', [
274 new DAV\SimpleCollection('principals', [
303 new DAV\SimpleCollection('principals', [
330 new DAV\SimpleCollection('principals', [
H A DSimplePluginTest.php146 new DAV\SimpleCollection('principals', array(
170 new DAV\SimpleCollection('principals', array(
250 new DAV\SimpleCollection('principals', array(
304 new DAV\SimpleCollection('principals', array(
H A DACLMethodTest.php31 new DAV\SimpleCollection('test'),
98 new DAV\SimpleCollection('principals',array(
99 new DAV\SimpleCollection('notaprincipal'),
284 new DAV\SimpleCollection('principals', array(
H A DPluginUpdatePropertiesTest.php16 new DAV\SimpleCollection('foo'),
95 new DAV\SimpleCollection('foo'),
H A DBlockAccessTest.php19 new DAV\SimpleCollection('testdir'),
174 $r = $this->server->emit('propFind', [$propFind, new DAV\SimpleCollection('testdir')]);
202 $r = $this->server->emit('propFind', [$propFind, new DAV\SimpleCollection('testdir')]);
H A DPrincipalSearchPropertySetTest.php16 $dir = new DAV\SimpleCollection('root');
H A DAllowAccessTest.php18 new DAV\SimpleCollection('testdir'),
H A DPrincipalPropertySearchTest.php16 $dir = new DAV\SimpleCollection('root');
/plugin/webdav/_test/lib/
H A DDAVServerTest.php21 $this->server = new DAV\Server(new DAV\SimpleCollection('root', [
22 new DAV\SimpleCollection('wiki', $wiki_collections),
/plugin/webdav/core/
H A DServer.php55 $this->server = new DAV\Server(new DAV\SimpleCollection('root', [
56 new DAV\SimpleCollection('wiki', $wiki_collections),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DIDirectoryTest.php26 class DirectoryMock extends DAV\SimpleCollection implements IDirectory {
H A DSogoStripContentTypeTest.php51 $this->carddavPlugin->propFindLate($propFind, new \Sabre\DAV\SimpleCollection('foo'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DSimpleCollection.php15 class SimpleCollection extends Collection { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleCollection.php15 class SimpleCollection extends Collection { class
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DPluginTest.php44 $plugin->propFind($propFind, new \Sabre\DAV\SimpleCollection('hi'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php17 class MockSyncCollection extends DAV\SimpleCollection implements ISyncCollection {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php36 $root = new DAV\SimpleCollection('root');

12