Home
last modified time | relevance | path

Searched refs:RemoteGitConfig (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/hs-git-annex/git-annex-8.20210903/Types/
H A DRemote.hs63 …, 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 DGitConfig.hs18 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 DGCrypt.hs88 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 DGlacier.hs64 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 DDdar.hs33 { 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 DRsync.hs71 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 DHook.hs50 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem…
98 hookSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex…
H A DWebDAV.hs70 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 DHttpAlso.hs50 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem…
104 httpAlsoSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> A…
H A DBup.hs60 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem…
119 bupSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex …
H A DTahoe.hs79 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem…
120 tahoeSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Anne…
H A DExternal.hs64 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 DBorg.hs74 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem…
134 borgSetup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> Annex…
H A DGitLFS.hs83 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 DWeb.hs46 gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> RemoteStateHandle -> Annex (Maybe Rem…
H A DAdb.hs59 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 DCreds.hs67 -> RemoteGitConfig
79 -> RemoteGitConfig
114 getRemoteCredPair :: ParsedRemoteConfig -> RemoteGitConfig -> CredPairStorage -> Annex (Maybe CredP…
155 getRemoteCredPairFor :: String -> ParsedRemoteConfig -> RemoteGitConfig -> CredPairStorage -> Annex…
H A DConfig.hs57 remoteCost :: RemoteGitConfig -> Cost -> Annex Cost
60 remoteCost' :: RemoteGitConfig -> Annex (Maybe Cost)
H A DTypes.hs15 RemoteGitConfig(..),
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/Helper/
H A DExportImport.hs33 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 DEncryptable.hs159 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 DSsh.hs59 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 DCommon.hs40 checkShouldFetch :: RemoteGitConfig -> TransportHandle -> [Git.Sha] -> IO Bool
H A DTypes.hs35 data RemoteRepo = RemoteRepo Git.Repo RemoteGitConfig
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/External/
H A DTypes.hs72 , externalGitConfig :: Maybe RemoteGitConfig
78 newExternal :: ExternalType -> Maybe UUID -> ParsedRemoteConfig -> Maybe RemoteGitConfig -> Maybe R…

12