/dports/devel/hs-git-annex/git-annex-8.20210903/Types/ |
H A D | Remote.hs | 63 …, generate :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> a (Maybe… 67 …, setup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> a (Rem… 69 , exportSupported :: ParsedRemoteConfig -> RemoteGitConfig -> a Bool 71 , importSupported :: ParsedRemoteConfig -> RemoteGitConfig -> a Bool 139 , gitconfig :: RemoteGitConfig
|
H A D | GitConfig.hs | 18 RemoteGitConfig(..), 326 data RemoteGitConfig = RemoteGitConfig constructor 376 extractRemoteGitConfig :: Git.Repo -> RemoteName -> STM RemoteGitConfig 387 return $ RemoteGitConfig 452 dummyRemoteGitConfig :: IO RemoteGitConfig
|
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/ |
H A D | GCrypt.hs | 88 chainGen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Mayb… 96 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 128 gen' :: Git.Repo -> UUID -> ParsedRemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Ma… 179 rsyncTransportToObjects :: Git.Repo -> RemoteGitConfig -> (Annex [CommandParam], String, AccessMeth… 184 rsyncTransport :: Git.Repo -> RemoteGitConfig -> (Annex [CommandParam], String, AccessMethod) 221 gCryptSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Ann… 337 accessShellConfig :: RemoteGitConfig -> Bool 502 getGCryptId :: Bool -> Git.Repo -> RemoteGitConfig -> Annex (Maybe Git.GCrypt.GCryptId, Git.Repo) 515 getConfigViaRsync :: Git.Repo -> RemoteGitConfig -> Annex (Either SomeException (Git.Repo, S.ByteSt…
|
H A D | Glacier.hs | 64 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 118 glacierSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> An… 122 glacierSetup' :: SetupStage -> UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex (… 254 runGlacier :: ParsedRemoteConfig -> RemoteGitConfig -> UUID -> [CommandParam] -> Annex Bool 268 glacierEnv :: ParsedRemoteConfig -> RemoteGitConfig -> UUID -> Annex (Maybe [(String, String)]) 291 genVault :: ParsedRemoteConfig -> RemoteGitConfig -> UUID -> Annex ()
|
H A D | Ddar.hs | 33 { ddarRepoConfig :: RemoteGitConfig 55 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 111 ddarSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex…
|
H A D | Rsync.hs | 71 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 134 genRsyncOpts :: ParsedRemoteConfig -> RemoteGitConfig -> Annex [CommandParam] -> RsyncUrl -> RsyncO… 156 rsyncTransport :: RemoteGitConfig -> RsyncUrl -> Annex (Annex [CommandParam], RsyncUrl) 180 rsyncSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Anne…
|
H A D | Hook.hs | 50 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 98 hookSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex…
|
H A D | WebDAV.hs | 70 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 131 webdavSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Ann… 358 getCreds :: ParsedRemoteConfig -> RemoteGitConfig -> UUID -> Annex (Maybe CredPair) 418 mkDavHandleVar :: ParsedRemoteConfig -> RemoteGitConfig -> UUID -> Annex DavHandleVar
|
H A D | HttpAlso.hs | 50 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 104 httpAlsoSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> A…
|
H A D | Bup.hs | 60 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 119 bupSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex …
|
H A D | Tahoe.hs | 79 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 120 tahoeSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Anne…
|
H A D | External.hs | 64 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 164 externalSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> A… 206 checkExportSupported :: ParsedRemoteConfig -> RemoteGitConfig -> Annex Bool 754 getCost :: External -> Git.Repo -> RemoteGitConfig -> Annex Cost 775 getAvailability :: External -> Git.Repo -> RemoteGitConfig -> Annex Availability
|
H A D | Borg.hs | 74 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 134 borgSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex…
|
H A D | GitLFS.hs | 83 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 144 mySetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex (… 224 , remoteGitConfig :: RemoteGitConfig
|
H A D | Web.hs | 46 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem…
|
H A D | Adb.hs | 59 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem… 127 adbSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex …
|
/dports/devel/hs-git-annex/git-annex-8.20210903/ |
H A D | Creds.hs | 67 -> RemoteGitConfig 79 -> RemoteGitConfig 114 getRemoteCredPair :: ParsedRemoteConfig -> RemoteGitConfig -> CredPairStorage -> Annex (Maybe CredP… 155 getRemoteCredPairFor :: String -> ParsedRemoteConfig -> RemoteGitConfig -> CredPairStorage -> Annex…
|
H A D | Config.hs | 57 remoteCost :: RemoteGitConfig -> Cost -> Annex Cost 60 remoteCost' :: RemoteGitConfig -> Annex (Maybe Cost)
|
H A D | Types.hs | 15 RemoteGitConfig(..),
|
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/Helper/ |
H A D | ExportImport.hs | 33 instance HasExportUnsupported (ParsedRemoteConfig -> RemoteGitConfig -> Annex Bool) where 53 instance HasImportUnsupported (ParsedRemoteConfig -> RemoteGitConfig -> Annex Bool) where 69 exportIsSupported :: ParsedRemoteConfig -> RemoteGitConfig -> Annex Bool 72 importIsSupported :: ParsedRemoteConfig -> RemoteGitConfig -> Annex Bool
|
H A D | Encryptable.hs | 159 encryptionSetup :: RemoteConfig -> RemoteGitConfig -> Annex (RemoteConfig, EncryptionIsSetup) 216 remoteCipher :: ParsedRemoteConfig -> RemoteGitConfig -> Annex (Maybe Cipher) 221 remoteCipher' :: ParsedRemoteConfig -> RemoteGitConfig -> Annex (Maybe (Cipher, StorableCipher)) 262 cipherKey :: ParsedRemoteConfig -> RemoteGitConfig -> Annex (Maybe (Cipher, EncKey))
|
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/ |
H A D | Ssh.hs | 59 sshCommand :: ConsumeStdin -> (SshHost, Maybe SshPort) -> RemoteGitConfig -> SshCommand -> Annex (F… 74 sshOptions :: ConsumeStdin -> (SshHost, Maybe Integer) -> RemoteGitConfig -> [CommandParam] -> Anne… 416 inRepoWithSshOptionsTo :: Git.Repo -> RemoteGitConfig -> (Git.Repo -> IO a) -> Annex a 426 sshOptionsTo :: Git.Repo -> RemoteGitConfig -> Git.Repo -> Annex Git.Repo
|
/dports/devel/hs-git-annex/git-annex-8.20210903/RemoteDaemon/ |
H A D | Common.hs | 40 checkShouldFetch :: RemoteGitConfig -> TransportHandle -> [Git.Sha] -> IO Bool
|
H A D | Types.hs | 35 data RemoteRepo = RemoteRepo Git.Repo RemoteGitConfig
|
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/External/ |
H A D | Types.hs | 72 , externalGitConfig :: Maybe RemoteGitConfig 78 newExternal :: ExternalType -> Maybe UUID -> ParsedRemoteConfig -> Maybe RemoteGitConfig -> Maybe R…
|