Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/
H A DFileVersionInfoTest.cs38 IsPreRelease = false, in FileVersionInfo_CustomManagedAssembly()
74 IsPreRelease = false, in FileVersionInfo_EmptyFVI()
146 Assert.Equal(expected.IsPreRelease, fvi.IsPreRelease); in VerifyVersionInfo()
172 "PreRelease: " + fvi.IsPreRelease.ToString() + nl + in VerifyVersionInfo()
194 public bool IsPreRelease; field in System.Diagnostics.Tests.FileVersionInfoTest.MyFVI
H A DFileVersionInfoTest.Windows.cs38 IsPreRelease = true, in FileVersionInfo_Normal()
75 IsPreRelease = true, in FileVersionInfo_Chinese()
113 IsPreRelease = false, in FileVersionInfo_DifferentFileVersionAndProductVersion()
H A DFileVersionInfoTest.Unix.cs47 IsPreRelease = false, in Symlink_ValidFile_Succeeds()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dos_version_check.c289 static int IsPreRelease; variable
302 IsPreRelease = 1; in readSystemProperties()
304 IsPreRelease = strcmp(buf, "REL") != 0; in readSystemProperties()
316 (IsPreRelease && Major == __ANDROID_API_FUTURE__); in __isOSVersionAtLeast()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/builtins/
H A Dos_version_check.c289 static int IsPreRelease; variable
302 IsPreRelease = 1; in readSystemProperties()
304 IsPreRelease = strcmp(buf, "REL") != 0; in readSystemProperties()
316 (IsPreRelease && Major == __ANDROID_API_FUTURE__); in __isOSVersionAtLeast()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dos_version_check.c289 static int IsPreRelease; variable
302 IsPreRelease = 1; in readSystemProperties()
304 IsPreRelease = strcmp(buf, "REL") != 0; in readSystemProperties()
316 (IsPreRelease && Major == __ANDROID_API_FUTURE__); in __isOSVersionAtLeast()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/
H A Dos_version_check.c289 static int IsPreRelease; variable
302 IsPreRelease = 1; in readSystemProperties()
304 IsPreRelease = strcmp(buf, "REL") != 0; in readSystemProperties()
316 (IsPreRelease && Major == __ANDROID_API_FUTURE__); in __isOSVersionAtLeast()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c289 static int IsPreRelease; variable
302 IsPreRelease = 1; in readSystemProperties()
304 IsPreRelease = strcmp(buf, "REL") != 0; in readSystemProperties()
316 (IsPreRelease && Major == __ANDROID_API_FUTURE__); in __isOSVersionAtLeast()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dos_version_check.c289 static int IsPreRelease; variable
302 IsPreRelease = 1; in readSystemProperties()
304 IsPreRelease = strcmp(buf, "REL") != 0; in readSystemProperties()
316 (IsPreRelease && Major == __ANDROID_API_FUTURE__); in __isOSVersionAtLeast()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dos_version_check.c289 static int IsPreRelease; variable
302 IsPreRelease = 1; in readSystemProperties()
304 IsPreRelease = strcmp(buf, "REL") != 0; in readSystemProperties()
316 (IsPreRelease && Major == __ANDROID_API_FUTURE__); in __isOSVersionAtLeast()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dos_version_check.c289 static int IsPreRelease; variable
302 IsPreRelease = 1; in readSystemProperties()
304 IsPreRelease = strcmp(buf, "REL") != 0; in readSystemProperties()
316 (IsPreRelease && Major == __ANDROID_API_FUTURE__); in __isOSVersionAtLeast()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/
H A DFileVersionInfo.cs154 public bool IsPreRelease property in System.Diagnostics.FileVersionInfo
302 sb.Append("PreRelease: ").AppendLine(IsPreRelease.ToString()); in ToString()
/dports/www/gitea/gitea-1.16.5/vendor/code.gitea.io/sdk/gitea/
H A Drelease.go39 IsPreRelease *bool member
49 if opt.IsPreRelease != nil {
50 query.Add("draft", fmt.Sprintf("%t", *opt.IsPreRelease))
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DFileVersionInfoTest.cs94 Assert.IsFalse (fvi.IsPreRelease, "#13"); in GetVersionInfo_TextFile()
197 Assert.IsFalse (fvi.IsPreRelease, "#13"); in GetVersionInfo_NoNativeResources()
249 Assert.IsFalse (fvi.IsPreRelease, "#13"); in DefineUnmanagedResource1a()
358 Assert.IsFalse (fvi.IsPreRelease, "#13"); in DefineUnmanagedResource1b()
410 Assert.IsFalse (fvi.IsPreRelease, "#13"); in DefineUnmanagedResource1c()
518 Assert.IsFalse (fvi.IsPreRelease, "#13"); in DefineUnmanagedResource1d()
570 Assert.IsFalse (fvi.IsPreRelease, "#13"); in DefineUnmanagedResource1e()
678 Assert.IsFalse (fvi.IsPreRelease, "#13"); in DefineUnmanagedResource1f()
730 Assert.IsFalse (fvi.IsPreRelease, "#13"); in DefineUnmanagedResource1g()
838 Assert.IsFalse (fvi.IsPreRelease, "#13"); in DefineUnmanagedResource1h()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.FileVersionInfo/ref/
H A DSystem.Diagnostics.FileVersionInfo.cs26 public bool IsPreRelease { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/www/gitea/gitea-1.16.5/models/
H A Drelease.go184 IsPreRelease util.OptionalBool member
202 if !opts.IsPreRelease.IsNone() {
203 cond = cond.And(builder.Eq{"is_prerelease": opts.IsPreRelease.IsTrue()})
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests/1Declarations/
H A DFileVersionInfo1.vb29 result = Assert("IsPreRelease", False, v.IsPreRelease) AndAlso result
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DFileVersionInfo.cs183 public bool IsPreRelease { property in System.Diagnostics.FileVersionInfo
518 sb.Append("PreRelease: "); sb.Append(IsPreRelease.ToString()); sb.Append(nl); in ToString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DFileVersionInfo.cs186 public bool IsPreRelease { property in System.Diagnostics.FileVersionInfo
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Drelease.go122 IsPreRelease: ctx.FormOptionalBool("pre-release"),
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs4154 public bool IsPreRelease { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs4159 public bool IsPreRelease { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs4152 public bool IsPreRelease { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs4155 public bool IsPreRelease { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs6493 public bool IsPreRelease { get { throw null; } } property in System.Diagnostics.FileVersionInfo

12