Home
last modified time | relevance | path

Searched refs:root (Results 151 – 175 of 880) sorted by last modified time

12345678910>>...36

/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) {
/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);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
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);
H A DClient.php199 $root = $dom->createElementNS('DAV:', 'd:propfind');
218 $dom->appendChild($root)->appendChild($prop);
/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 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/DAVACL/Exception/
H A DNeedPrivilegesExceptionTest.php20 $root = $dom->createElementNS('DAV:','d:root');
21 $dom->appendChild($root);
23 $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 DAceConflictTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $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 DNotSupportedPrivilegeTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $ex->serialize($server, $root);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php167 $timeZone = TimeZoneUtil::getTimeZone((string)$tzid, $this->root);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php66 * @param Component $root The root document
73 …public function __construct(Component $root, $name, $value = null, array $parameters = array(), $g… argument
84 parent::__construct($root, $name, $value, $parameters, $group);
207 if ($this->root->getDocumentType() !== Document::VCARD21) {
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md417 be created through the root component. (A VCalendar or VCard object).
/plugin/davcal/
H A Djstz.js1 (function (root) {/*global exports, Intl*/
1311 root.jstz = jstz;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php45 $root = new DAV\FS\Directory(getcwd()); variable
48 $server = new DAV\Server($root);

12345678910>>...36