Lines Matching full:d
38 <d:principal-property-search xmlns:d="DAV:">
39 <d:property-search>
40 <d:prop>
41 <d:displayname />
42 </d:prop>
43 <d:match>user</d:match>
44 </d:property-search>
45 <d:prop>
46 <d:displayname />
47 <d:getcontentlength />
48 </d:prop>
49 </d:principal-property-search>';
77 <d:principal-property-search xmlns:d="DAV:">
78 <d:property-search>
79 <d:prop>
80 <d:yourmom />
81 </d:prop>
82 <d:match>user</d:match>
83 </d:property-search>
84 <d:prop>
85 <d:displayname />
86 <d:getcontentlength />
87 </d:prop>
88 </d:principal-property-search>';
116 <d:principal-property-search xmlns:d="DAV:">
117 <d:apply-to-principal-collection-set />
118 <d:property-search>
119 <d:prop>
120 <d:displayname />
121 </d:prop>
122 <d:match>user</d:match>
123 </d:property-search>
124 <d:prop>
125 <d:displayname />
126 <d:getcontentlength />
127 </d:prop>
128 </d:principal-property-search>';
153 '/d:multistatus',
154 '/d:multistatus/d:response' => 2,
155 '/d:multistatus/d:response/d:href' => 2,
156 '/d:multistatus/d:response/d:propstat' => 4,
157 '/d:multistatus/d:response/d:propstat/d:prop' => 4,
158 '/d:multistatus/d:response/d:propstat/d:prop/d:displayname' => 2,
159 '/d:multistatus/d:response/d:propstat/d:prop/d:getcontentlength' => 2,
160 '/d:multistatus/d:response/d:propstat/d:status' => 4,
164 $xml->registerXPathNamespace('d','DAV:');
183 <d:principal-property-search xmlns:d="DAV:">
184 <d:apply-to-principal-collection-set />
185 <d:property-search>
186 <d:prop>
187 <d:displayname />
188 </d:prop>
189 <d:match>user</d:match>
190 </d:property-search>
191 <d:property-search>
192 <d:prop>
193 <d:foo />
194 </d:prop>
195 <d:match>bar</d:match>
196 </d:property-search>
197 <d:prop>
198 <d:displayname />
199 <d:getcontentlength />
200 </d:prop>
201 </d:principal-property-search>';
226 '/d:multistatus',
227 '/d:multistatus/d:response' => 0,
228 '/d:multistatus/d:response/d:href' => 0,
229 '/d:multistatus/d:response/d:propstat' => 0,
230 '/d:multistatus/d:response/d:propstat/d:prop' => 0,
231 '/d:multistatus/d:response/d:propstat/d:prop/d:displayname' => 0,
232 '/d:multistatus/d:response/d:propstat/d:prop/d:getcontentlength' => 0,
233 '/d:multistatus/d:response/d:propstat/d:status' => 0,
237 $xml->registerXPathNamespace('d','DAV:');
255 <d:principal-property-search xmlns:d="DAV:" test="anyof">
256 <d:apply-to-principal-collection-set />
257 <d:property-search>
258 <d:prop>
259 <d:displayname />
260 </d:prop>
261 <d:match>user</d:match>
262 </d:property-search>
263 <d:property-search>
264 <d:prop>
265 <d:foo />
266 </d:prop>
267 <d:match>bar</d:match>
268 </d:property-search>
269 <d:prop>
270 <d:displayname />
271 <d:getcontentlength />
272 </d:prop>
273 </d:principal-property-search>';
298 '/d:multistatus',
299 '/d:multistatus/d:response' => 2,
300 '/d:multistatus/d:response/d:href' => 2,
301 '/d:multistatus/d:response/d:propstat' => 4,
302 '/d:multistatus/d:response/d:propstat/d:prop' => 4,
303 '/d:multistatus/d:response/d:propstat/d:prop/d:displayname' => 2,
304 '/d:multistatus/d:response/d:propstat/d:prop/d:getcontentlength' => 2,
305 '/d:multistatus/d:response/d:propstat/d:status' => 4,
309 $xml->registerXPathNamespace('d','DAV:');
327 <d:principal-property-search xmlns:d="DAV:">
328 <d:property-search>
329 <d:prop>
330 <d:displayname />
331 </d:prop>
332 <d:match>user</d:match>
333 </d:property-search>
334 <d:prop>
335 <d:displayname />
336 <d:getcontentlength />
337 </d:prop>
338 </d:principal-property-search>';
363 '/d:multistatus',
364 '/d:multistatus/d:response' => 0,
368 $xml->registerXPathNamespace('d','DAV:');