Home
last modified time | relevance | path

Searched refs:hashFile (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DHashObject.hs9 hashFile,
36 hashFile :: RawFilePath -> Annex Sha
37 hashFile f = do function
39 liftIO $ Git.HashObject.hashFile h f
/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/Pantry/
H A DSHA256.hs25 , hashFile
47 import qualified Crypto.Hash.Conduit as Hash (hashFile, sinkHash)
70 hashFile :: MonadIO m => FilePath -> m SHA256
71 hashFile fp = fromDigest <$> Hash.hashFile fp function
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-conduit-0.2.2/Crypto/Hash/
H A DConduit.hs19 , hashFile
48 hashFile :: (MonadIO m, HashAlgorithm hash) => FilePath -> m (Digest hash)
49 hashFile fp = liftIO $ runResourceT (sourceFile fp $$ sinkHash) function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-conduit-0.2.2/Crypto/Hash/
H A DConduit.hs19 , hashFile
48 hashFile :: (MonadIO m, HashAlgorithm hash) => FilePath -> m (Digest hash)
49 hashFile fp = liftIO $ runResourceT (sourceFile fp $$ sinkHash) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-conduit-0.2.2/Crypto/Hash/
H A DConduit.hs19 , hashFile
48 hashFile :: (MonadIO m, HashAlgorithm hash) => FilePath -> m (Digest hash)
49 hashFile fp = liftIO $ runResourceT (sourceFile fp $$ sinkHash) function
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DHashObject.hs39 hashFile :: HashObjectHandle -> RawFilePath -> IO Sha
40 hashFile h file = CoProcess.query h send receive function
63 hashFile h (toRawFilePath tmp)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-app-static-3.1.7.2/WaiAppStatic/Storage/
H A DFilesystem.hs59 { ssLookupFile = fileSystemLookup (fmap Just . hashFile) root
122 hashFile :: FilePath -> IO ByteString
123 hashFile fp = withBinaryFile fp ReadMode $ \h -> do function
130 res <- try $ hashFile fp
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-app-static-3.1.7.1/WaiAppStatic/Storage/
H A DFilesystem.hs59 { ssLookupFile = fileSystemLookup (fmap Just . hashFile) root
122 hashFile :: FilePath -> IO ByteString
123 hashFile fp = withBinaryFile fp ReadMode $ \h -> do function
130 res <- try $ hashFile fp
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/WaiAppStatic/Storage/
H A DFilesystem.hs59 { ssLookupFile = fileSystemLookup (fmap Just . hashFile) root
122 hashFile :: FilePath -> IO ByteString
123 hashFile fp = withBinaryFile fp ReadMode $ \h -> do function
130 res <- try $ hashFile fp
/dports/www/osticket/upload/include/cli/modules/
H A Dunpack.php112 function hashFile($file) { function in Unpacker
126 $hash = $hash ?: $this->hashFile($source);
131 $hash = $hash ?: $this->hashFile($file);
167 $hash = $this->hashFile($file);
/dports/net/croc/croc-9.5.0/vendor/github.com/OneOfOne/xxhash/cmd/xxhsum/
H A Dmain.go112 nh, err := hashFile(fn)
124 h, err := hashFile(fn)
139 func hashFile(fn string) (h uint64, err error) { func
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/OneOfOne/xxhash/cmd/xxhsum/
H A Dmain.go112 nh, err := hashFile(fn)
124 h, err := hashFile(fn)
139 func hashFile(fn string) (h uint64, err error) { func
/dports/security/idea/idea/
H A Didea_cmd.c77 FILE *hashFile; /* 128 bit hash value is written to this file */ variable
379 for (i = 0; i < Idea_dataLen; i++) fprintf(hashFile, "%04X", hashHigh[i]); in WriteHashValue()
380 for (i = 0; i < Idea_dataLen; i++) fprintf(hashFile, "%04X", hashLow[i]); in WriteHashValue()
893 outFile = hashFile = stdout;
907 hashFile = fopen(*argv++, "wb"); argc--;
908 if (hashFile == NULL) PError(*--argv);
910 else hashFile = stderr;
914 hashFile = fopen(*argv++, "wb"); argc--;
915 if (hashFile == NULL) PError(*--argv);
/dports/games/passage/Passage_v4_UnixSource/minorGems/util/
H A DSettingsManager.cpp103 File *hashFile = new File( NULL, hashFileName ); in getSetting() local
107 char *savedHash = hashFile->readFileContents(); in getSetting()
109 delete hashFile; in getSetting()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/tests/Dhall/Test/
H A DSemanticHash.hs33 let hashFile = Test.Util.toDhallPath (prefix <> "B.hash") function
43 expectedHash <- Text.stripEnd <$> Text.IO.readFile (Text.unpack hashFile)
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsUsage.hs199 _ -> mapM hashFile (nub files)
207 pluginObject <- hashFile (ml_obj_file ml)
224 | moduleUnitId m == pPkg -> Just <$> hashFile (ml_obj_file ml)
229 hashFile f = do function
/dports/devel/pear-phing/phing-2.6.1/tasks/ext/
H A DManifestTask.php225 if(!$hash = $this->hashFile($dir.'/'.$file_path,$algo)) {
304 private function hashFile($file,$algo) function in ManifestTask
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/reloader/
H A Dreloader.go195 if err := hashFile(h, r.cfgFile); err != nil {
260 if err := hashFile(h, path); err != nil {
302 func hashFile(h hash.Hash, fn string) error { func
/dports/misc/netron/node_modules/app-builder-lib/out/util/
H A Dhash.d.ts1 export declare function hashFile(file: string, algorithm?: string, encoding?: "base64" | "hex", opt… function
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/go-app-builder/
H A Dgab.go423 hashFile := filepath.Join(*workDir, pkg.ImportPath) + ".hash"
510 match, hash, err := checkHash(files, pkg.Dependencies, hashFile)
538 ioutil.WriteFile(hashFile, pkg.hash, 0644)
619 func checkHash(srcs []string, deps []*Package, hashFile string) (match bool, hash []byte, err error…
625 prev, err := ioutil.ReadFile(hashFile)
/dports/devel/hs-git-annex/git-annex-8.20210903/Backend/
H A DHash.hs107 s <- hashFile hash file meterupdate
128 <$> hashFile hash file nullMeterUpdate
200 hashFile :: Hash -> RawFilePath -> MeterUpdate -> Annex String
201 hashFile hash file meterupdate = function
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Make/
H A DMonad.hs14 , hashFile
130 hashFile :: (MonadIO m, MonadError MultipleErrors m) => FilePath -> m ContentHash
131 hashFile path = do function
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/cmd/sops/
H A Dedit.go142 origHash, err := hashFile(tmpfile.Name())
177 newHash, err := hashFile(opts.TmpFile.Name())
236 func hashFile(filePath string) ([]byte, error) { func
/dports/sysutils/nix/nix-2.3.10/tests/lang/
H A Deval-okay-hashfile.nix4 …builtins.concatLists (map (hash: map (builtins.hashFile hash) paths) ["md5" "sha1" "sha256" "sha51…
H A Deval-fail-hashfile-missing.nix4 …toString (builtins.concatLists (map (hash: map (builtins.hashFile hash) paths) ["md5" "sha1" "sha2…

123456789