Home
last modified time | relevance | path

Searched refs:downloaded_with_warning (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/
H A Dconstants.py88 downloaded_with_warning = 3 variable in DownloadStatus
105 DownloadStatus.downloaded_with_warning,
109 DownloadWarning = {DownloadStatus.downloaded_with_warning, DownloadStatus.backup_problem}
114 DownloadStatus.downloaded_with_warning: ErrorType.warning,
H A Drenameandmovefile.py322 rpd_file.status = DownloadStatus.downloaded_with_warning
398 rpd_file.status = DownloadStatus.downloaded_with_warning
710 rpd_file.status = DownloadStatus.downloaded_with_warning
766 if rpd_file.status != DownloadStatus.downloaded_with_warning:
H A Ddownloadtracker.py249 if status in (DownloadStatus.downloaded_with_warning, DownloadStatus.backup_problem):
H A Dthumbnaildisplay.py2210 elif download_status == DownloadStatus.downloaded_with_warning or \