Searched refs:DATE (Results 1 – 10 of 10) sorted by relevance
36 RELEASE-DATE \67 (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
85 This will update "RELEASE-DATE", "VERSION", and libtiff/tiffvers.h88 11. In the source tree, verify that the version info in RELEASE-DATE,
424 RELEASE-DATE \977 (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
6619 reading RELEASE-DATE file.7580 * Added RELEASE-DATE file to release file list.7643 TIFFLIB_VERSION macro is automatically generated from the RELEASE-DATE7646 o mkversion.c now reads RELEASE-DATE and emits TIFFLIB_VERSION in8003 "RELEASE-DATE"8006 date in "RELEASE-DATE"
40 if (!metaData_.hasHeader(Http::DATE)) { in Headers()41 headers[Http::DATE] = ""; in Headers()
45 if (headers.find(Http::DATE) == headers.end()) { in Headers()46 headers[Http::DATE] = ""; in Headers()
64 static const char* DATE; variable
46 const char* Http::DATE = "Date"; member in Http
135 httpRequest->addHeader(Http::DATE, httpRequest->Header("x-oss-date")); in addHeaders()137 if (!httpRequest->hasHeader(Http::DATE)) { in addHeaders()148 httpRequest->addHeader(Http::DATE, ToGmtTime(t)); in addHeaders()202 std::string date = httpRequest->Header(Http::DATE); in addSignInfo()
6007 Use current date (DATE) instead of release-date (RDATE) in last
Completed in 26 milliseconds