Lines Matching defs:prefix
37 ** prefix.
39 ** A special case exists for properties that had a prefix starting with
46 ** The propname will contain the prefix and the property name. For
67 ** The prefix used for the property is stripped and the URI for it
78 ** are stripped. Each element and attribute will have its prefix removed
79 ** and a new prefix inserted.
87 ** prefix used for their properties. It WILL change when the properties
421 /* use D: prefix to refer to the DAV: namespace URI,
429 /* use D: prefix to refer to the DAV: namespace URI */
434 /* use D: prefix to refer to the DAV: namespace URI */
478 const char *prefix = dav_xmlns_add_uri(xi, name->ns);
480 s = apr_psprintf(pool, "<%s:%s/>" DEBUG_CR, prefix, name->name);