Lines Matching refs:data

69         list($data) = $xml->xpath('/d:multistatus/d:response/d:href');
70 $this->assertEquals('/',(string)$data,'href element should have been /');
72 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype');
74 $this->assertEquals(8,count($data));
96 … $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry');
97 $this->assertEquals(16,count($data),'We expected sixteen \'d:lockentry\' tags');
99 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
100 $this->assertEquals(16,count($data),'We expected sixteen \'d:lockscope\' tags');
102 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
103 $this->assertEquals(16,count($data),'We expected sixteen \'d:locktype\' tags');
105 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
106 $this->assertEquals(8,count($data),'We expected eight \'d:shared\' tags');
108 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
109 $this->assertEquals(8,count($data),'We expected eight \'d:exclusive\' tags');
111 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
112 $this->assertEquals(16,count($data),'We expected sixteen \'d:write\' tags');
130 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:lockdiscovery');
131 $this->assertEquals(8,count($data),'We expected eight \'d:lockdiscovery\' tags');