/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerPreconditionTest.php | 16 $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 D | BasicNodeTest.php | 133 $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 D | SyncTokenPropertyTest.php | 23 $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 D | ServerUpdatePropertiesTest.php | 11 new SimpleCollection('foo'), 29 new SimpleCollection('foo'), 52 new SimpleCollection('foo'), 87 new SimpleCollection('foo'),
|
H A D | Issue33Test.php | 19 $bar = new SimpleCollection('bar'); 20 $root = new SimpleCollection('webdav',array($bar));
|
H A D | ServerSimpleTest.php | 12 new SimpleCollection('hello') 26 new SimpleCollection('hello'),
|
H A D | TreeTest.php | 114 class TreeDirectoryTester extends SimpleCollection {
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/ |
H A D | PluginTest.php | 14 $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 D | PluginPropertiesTest.php | 22 $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 D | SimplePluginTest.php | 146 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 D | ACLMethodTest.php | 31 new DAV\SimpleCollection('test'), 98 new DAV\SimpleCollection('principals',array( 99 new DAV\SimpleCollection('notaprincipal'), 284 new DAV\SimpleCollection('principals', array(
|
H A D | PluginUpdatePropertiesTest.php | 16 new DAV\SimpleCollection('foo'), 95 new DAV\SimpleCollection('foo'),
|
H A D | BlockAccessTest.php | 19 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 D | PrincipalSearchPropertySetTest.php | 16 $dir = new DAV\SimpleCollection('root');
|
H A D | AllowAccessTest.php | 18 new DAV\SimpleCollection('testdir'),
|
H A D | PrincipalPropertySearchTest.php | 16 $dir = new DAV\SimpleCollection('root');
|
/plugin/webdav/_test/lib/ |
H A D | DAVServerTest.php | 21 $this->server = new DAV\Server(new DAV\SimpleCollection('root', [ 22 new DAV\SimpleCollection('wiki', $wiki_collections),
|
/plugin/webdav/core/ |
H A D | Server.php | 55 $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 D | IDirectoryTest.php | 26 class DirectoryMock extends DAV\SimpleCollection implements IDirectory {
|
H A D | SogoStripContentTypeTest.php | 51 $this->carddavPlugin->propFindLate($propFind, new \Sabre\DAV\SimpleCollection('foo'));
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | SimpleCollection.php | 15 class SimpleCollection extends Collection { class
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | SimpleCollection.php | 15 class SimpleCollection extends Collection { class
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/ |
H A D | PluginTest.php | 44 $plugin->propFind($propFind, new \Sabre\DAV\SimpleCollection('hi'));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/ |
H A D | MockSyncCollection.php | 17 class MockSyncCollection extends DAV\SimpleCollection implements ISyncCollection {
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/ |
H A D | PluginTest.php | 36 $root = new DAV\SimpleCollection('root');
|