|
a/src/rcldb/rcldoc.h |
|
b/src/rcldb/rcldoc.h |
|
... |
|
... |
192 |
// rcldoc.cpp. Fields stored in the meta[] array (ie, title,
|
192 |
// rcldoc.cpp. Fields stored in the meta[] array (ie, title,
|
193 |
// author), _must_ use these canonical values, not aliases. This is
|
193 |
// author), _must_ use these canonical values, not aliases. This is
|
194 |
// enforced in internfile.cpp and misc other bits of metadata-gathering
|
194 |
// enforced in internfile.cpp and misc other bits of metadata-gathering
|
195 |
// code
|
195 |
// code
|
196 |
static const string keyurl; // url
|
196 |
static const string keyurl; // url
|
|
|
197 |
// childurl. This is set when working with the parent of the result, to hold
|
|
|
198 |
// the child of interest url, typically to highlight a directory entry
|
|
|
199 |
static const string keychildurl;
|
197 |
static const string keyfn; // file name
|
200 |
static const string keyfn; // file name
|
198 |
static const string keyipt; // ipath
|
201 |
static const string keyipt; // ipath
|
199 |
static const string keytp; // mime type
|
202 |
static const string keytp; // mime type
|
200 |
static const string keyfmt; // file mtime
|
203 |
static const string keyfmt; // file mtime
|
201 |
static const string keydmt; // document mtime
|
204 |
static const string keydmt; // document mtime
|