Home
last modified time | relevance | path

Searched refs:isOlder (Results 1 – 25 of 32) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dsync_log.cpp304 if (other_event.prolong_event->isOlder(*src_event.prolong_event) in s_ProcessProlong()
312 && src_event.wr_or_rm_event->isOlder(*other_event.wr_or_rm_event)))) in s_ProcessProlong()
319 if (other_event.wr_or_rm_event->isOlder(*src_event.prolong_event) in s_ProcessProlong()
325 && src_event.wr_or_rm_event->isOlder(*other_event.wr_or_rm_event)))) in s_ProcessProlong()
343 && other_event.wr_or_rm_event->isOlder(*src_event)) in s_ProcessWrite()
H A Dsync_log.hpp70 bool isOlder(const SNCSyncEvent& other) const in isOlder() function
H A Dnc_db_info.hpp226 bool isOlder(const SNCBlobSummary& other) const in isOlder() function
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dtimedtext.hh41 bool isOlder( const TimedText &other ) const;
H A Dtimedtext.cc56 bool TimedText::isOlder( const TimedText &other ) const in isOlder() function in TimedText
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/Downloader/Rapid/
H A DRepo.cpp33 if ((fileSystem->fileExists(tmpFile)) && fileSystem->isOlder(tmpFile,REPO_RECHECK_TIME)) in getDownload()
H A DRapidDownloader.cpp157 …if ((fileSystem->fileExists(path)) && (fileSystem->isOlder(path,REPO_MASTER_RECHECK_TIME)) && pars… in download()
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/FileSystem/
H A DFileSystem.h65 bool isOlder(const std::string& filename, int secs);
H A DFileSystem.cpp295 bool CFileSystem::isOlder(const std::string& filename, int secs) function in CFileSystem
/dports/games/spring/spring_98.0/tools/pr-downloader/src/Downloader/Rapid/
H A DRepo.cpp33 if ((fileSystem->fileExists(tmpFile)) && fileSystem->isOlder(tmpFile,REPO_RECHECK_TIME)) in getDownload()
H A DRapidDownloader.cpp167 …if ((fileSystem->fileExists(path)) && (fileSystem->isOlder(path,REPO_MASTER_RECHECK_TIME)) && pars… in download()
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dmisc.h121 bool isOlder(const char *file1, const char *file2);
H A Dmisc.c472 isOlder(const char *file1, const char *file2) in isOlder() function
/dports/games/spring/spring_98.0/tools/pr-downloader/src/FileSystem/
H A DFileSystem.h65 bool isOlder(const std::string& filename, int secs);
H A DFileSystem.cpp329 bool CFileSystem::isOlder(const std::string& filename, int secs) function in CFileSystem
/dports/news/inn/inn-2.6.4/innfeed/
H A Dmisc.h119 bool isOlder (const char *file1, const char *file2) ;
H A Dmisc.c553 bool isOlder (const char *file1, const char *file2) in isOlder() function
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dmisc.h119 bool isOlder (const char *file1, const char *file2) ;
H A Dmisc.c553 bool isOlder (const char *file1, const char *file2) in isOlder() function
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_uuid.h145 bool isOlder(const UT_UUID &u) const;
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DMessages.hs254 newGapMessage d isOlder =
259 (if isOlder then "older" else "newer") <>
261 (if isOlder then " ↥↥↥" else " ↧↧↧")
262 ty = if isOlder
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Drm-main.go285 if olderThan != "" && isOlder(modTime, olderThan) {
440 if olderThan != "" && isOlder(content.Time, olderThan) {
H A Dcp-url.go254 if olderThan != "" && isOlder(cpURLs.SourceContent.Time, olderThan) {
H A Dfind.go400 match = !isOlder(fileContent.Time, ctx.olderThan)
H A Dutils.go175 func isOlder(ti time.Time, olderRef string) bool { func

12