Home
last modified time | relevance | path

Searched refs:fromRef (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DBranch.hs36 ifM (B.null <$> pipeReadStrict [Param "show-ref", Param $ fromRef branch] r)
46 , Param $ fromRef Git.Ref.headRef
67 , Param (fromRef origbranch ++ ".." ++ fromRef newbranch)
85 , Param $ fromRef old ++ ".." ++ fromRef new
213 pipeWriteRead ([Param "commit-tree", Param (fromRef tree)] ++ ps)
230 , Param $ fromRef branch
231 , Param $ fromRef r
237 , Param $ fromRef branch
238 , Param $ fromRef r
247 , Param $ fromRef $ Git.Ref.base branch
[all …]
H A DRef.hs34 describe = fromRef . base
50 rs = fromRef r
101 , Param $ fromRef ref
107 file ref repo = fromRawFilePath (localGitDir repo) </> fromRef ref
125 , Param $ fromRef branch
148 rps = map (Param . fromRef) rs
167 , Param $ fromRef ref
168 , Param $ fromRef oldvalue
H A DDiffTree.hs48 [Param (fromRef src), Param (fromRef dst), Param "--"]
53 [Param "-r", Param (fromRef src), Param (fromRef dst), Param "--"]
73 ( params ++ [Param $ fromRef ref] ++ [Param "--"] )
94 [ Param "--no-abbrev", Param "--pretty=", Param "--raw", Param (fromRef ref) ]
H A DMerge.hs39 go [Param $ fromRef branch]
40 | otherwise = go [Param "--no-edit", Param $ fromRef branch]
77 , Param $ fromRef branch
H A DRepair.hs194 islocalbranch b = "refs/heads/" `isPrefixOf` fromRef b
211 , Param (fromRef $ Ref.base b)
212 , Param (fromRef c)
216 isTrackingBranch b = "refs/remotes/" `isPrefixOf` fromRef b
274 writeFile dest' (fromRef sha)
308 , Param (fromRef branch)
337 , Param (fromRef commit)
550 displayList (map fromRef resetbranches)
552 displayList (map fromRef deletedbranches)
561 displayList (map fromRef bad)
[all …]
H A DUnionMerge.hs60 ("diff-tree":diffOpts ++ [fromRef x, fromRef y, "--"])
65 "diff-index" : diffOpts ++ ["--cached", fromRef r, "--"]
H A DTypes.hs108 fromRef :: Ref -> String
109 fromRef = decodeBS . fromRef' function
H A DLsTree.hs79 , File $ fromRef r
99 , File $ fromRef t
H A DRefLog.hs24 getMulti bs = get' (map (Param . fromRef) bs)
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/Threads/
H A DMerger.hs88 [ "merging", Git.fromRef changedbranch
89 , "into", Git.fromRef b
108 | "/synced/" `isInfixOf` Git.fromRef x = True
109 | "refs/remotes/" `isPrefixOf` Git.fromRef x = True
112 basex = Git.fromRef $ Git.Ref.base x
113 basey = Git.fromRef $ Git.Ref.base y
118 n = '/' : Git.fromRef Annex.Branch.name
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cborg-0.2.5.0/tests/Tests/
H A DProperties.hs116 fromRef :: t -> Imp t
120 canonicaliseRef = toRef t . fromRef
183 (toRef t . fromRef) x == canonicaliseRef x
208 (fromRef . toRef t) x `eq` canonicaliseImp t x
738 fromRef (TokIntegerBig n) = getLargeInteger n function
839 fromRef (TokFloat n) = getFloatSpecials n function
840 fromRef TokFloatNan = canonicalNaN function
879 fromRef (TokDouble n) = getDoubleSpecials n function
880 fromRef TokDoubleNan = canonicalNaN function
954 fromRef = Ref.fromSimple function
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cborg-0.2.5.0/tests/Tests/
H A DProperties.hs116 fromRef :: t -> Imp t
120 canonicaliseRef = toRef t . fromRef
183 (toRef t . fromRef) x == canonicaliseRef x
208 (fromRef . toRef t) x `eq` canonicaliseImp t x
738 fromRef (TokIntegerBig n) = getLargeInteger n function
839 fromRef (TokFloat n) = getFloatSpecials n function
840 fromRef TokFloatNan = canonicalNaN function
879 fromRef (TokDouble n) = getDoubleSpecials n function
880 fromRef TokDoubleNan = canonicalNaN function
954 fromRef = Ref.fromSimple function
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-0.1.20.0/test/RIO/
H A DDequeSpec.hs119 fromRef <- readIORef ref
121 fromRight `shouldBe` fromRef
123 fromLeft `shouldBe` reverse fromRef
124 dequeToList deque `shouldReturn` fromRef
125 dequeToVector deque `shouldReturn` (VU.fromList fromRef :: VU.Vector Int)
127 uv `shouldBe` VG.fromList fromRef
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/rio-0.1.20.0/test/RIO/
H A DDequeSpec.hs119 fromRef <- readIORef ref
121 fromRight `shouldBe` fromRef
123 fromLeft `shouldBe` reverse fromRef
124 dequeToList deque `shouldReturn` fromRef
125 dequeToVector deque `shouldReturn` (VU.fromList fromRef :: VU.Vector Int)
127 uv `shouldBe` VG.fromList fromRef
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DTaggedPush.hs46 fromTaggedBranch b = case splitc '/' $ Git.fromRef b of
68 refspec b = Git.fromRef b ++ ":" ++ Git.fromRef (toTaggedBranch u info b)
H A DBranch.hs70 import Git.Types (Ref(..), fromRef, fromRef', RefDate, TreeItemType(..))
127 , Param $ fromRef name
128 , Param $ fromRef originname
130 fromMaybe (error $ "failed to create " ++ fromRef name)
232 " into " ++ fromRef name
314 ifM (null <$> inRepo (Git.RefLog.get' [Param (fromRef fullname), Param "-n1"]))
315 ( giveup ("No reflog for " ++ fromRef fullname)
553 writeLogFile f $ fromRef ref ++ "\n"
736 unlines $ map fromRef $ S.elems s
754 unlines $ map (\(s, b) -> fromRef s ++ '\t' : fromRef b) l
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DWhereUsed.hs83 [ Param ("--exclude=*/" ++ fromRef (Annex.Branch.name))
86 , Param ("--exclude=" ++ fromRef (Annex.Branch.name))
99 , Param (fromRef commitsha)
118 display key (fromRef fref)
H A DMerge.hs51 ai = ActionItemOther (Just (fromRef Annex.Branch.name))
66 ai = ActionItemOther (Just (Git.fromRef r))
H A DSync.hs401 …ng $ "There are no commits yet to branch " ++ Git.fromRef branch ++ ", so cannot merge " ++ Git.fr…
453 unlessM go $ giveup $ "failed to update " ++ Git.fromRef syncbranch
458 , Param $ Git.fromRef $ Git.Ref.base syncbranch
459 , Param $ Git.fromRef $ updateto
468 void $ fetch $ map Git.fromRef
660 [ Git.fromRef $ Git.Ref.base $ Annex.Branch.name ]
675 [ Git.fromRef $ Git.Ref.base $ fromAdjustedBranch branch ]
687 [ Git.fromRef $ Git.Ref.base b
689 , Git.fromRef $ Git.Ref.base $ syncBranch b
950 , Param $ Git.fromRef $ syncBranch b
[all …]
H A DUninit.hs34 "cannot uninit when the " ++ Git.fromRef b ++ " branch is checked out"
97 [Param "branch", Param "-D", Param $ Git.fromRef Annex.Branch.name]
H A DCommit.hs31 ai = ActionItemOther (Just (fromRef Annex.Branch.name))
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/AdjustedBranch/
H A DMerge.hs78 liftIO $ writeFile (tmpgit </> "HEAD") (fromRef updatedorig)
102 showAction $ "Merging into " ++ fromRef (Git.Ref.base origbranch)
154 ("Merged " ++ fromRef tomerge) [adjmergecommit]
/dports/biology/jalview/jalview/src/jalview/ext/ensembl/
H A DEnsemblMap.java110 protected URL getAssemblyMapUrl(String species, String chromosome, String fromRef, in getAssemblyMapUrl() argument
123 getDomain(), species, fromRef, chromosome, start, end, strand, in getAssemblyMapUrl()
153 String fromRef, String toRef, int[] queryRange) in getAssemblyMapping() argument
160 url = getAssemblyMapUrl(species, chromosome, fromRef, toRef, queryRange[0], in getAssemblyMapping()
/dports/devel/hs-git-annex/git-annex-8.20210903/Types/
H A DRefSpec.hs46 let add = filter (matchGlob g . fromRef) rs
52 go (filter (not . matchGlob g . fromRef) c) rest
/dports/biology/jalview/jalview/src/jalview/io/vcf/
H A DVCFLoader.java1526 String species, String fromRef, String toRef) in mapReferenceRange() argument
1533 species, fromRef, toRef); in mapReferenceRange()
1543 int[] mapping = mapper.getAssemblyMapping(species, chromosome, fromRef, in mapReferenceRange()
1555 String key = makeRangesKey(chromosome, species, fromRef, toRef); in mapReferenceRange()
1588 String species, String fromRef, String toRef) in findSubsumedRangeMapping() argument
1590 String key = makeRangesKey(chromosome, species, fromRef, toRef); in findSubsumedRangeMapping()
1655 String fromRef, String toRef) in makeRangesKey() argument
1657 return species + EXCL + chromosome + EXCL + fromRef + EXCL in makeRangesKey()

123