Home
last modified time | relevance | path

Searched defs:dav_resource (Results 1 – 9 of 9) sorted by relevance

/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A Dcaldav-PUT-vcalendar.php26 $dav_resource = new DAVResource($request->path); variable
31 $dav_resource = new DAVResource($request->path); variable
37 $dav_resource = new DAVResource($request->path); variable
H A Dcaldav-GET-functions.php33 function export_iCalendar( DAVResource $dav_resource ) {
H A Dcaldav-REPORT-sync-collection.php147 $dav_resource = new DAVResource($object, $collection); variable
170 $dav_resource = new DAVResource($object, $collection); variable
H A Dcaldav-DELETE.php14 $dav_resource = new DAVResource($request->path); variable
H A Dcaldav-GET.php15 $dav_resource = new DAVResource($request->path); variable
H A Dcaldav-PROPPATCH.php16 $dav_resource = new DAVResource($request->path); variable
/dports/www/htdigest/httpd-2.4.6/modules/dav/main/
H A Dmod_dav.h368 typedef struct dav_resource { struct
369 dav_resource_type type; argument
391 dav_resource_private *info; /* the provider's private info */ argument
397 long as the dav_resource structure. */ argument
400 } dav_resource; argument
/dports/www/apache24/httpd-2.4.53/modules/dav/main/
H A Dmod_dav.h387 typedef struct dav_resource { struct
388 dav_resource_type type; argument
412 dav_resource_private *info; /* the provider's private info */ argument
418 long as the dav_resource structure. */ argument
421 } dav_resource; typedef
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/dba/patches/
H A D1.2.2.sql40 CREATE TABLE dav_resource ( table