Home
last modified time | relevance | path

Searched refs:TrustInfo (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DSafeHaskell.hs47 newtype IfaceTrustInfo = TrustInfo SafeHaskellMode constructor
50 getSafeMode (TrustInfo x) = x
53 setSafeMode = TrustInfo
77 ppr (TrustInfo Sf_None) = text "none"
78 ppr (TrustInfo Sf_Ignore) = text "none"
79 ppr (TrustInfo Sf_Unsafe) = text "unsafe"
80 ppr (TrustInfo Sf_Trustworthy) = text "trustworthy"
81 ppr (TrustInfo Sf_Safe) = text "safe"
82 ppr (TrustInfo Sf_SafeInferred) = text "safe-inferred"
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/
H A DUIServices.java75 public static class TrustInfo { class in UIServices
80 public TrustInfo(Certificate[] trusted, boolean save, boolean trustUnsigned) { in TrustInfo() method in UIServices.TrustInfo
148 public abstract TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail); in getTrustInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver/helper/
H A DAbstractTestServerClientCase.java142 public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) { in getTrustInfo()
143 return new TrustInfo(null, false, true); in getTrustInfo()
171 public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) { in getTrustInfo()
172 return new TrustInfo(null, false, true); in getTrustInfo()
H A DTestServerController.java160 public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) { in getTrustInfo()
161 return new TrustInfo(null, false, true); in getTrustInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.Deployment.ManifestUtilities/
H A DApplicationManifest.cs46 TrustInfo trustInfo;
115 public TrustInfo TrustInfo { property in Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest
H A DTrustInfo.cs38 public sealed class TrustInfo { class
47 public TrustInfo () in TrustInfo() method in Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DTrustInfo_Tests.cs27 TrustInfo t = new TrustInfo(); in Basic()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DGenerateApplicationManifest.cs302 manifest.TrustInfo = new TrustInfo(); in AddClickOnceFiles()
303 manifest.TrustInfo.Read(TrustInfoFile.ItemSpec); in AddClickOnceFiles()
306 if (manifest.TrustInfo == null) in AddClickOnceFiles()
307 manifest.TrustInfo = new TrustInfo(); in AddClickOnceFiles()
H A DGenerateTrustInfo.cs75 TrustInfo trustInfo = new TrustInfo(); in Execute()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/ManifestUtil/
H A DApplicationManifest.cs37 private TrustInfo _trustInfo = null;
346 public TrustInfo TrustInfo property in Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest
464 if (!TrustInfo.IsFullTrust) in ValidateConfig()
548 if (!TrustInfo.IsFullTrust) in ValidateFileAssociations()
572 bool isPartialTrust = !TrustInfo.IsFullTrust; in ValidateReferencesForClickOnceApplication()
579 ValidateReferenceForPartialTrust(assembly, TrustInfo); in ValidateReferencesForClickOnceApplication()
639 … private void ValidateReferenceForPartialTrust(AssemblyReference assembly, TrustInfo trustInfo) in ValidateReferenceForPartialTrust()
H A DManifestReader.cs179 am.TrustInfo = new TrustInfo(); in ReadManifest()
180 am.TrustInfo.ReadManifest(input); in ReadManifest()
H A DManifestWriter.cs120 if (am.TrustInfo == null) in WriteManifest()
129 am.TrustInfo.Write(temp); in WriteManifest()
H A DTrustInfo.cs24 public sealed class TrustInfo class
37 public TrustInfo() in TrustInfo() method in Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/repository/
H A DAuthTest.java106 public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) { in getTrustInfo()
107 return new TrustInfo(null, false, true); in getTrustInfo()
H A DAllServerTests.java188 public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) { in getTrustInfo()
189 return new TrustInfo(null, false, true); in getTrustInfo()
H A DHttpStatusTest.java197 public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) { in getTrustInfo()
198 return new TrustInfo(null, false, true); in getTrustInfo()
H A DTimeoutTest.java185 public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) { in getTrustInfo()
186 return new TrustInfo(null, false, true); in getTrustInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/
H A DValidationDialogServiceUI.java118 public TrustInfo getTrustInfo(Certificate[][] untrustedChains, final String[] unsignedDetail) { in getTrustInfo()
146 return new TrustInfo(trusted, persistTrust, trustUnsigned); in getTrustInfo()
169 return new TrustInfo(trusted, persistTrust, trustUnsigned); in getTrustInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/
H A DCertificateCheckerTest.java47 public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) { in getTrustInfo()
49 return new TrustInfo(null, false, unsignedReturnValue); in getTrustInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/repository/
H A DTimeoutTest.java231 public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) { in getTrustInfo()
232 return new TrustInfo(null, false, true); in getTrustInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/director/
H A DDirectorApplicationTest.java37 import org.eclipse.equinox.p2.core.UIServices.TrustInfo;
811 final TrustInfo trustInfo = getTrustInfoFor(null); in testAvoidTrustPromptServiceNoUntrustedCertificates()
818 final TrustInfo trustInfo = getTrustInfoFor(new Certificate[][] {{certificate}}); in testAvoidTrustPromptServiceTrustsOneCertificate()
828 final TrustInfo trustInfo = getTrustInfoFor(new Certificate[][] {{certificate1}, {certificate2}}); in testAvoidTrustPromptServiceTrustsManyCertificates()
836 private TrustInfo getTrustInfoFor(final Certificate[][] untrustedChain) { in getTrustInfoFor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/phases/
H A DCertificateChecker.java26 import org.eclipse.equinox.p2.core.UIServices.TrustInfo;
166 TrustInfo trustInfo = serviceUI.getTrustInfo(unTrustedCertificateChains, details); in checkCertificates()
/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.hs3050 newtype IfaceTrustInfo = TrustInfo SafeHaskellMode constructor
3053 getSafeMode (TrustInfo x) = x
3056 setSafeMode = TrustInfo
3080 ppr (TrustInfo Sf_None) = text "none"
3081 ppr (TrustInfo Sf_Ignore) = text "none"
3082 ppr (TrustInfo Sf_Unsafe) = text "unsafe"
3083 ppr (TrustInfo Sf_Trustworthy) = text "trustworthy"
3084 ppr (TrustInfo Sf_Safe) = text "safe"
3085 ppr (TrustInfo Sf_SafeInferred) = text "safe-inferred"
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs3050 newtype IfaceTrustInfo = TrustInfo SafeHaskellMode constructor
3053 getSafeMode (TrustInfo x) = x
3056 setSafeMode = TrustInfo
3080 ppr (TrustInfo Sf_None) = text "none"
3081 ppr (TrustInfo Sf_Ignore) = text "none"
3082 ppr (TrustInfo Sf_Unsafe) = text "unsafe"
3083 ppr (TrustInfo Sf_Trustworthy) = text "trustworthy"
3084 ppr (TrustInfo Sf_Safe) = text "safe"
3085 ppr (TrustInfo Sf_SafeInferred) = text "safe-inferred"
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs3097 newtype IfaceTrustInfo = TrustInfo SafeHaskellMode constructor
3100 getSafeMode (TrustInfo x) = x
3103 setSafeMode = TrustInfo
3127 ppr (TrustInfo Sf_None) = text "none"
3128 ppr (TrustInfo Sf_Ignore) = text "none"
3129 ppr (TrustInfo Sf_Unsafe) = text "unsafe"
3130 ppr (TrustInfo Sf_Trustworthy) = text "trustworthy"
3131 ppr (TrustInfo Sf_Safe) = text "safe"
3132 ppr (TrustInfo Sf_SafeInferred) = text "safe-inferred"

12