Home
last modified time | relevance | path

Searched refs:lastModDate (Results 1 – 17 of 17) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/data/
H A Dziparchive.cpp130 Uint16 lastModDate; member
143 << lastModDate in operator >>()
156 >> lastModDate in operator <<()
172 Uint16 lastModDate; member
198 << lastModDate in operator >>()
217 >> lastModDate in operator <<()
376 DOSDate lastModDate(header.lastModDate); in DENG2_PIMPL() local
378 …entry->modifiedAt = QDateTime(QDate(lastModDate.year + 1980, lastModDate.month, lastModDate.dayOfM… in DENG2_PIMPL()
461 header.lastModDate = DOSDate(at.year() - 1980, at.month(), at.dayOfMonth()); in DENG2_PIMPL()
661 header.lastModDate = DOSDate(at.year() - 1980, at.month(), at.dayOfMonth()); in operator >>()
/dports/www/lagrange/lagrange-1.7.3/lib/the_Foundation/src/
H A Darchive.c109 uint16_t lastModDate; member
123 d->lastModDate = readU16_Stream(stream); in read_LocalFileHeader_()
138 uint16_t lastModDate; member
163 d->lastModDate = readU16_Stream(stream); in read_CentralFileHeader_()
312 iDOSDate lastModDate; in readDirectory_Archive_() local
314 init_DOSDate_(&lastModDate, header.lastModDate); in readDirectory_Archive_()
317 &(iDate){ .year = lastModDate.year + 1980, in readDirectory_Archive_()
318 .month = lastModDate.month, in readDirectory_Archive_()
319 .day = lastModDate.dayOfMonth, in readDirectory_Archive_()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/common/app_group/
H A Dapp_group_metrics_client.mm81 @"lastModDate" : mod_date
88 return [[path1 objectForKey:@"lastModDate"]
89 compare:[path2 objectForKey:@"lastModDate"]];
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DzipFile.cpp149 uint16_t lastModDate; member
208 src.Read(&h.f.lastModDate); in _ReadLocalFileHeader()
248 out.Write(h.f.lastModDate); in _WriteLocalFileHeader()
276 uint16_t lastModDate; member
325 out.Write(h.f.lastModDate); in _WriteCentralDirectoryHeader()
826 std::tie(h.f.lastModTime, h.f.lastModDate) = _ModTimeAndDate(filePath); in AddFile()
876 h.f.lastModDate = localHeader.lastModDate; in Save()
/dports/deskutils/bitcollider/bitcollider-0.6.0/lib/
H A Dcache.c118 entry->lastModDate = atoi(token); in get_cache_entry()
126 entry->lastModDate = 0; in get_cache_entry()
150 t, (long)entry->lastModDate, entry->bitprint); in add_cache_entry()
412 entry.lastModDate = random() % t;
H A Dmain.c335 if (fileInfo.st_mtime == centry.lastModDate) in analyze_file()
488 centry.lastModDate = fileInfo.st_mtime; in analyze_file()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dcommon.cpp518 wxDateTime lastModDate; in TimestampDir() local
526 ConvertFileTimeToWx( &lastModDate, findData.ftLastWriteTime ); in TimestampDir()
527 timestamp += lastModDate.GetValue().GetValue(); in TimestampDir()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DUCF_Handler.cpp594 XMP_Uns16 lastModTime, lastModDate; in UpdateFile() local
601 lastModDate = 21; in UpdateFile()
605 lastModDate = (XMP_Uns16) (((time.year) - 1980 ) << 9 | ((time.month) << 5) | time.day); in UpdateFile()
608 PutUns16LE ( lastModDate, &xmpFileHeader.fields[FileHeader::o_lastmodDate] ); in UpdateFile()
665 PutUns16LE ( lastModDate, &xmpCDHeader.fields[CDFileHeader::o_lastmodDate] ); in UpdateFile()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DUCF_Handler.cpp630 XMP_Uns16 lastModTime, lastModDate; in UpdateFile() local
637 lastModDate = 21; in UpdateFile()
641 lastModDate = (XMP_Uns16) (((time.year) - 1980 ) << 9 | ((time.month) << 5) | time.day); in UpdateFile()
644 PutUns16LE ( lastModDate, &xmpFileHeader.fields[FileHeader::o_lastmodDate] ); in UpdateFile()
701 PutUns16LE ( lastModDate, &xmpCDHeader.fields[CDFileHeader::o_lastmodDate] ); in UpdateFile()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/
H A DXMPFiles.cpp593 XMP_DateTime lastModDate; in GetFileModDate() local
601 if (!Host_IO::GetModifyDate ( curFilePath, &lastModDate ) ) continue; in GetFileModDate()
602 if ( ! ok || ( SXMPUtils::CompareDateTime ( *modDate , lastModDate ) < 0 ) ) in GetFileModDate()
604 *modDate = lastModDate; in GetFileModDate()
651 XMP_DateTime lastModDate; in GetFileModDate() local
659 if (!Host_IO::GetModifyDate ( curFilePath, &lastModDate ) ) continue; in GetFileModDate()
660 if ( ! ok || ( SXMPUtils::CompareDateTime ( *modDate , lastModDate ) < 0 ) ) in GetFileModDate()
662 *modDate = lastModDate; in GetFileModDate()
/dports/deskutils/bitcollider/bitcollider-0.6.0/include/
H A Dcache.h33 time_t lastModDate; member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/filesys/
H A Dzip.cpp88 uint16_t lastModDate; member
109 uint16_t lastModDate; member
144 hdr.lastModDate = littleEndianByteOrder.toHost(hdr.lastModDate); in readArchiveHeader()
/dports/games/uqm/uqm-0.8.0/src/libs/uio/zip/
H A Dzip.c741 uio_uint16 lastModDate; in zip_fillDirStructureCentralProcessEntry() local
767 lastModDate = makeUInt16(buf[14], buf[15]); in zip_fillDirStructureCentralProcessEntry()
769 gPFileData->mtime = dosToUnixTime(lastModDate, lastModTime); in zip_fillDirStructureCentralProcessEntry()
1092 uio_uint16 lastModDate; in zip_fillDirStructureLocalProcessEntry() local
1108 lastModDate = makeUInt16(buf[8], buf[9]); in zip_fillDirStructureLocalProcessEntry()
1110 gPFileData->mtime = dosToUnixTime(lastModDate, lastModTime); in zip_fillDirStructureLocalProcessEntry()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSTFactory.java411 if (lastModDate == null || lastModDate.before(when)) {
412 lastModDate = when;
433 Date lastModDate = null;
503 lastModDate = null; // date is now null- object is empty
572 return lastModDate;
/dports/www/firefox-legacy/firefox-52.8.0esr/rdf/datasource/
H A DnsFileSystemDataSource.cpp1077 PRTime lastModDate; in GetLastMod() local
1078 if (NS_FAILED(rv = aFile->GetLastModifiedTime(&lastModDate))) in GetLastMod()
1082 mRDFService->GetDateLiteral(lastModDate * PR_MSEC_PER_SEC, aResult); in GetLastMod()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/air/ApplicationUpdater/src/ApplicationUpdater/air/update/core/
H A DUCFUnpackager.as301 var lastModDate : uint = _currentLFH.readUnsignedShort();
/dports/net/libcmis/libcmis-0.5.2/
H A DChangeLog1210 Sharepoint - the file vers. createad date prop is needed as cmis:lastModDate