Home
last modified time | relevance | path

Searched refs:targetContents (Results 1 – 16 of 16) sorted by relevance

/dports/devel/mutagen/mutagen-0.11.8/pkg/synchronization/core/
H A Ddiff.go23 targetContents := target.GetContents()
24 for name := range nameUnion(baseContents, targetContents) {
25 d.diff(pathJoin(path, name), baseContents[name], targetContents[name])
H A Dexecutability.go22 targetContents := target.GetContents()
34 for name := range targetContents {
35 …propagateExecutabilityRecursive(ancestorContents[name], sourceContents[name], targetContents[name])
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/tools/generator/
H A Dprogram.go106 targetContents, err := ioutil.ReadFile(subject.(string))
112 matches := goConfigPattern.FindAllStringSubmatch(string(targetContents), -1)
117 packageMatches := packageConfigPattern.FindAllStringSubmatch(string(targetContents), -1)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/tools/generator/
H A Dprogram.go106 targetContents, err := ioutil.ReadFile(subject.(string))
112 matches := goConfigPattern.FindAllStringSubmatch(string(targetContents), -1)
117 packageMatches := packageConfigPattern.FindAllStringSubmatch(string(targetContents), -1)
/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/cmd/
H A Dreaddcmd.go89 targetContents, err := targetStateFile.Contents()
93 …if bytes.Equal(actualContents, targetContents) && actualStateFile.Perm() == targetStateFile.Perm(c…
H A Dconfig.go792 targetContents := targetEntryState.Contents()
793 if actualContents != nil || targetContents != nil {
805 targetContents, targetEntryState.Mode,
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DTarget.hs28 targetContents :: !(Maybe (InputFileBuffer, UTCTime)) function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JavadocBasher/org/eclipse/swt/tools/internal/
H A DJavadocBasher.java247 String targetContents = new String(contents); in bashFile()
248 final Document targetDocument = new Document(targetContents); in bashFile()
465 if (!targetContents.equals(newContents)) { in bashFile()
/dports/lang/ghc/ghc-8.10.7/utils/check-ppr/
H A DMain.hs79 , targetContents = Nothing } function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A Dlistcomps.hs38 , targetContents = Nothing } function
H A DCheckUtils.hs35 , targetContents = Nothing } function
H A DstringSource.hs39 , targetContents = Nothing } function
/dports/lang/ghc/ghc-8.10.7/utils/check-api-annotations/
H A DMain.hs32 , targetContents = Nothing } function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs546 targetContents :: Maybe (InputFileBuffer, UTCTime) function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs546 targetContents :: Maybe (InputFileBuffer, UTCTime) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs575 targetContents :: Maybe (InputFileBuffer, UTCTime) function