ewmscp
..
|
static copyRequest::base::registerme | kw_size ("%" "size",©Request::base::kw_size) |
static copyRequest::base::registerme | kw_mtime ("%" "mtime",©Request::base::kw_mtime) |
%mtime mtime of the source file, in the format "%Y-%m-%d %H:%M:%S.%s" with s the microseconds. More... | |
static copyRequest::base::registerme | kw_inow ("%" "inow",©Request::base::kw_inow) |
%inow the current time in integer seconds since the epoch More... | |
static copyRequest::base::registerme | kw_now ("%" "now",©Request::base::kw_now) |
%now the current time in seconds with fraction since the epoch More... | |
static copyRequest::base::registerme | kw_version ("%" "version",©Request::base::kw_version) |
%version the version (git tag + commits-since-tag + shorthash) More... | |
static copyRequest::base::registerme | kw_commit ("%" "commit",©Request::base::kw_commit) |
%commit the commit (git hash) More... | |
static copyRequest::base::registerme | kw_prefix ("%" "prefix",©Request::base::kw_prefix) |
%prefix the prefix for log messages More... | |
void | copyRequest::base::kw_size (std::string &value) const |
void | copyRequest::base::kw_mtime (std::string &value) const |
void | copyRequest::base::kw_inow (std::string &value) const |
void | copyRequest::base::kw_now (std::string &value) const |
void | copyRequest::base::kw_version (std::string &value) const |
void | copyRequest::base::kw_commit (std::string &value) const |
void | copyRequest::base::kw_prefix (std::string &value) const |
void copyRequest::base::kw_commit | ( | std::string & | value | ) | const |
Definition at line 298 of file copyRequest.cpp.
void copyRequest::base::kw_inow | ( | std::string & | value | ) | const |
Definition at line 283 of file copyRequest.cpp.
void copyRequest::base::kw_mtime | ( | std::string & | value | ) | const |
Definition at line 275 of file copyRequest.cpp.
void copyRequest::base::kw_now | ( | std::string & | value | ) | const |
Definition at line 288 of file copyRequest.cpp.
void copyRequest::base::kw_prefix | ( | std::string & | value | ) | const |
Definition at line 303 of file copyRequest.cpp.
void copyRequest::base::kw_size | ( | std::string & | value | ) | const |
Definition at line 266 of file copyRequest.cpp.
void copyRequest::base::kw_version | ( | std::string & | value | ) | const |
Definition at line 293 of file copyRequest.cpp.
|
static |
%commit the commit (git hash)
|
static |
%inow the current time in integer seconds since the epoch
|
static |
%mtime mtime of the source file, in the format "%Y-%m-%d %H:%M:%S.%s" with s the microseconds.
|
static |
%now the current time in seconds with fraction since the epoch
|
static |
%prefix the prefix for log messages
|
static |
%size the size of the source file in bytes
|
static |
%version the version (git tag + commits-since-tag + shorthash)