Home
last modified time | relevance | path

Searched refs:FileNotFound (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/dports/games/dunelegacy/dunelegacy-0.96.4/
H A Ddunelegacy.nsi79 IfFileExists "$INSTDIR\HARK.PAK" 0 FileNotFound
80 IfFileExists "$INSTDIR\ATRE.PAK" 0 FileNotFound
81 IfFileExists "$INSTDIR\ORDOS.PAK" 0 FileNotFound
83 IfFileExists "$INSTDIR\DUNE.PAK" 0 FileNotFound
85 IfFileExists "$INSTDIR\MENTAT.PAK" 0 FileNotFound
86 IfFileExists "$INSTDIR\VOC.PAK" 0 FileNotFound
87 IfFileExists "$INSTDIR\MERC.PAK" 0 FileNotFound
89 IfFileExists "$INSTDIR\INTRO.PAK" 0 FileNotFound
91 IfFileExists "$INSTDIR\SOUND.PAK" 0 FileNotFound
95 FileNotFound:
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/
H A Dlt.php83 FileNotFound();
99 FileNotFound();
107 FileNotFound();
114 FileNotFound();
128 FileNotFound();
148 FileNotFound();
227FileNotFound('<br/><i>'.s('Profile links in test campaigns only work when you are logged in as an …
/dports/www/davix/davix-0.7.6/test/functional/
H A Dtest_auto_rmdir_unlink_delete.cpp59 assert(tmp_err && tmp_err->getStatus() == StatusCode::FileNotFound); in main()
65 assert(tmp_err && tmp_err->getStatus() == StatusCode::FileNotFound); in main()
71 assert(tmp_err && tmp_err->getStatus() == StatusCode::FileNotFound); in main()
78 assert(tmp_err && tmp_err->getStatus() == StatusCode::FileNotFound); in main()
106 assert(tmp_err && tmp_err->getStatus() == StatusCode::FileNotFound); in main()
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Ddiritor.cc82 throw FileNotFound(); in call_stat()
119 throw FileNotFound(); in open_fd()
171 throw FileNotFound(); in start()
186 throw FileNotFound(); in next_failed()
232 throw FileNotFound(); in get_magic_mimetype()
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Dvfs.rs12 struct FileNotFound(std::io::Error, PathBuf); struct
30 ) -> Result<Result<Mmap, FileNotFound>, HgError> { in mmap_open_gen() argument
35 return Ok(Err(FileNotFound(err, path))); in mmap_open_gen()
59 Err(FileNotFound(err, path)) => Err(err).when_reading_file(&path), in mmap_open()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/support/
H A DFileCache.cpp21 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
52 if (Size != FileNotFound) // Allow "not found" value to be cached. in read()
55 Size = FileNotFound; in read()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/support/
H A DFileCache.cpp21 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
52 if (Size != FileNotFound) // Allow "not found" value to be cached. in read()
55 Size = FileNotFound; in read()
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dioerror.h84 class CXXTOOLS_API FileNotFound : public AccessFailed
87 explicit FileNotFound(const std::string& path);
89 ~FileNotFound() throw() in throw()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/support/
H A DFileCache.cpp21 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
52 if (Size != FileNotFound) // Allow "not found" value to be cached. in read()
55 Size = FileNotFound; in read()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/support/
H A DFileCache.cpp21 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
52 if (Size != FileNotFound) // Allow "not found" value to be cached. in read()
55 Size = FileNotFound; in read()
/dports/lang/zig/zig-0.9.0/test/standalone/issue_9812/
H A Dmain.zig10 FileNotFound,
31 error.FileNotFound => std.log.err("could not open {s}", .{zip_file}),
36 … zip = c.zip_open(zip_file, c.ZIP_DEFAULT_COMPRESSION_LEVEL, 'a') orelse return error.FileNotFound;
/dports/lang/zig-devel/zig-0.9.0/test/standalone/issue_9812/
H A Dmain.zig10 FileNotFound,
31 error.FileNotFound => std.log.err("could not open {s}", .{zip_file}),
36 … zip = c.zip_open(zip_file, c.ZIP_DEFAULT_COMPRESSION_LEVEL, 'a') orelse return error.FileNotFound;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/support/
H A DFileCache.cpp21 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
52 if (Size != FileNotFound) // Allow "not found" value to be cached. in read()
55 Size = FileNotFound; in read()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/support/
H A DFileCache.cpp21 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
52 if (Size != FileNotFound) // Allow "not found" value to be cached. in read()
55 Size = FileNotFound; in read()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/support/
H A DFileCache.cpp21 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
52 if (Size != FileNotFound) // Allow "not found" value to be cached. in read()
55 Size = FileNotFound; in read()
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dtag.hpp59 ErrorString(ErrorNumber::FileNotFound); in SetArtist()
79 ErrorString(ErrorNumber::FileNotFound); in SetAlbum()
99 ErrorString(ErrorNumber::FileNotFound); in SetTitle()
119 ErrorString(ErrorNumber::FileNotFound); in SetTrack()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/zip/src/
H A Dresult.rs25 FileNotFound, enumerator
42 ZipError::FileNotFound => { in detail()
82 ZipError::FileNotFound => "Specified file not found in archive", in description()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/zip-0.4.2/src/
H A Dresult.rs25 FileNotFound, enumerator
42 ZipError::FileNotFound => { in detail()
82 ZipError::FileNotFound => "Specified file not found in archive", in description()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zip-0.5.5/src/
H A Dresult.rs25 FileNotFound, enumerator
42 ZipError::FileNotFound => { in detail()
82 ZipError::FileNotFound => "Specified file not found in archive", in description()
/dports/www/firefox/firefox-99.0/third_party/rust/zip/src/
H A Dresult.rs25 FileNotFound, enumerator
42 ZipError::FileNotFound => { in detail()
82 ZipError::FileNotFound => "Specified file not found in archive", in description()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/zip-0.5.5/src/
H A Dresult.rs25 FileNotFound, enumerator
42 ZipError::FileNotFound => { in detail()
82 ZipError::FileNotFound => "Specified file not found in archive", in description()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/zip/src/
H A Dresult.rs25 FileNotFound, enumerator
42 ZipError::FileNotFound => { in detail()
82 ZipError::FileNotFound => "Specified file not found in archive", in description()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/zip/src/
H A Dresult.rs25 FileNotFound, enumerator
42 ZipError::FileNotFound => { in detail()
82 ZipError::FileNotFound => "Specified file not found in archive", in description()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/zip/src/
H A Dresult.rs25 FileNotFound, enumerator
42 ZipError::FileNotFound => { in detail()
82 ZipError::FileNotFound => "Specified file not found in archive", in description()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DExceptions.cpp22 FileNotFound::FileNotFound(QString file) throw() : in FileNotFound() function in FileNotFound
30 FileNotFound::what() const throw() in what()

12345678910>>...37