Lines Matching full:xml
71 …$this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\Invite', $props['{' . Plugin::NS_CALENDARSE…
72 …$this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\AllowedSharingModes', $props['{' . Plugin::…
83 …$this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\Invite', $props['{' . Plugin::NS_CALENDARSE…
84 …$this->assertInstanceOf('Sabre\\DAV\\Xml\\Property\\Href', $props['{' . Plugin::NS_CALENDARSERVER …
99 '{DAV:}resourcetype' => new DAV\Xml\Property\ResourceType(['{DAV:}collection'])
154 'CONTENT_TYPE' => 'text/xml',
168 'CONTENT_TYPE' => 'text/xml',
171 $xml = <<<RRR
172 <?xml version="1.0"?>
185 $request->setBody($xml);
211 'CONTENT_TYPE' => 'text/xml',
214 $xml = '<?xml version="1.0"?>
227 $request->setBody($xml);
239 'CONTENT_TYPE' => 'text/xml',
242 $xml = '<?xml version="1.0"?>
249 $request->setBody($xml);
260 'CONTENT_TYPE' => 'text/xml',
263 $xml = '<?xml version="1.0"?>
267 $request->setBody($xml);
278 'CONTENT_TYPE' => 'text/xml',
281 $xml = '<?xml version="1.0"?>
286 $request->setBody($xml);
292 $this->assertEquals($xml, $request->getBody(true));
301 'CONTENT_TYPE' => 'text/xml',
304 $xml = '<?xml version="1.0"?>
308 $request->setBody($xml);
320 'CONTENT_TYPE' => 'text/xml',
323 $xml = '<?xml version="1.0"?>
327 $request->setBody($xml);
339 'CONTENT_TYPE' => 'text/xml',
342 $xml = '<?xml version="1.0"?>
346 $request->setBody($xml);
358 'CONTENT_TYPE' => 'text/xml',
361 $xml = '<?xml version="1.0"?>
365 $request->setBody($xml);
377 'CONTENT_TYPE' => 'text/xml',
380 $xml = '<?xml version="1.0"?>
383 $request->setBody($xml);