Lines Matching full:d
43 <d:propfind xmlns:d="DAV:">
44 <d:prop xmlns:dw="http://dokuwiki.org/ns">
45 <d:creationdate/>
46 <d:getlastmodified/>
47 <d:getcontentlength/>
48 <d:getcontenttype/>
49 <d:resourcetype/>
50 <d:getetag/>
51 <d:displayname/>
55 </d:prop>
56 </d:propfind>
66 $xml->registerXPathNamespace('d', 'DAV:');
70 '/d:multistatus/d:response/d:href',
71 '/d:multistatus/d:response/d:propstat/d:prop/d:creationdate',
72 '/d:multistatus/d:response/d:propstat/d:prop/d:getlastmodified',
73 '/d:multistatus/d:response/d:propstat/d:prop/d:getcontentlength',
74 '/d:multistatus/d:response/d:propstat/d:prop/d:displayname',
75 '/d:multistatus/d:response/d:propstat/d:prop/dw:id',
76 '/d:multistatus/d:response/d:propstat/d:prop/dw:title',
77 '/d:multistatus/d:response/d:propstat/d:prop/dw:description',