Home
last modified time | relevance | path

Searched refs:root (Results 176 – 200 of 880) sorted by path

12345678910>>...36

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php199 $root = $dom->createElementNS('DAV:', 'd:propfind');
218 $dom->appendChild($root)->appendChild($prop);
H A DServer.php211 $root = new SimpleCollection('root', $treeOrNode);
212 $this->tree = new Tree($root);
215 $root = new SimpleCollection('root');
216 $this->tree = new Tree($root);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php36 $root = new DAV\SimpleCollection('root');
37 $root->addChild($calendars);
38 $root->addChild($principals);
40 $this->server = new DAV\Server($root);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php71 $root = new DAV\SimpleCollection('root');
72 $root->addChild($calendars);
73 $root->addChild($principals);
75 $this->server = new DAV\Server($root);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookRootTest.php13 $root = new AddressBookRoot($pBackend, $cBackend);
14 $this->assertEquals('addressbooks', $root->getName());
22 $root = new AddressBookRoot($pBackend, $cBackend);
24 $children = $root->getChildren();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php15 $root = $dom->createElement('d:root');
17 $dom->appendChild($root);
18 $root->setAttribute('xmlns:d','DAV:');
24 $locked->serialize(new DAV\Server(), $root);
44 $root = $dom->createElement('d:root');
46 $dom->appendChild($root);
47 $root->setAttribute('xmlns:d','DAV:');
53 $locked->serialize(new DAV\Server(), $root);
H A DTooManyMatchesTest.php15 $root = $dom->createElement('d:root');
17 $dom->appendChild($root);
18 $root->setAttribute('xmlns:d','DAV:');
22 $locked->serialize(new DAV\Server(), $root);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php20 $root = new SimpleCollection('webdav',array($bar));
22 $server = new Server($root);
H A DObjectTreeTest.php31 $root = $this->tree->getNodeForPath('');
32 $this->assertInstanceOf('Sabre\\DAV\\FSExt\\Directory',$root);
38 $root = $this->tree->getNodeForPath('subdir');
39 $this->assertInstanceOf('Sabre\\DAV\\FSExt\\Directory',$root);
H A DServerPreconditionTest.php17 $server = new Server($root);
29 $server = new Server($root);
42 $server = new Server($root);
54 $server = new Server($root);
69 $server = new Server($root);
81 $server = new Server($root);
93 $server = new Server($root);
106 $server = new Server($root);
118 $server = new Server($root);
130 $server = new Server($root);
[all …]
H A DServerSimpleTest.php157 '/root/somepath',
158 '/root/somepath/',
161 $this->server->setBaseUri('/root/');
169 $this->server->setBaseUri('/root');
177 $this->assertEquals('', $this->server->calculateUri('/root'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php146 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DAceConflictTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $ex->serialize($server, $root);
H A DNeedPrivilegesExceptionTest.php20 $root = $dom->createElementNS('DAV:','d:root');
21 $dom->appendChild($root);
23 $ex->serialize($server, $root);
H A DNoAbstractTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $ex->serialize($server, $root);
H A DNotRecognizedPrincipalTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $ex->serialize($server, $root);
H A DNotSupportedPrivilegeTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $ex->serialize($server, $root);
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md417 be created through the root component. (A VCalendar or VCard object).
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php44 * @param Document $root
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) { argument
53 $this->root = $root;
120 $item = $this->root->create($a1, $a2, $a3);
427 $property = $this->root->create($name,$value);
H A DNode.php59 protected $root; variable in Sabre\\VObject\\Node
H A DParameter.php53 public function __construct(Document $root, $name, $value = null) { argument
56 $this->root = $root;
287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
H A DProperty.php62 * @param Component $root The root document
69 …function __construct(Component $root, $name, $value = null, array $parameters = array(), $group = … argument
74 $this->root = $root;
181 $param = new Parameter($this->root, $name, $value);
399 $param = new Parameter($this->root, $name, $value);
511 if ($this->root->getDocumentType()===Document::VCARD40) {
523 switch($this->root->getDocumentType()) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVTimeZone.php29 return VObject\TimeZoneUtil::getTimeZone((string)$this->TZID, $this->root);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php34 protected $root; variable in Sabre\\VObject\\Parser\\Json
63 $this->root = new VCalendar(array(), false);
66 $this->root = new VCard(array(), false);
73 $this->root->add($this->parseProperty($prop));
76 $this->root->add($this->parseComponent($comp));
82 return $this->root;
115 return $this->root->createComponent(
141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
H A DMimeDir.php40 protected $root; variable in Sabre\\VObject\\Parser\\MimeDir
54 $this->root = null;
65 return $this->root;
128 $this->root = new $class(array(), false);
139 $this->root->add($result);
145 if ($name!==$this->root->name) {
146 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $this->root->name . '" got: "EN…
163 $component = $this->root->createComponent(substr($line,6), array(), false);
404 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);

12345678910>>...36