Home
last modified time | relevance | path

Searched refs:parse (Results 176 – 200 of 952) sorted by path

12345678910>>...39

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php266 $message = $this->server->xml->parse($requestBody, $request->getUrl(), $documentType);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php712 $result = $this->server->xml->parse(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DFreeBusyReportTest.php107 $report = $this->server->xml->parse($reportXML, null, $rootElem);
129 $report = $this->server->xml->parse($reportXML, null, $rootElem);
151 $report = $this->server->xml->parse($reportXML, null, $rootElem);
172 $report = $this->server->xml->parse($reportXML, null, $rootElem);
H A DJCalTransformTest.php80 $multiStatus = $this->server->xml->parse(
133 $multiStatus = $this->server->xml->parse(
186 $multiStatus = $this->server->xml->parse(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DInviteTest.php151 $doc2 = $this->parse(
178 $this->parse(
H A DScheduleCalendarTranspTest.php83 $result = $this->parse(
107 $result = $this->parse(
H A DSupportedCalendarComponentSetTest.php69 $result = $this->parse(
95 $result = $this->parse(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DCalendarQueryReportTest.php27 $result = $this->parse($xml);
61 $this->parse($xml);
108 $result = $this->parse($xml);
238 $this->parse($xml);
262 $this->parse($xml);
286 $this->parse($xml);
310 $this->parse($xml);
336 $this->parse($xml);
364 $this->parse($xml);
H A DInviteReplyTest.php27 $result = $this->parse($xml);
50 $result = $this->parse($xml);
75 $this->parse($xml);
H A DShareTest.php31 $result = $this->parse($xml);
66 $result = $this->parse($xml);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/
H A DAddressBookQueryReportTest.php26 $result = $this->parse($xml);
63 $result = $this->parse($xml);
103 $this->parse($xml);
121 $result = $this->parse($xml);
166 $result = $this->parse($xml);
256 $this->parse($xml);
278 $this->parse($xml);
299 $this->parse($xml);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php191 $result = $this->server->xml->parse($body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php100 $multiStatus = $this->server->xml->parse($response->getBodyAsString());
223 $multiStatus = $this->server->xml->parse(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php148 $result = $this->parse($input, $elementMap);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php54 $result = $this->parse($xml, ['{DAV:}anything' => 'Sabre\\DAV\\Xml\\Property\\Href']);
69 $result = $this->parse($xml, ['{DAV:}anything' => 'Sabre\\DAV\\Xml\\Property\\Href']);
79 $result = $this->parse($xml, ['{DAV:}anything' => 'Sabre\\DAV\\Xml\\Property\\Href']);
H A DLastModifiedTest.php50 $result = $this->parse($input, $elementMap);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropFindTest.php19 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
37 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
H A DSyncCollectionTest.php21 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
45 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
69 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
90 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
H A DXmlTest.php26 function parse($xml, array $elementMap = []) { function in Sabre\\DAV\\Xml\\XmlTest
31 return $reader->parse();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php167 $result = $reader->parse();
212 $result = $reader->parse();
252 $result = $reader->parse();
302 $result = $reader->parse();
H A DCurrentUserPrivilegeSetTest.php51 $result = $this->parse($source);
58 function parse($xml) { function in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSetTest
63 $result = $reader->parse();
H A DPrincipalTest.php93 $principal = $this->parse($xml);
106 $principal = $this->parse($xml);
118 $principal = $this->parse($xml);
133 $this->parse($xml);
137 function parse($xml) { function in Sabre\\DAVACL\\Xml\\Property\\PrincipalTest
142 $result = $reader->parse();
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md15 3. `parse`, which works like PHP's [parse_url][6].
16 4. `build` to do the exact opposite of `parse`.
53 [6]: http://php.net/manual/en/function.parse-url.php
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php17 $base = parse($basePath);
18 $delta = parse($newPath);
108 $parts = parse($uri);
170 function parse($uri) { function
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md173 to parse incoming iTip messages and apply the result on existing calendars,
348 * Fixed: Couldn't parse vCard 3 extended format dates and times.
357 * Added: helper method to parse vCard dates and times.
410 * Added: Fancy new MimeDir parser that can also parse streams.
556 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse

12345678910>>...39