- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for VC (0.06 sec)
-
cmd/bucket-versioning.go
vc, err := sys.Get(bucket) if err != nil { logger.CriticalIf(GlobalContext, err) } return vc.PrefixEnabled(prefix) } // Suspended suspended versioning? func (sys *BucketVersioningSys) Suspended(bucket string) bool { vc, err := sys.Get(bucket) if err != nil { logger.CriticalIf(GlobalContext, err) } return vc.Suspended() }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 25 00:44:15 UTC 2022 - 2.6K bytes - Viewed (0) -
ci/devinfra/docker/windows/Dockerfile
RUN C:\TEMP\vs_community.exe \ --quiet --wait --norestart --nocache \ --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 \ --add Microsoft.VisualStudio.Workload.NativeDesktop \ --add Microsoft.VisualStudio.Component.VC.14.39.17.9.x86.64 \ --add Microsoft.VisualStudio.Component.Windows11SDK.22621 \ || IF "%ERRORLEVEL%"=="3010" EXIT 0
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Aug 20 13:57:04 UTC 2024 - 7.3K bytes - Viewed (0) -
licenses/github.com/xlab/treeprint/LICENSE
The MIT License (MIT) Copyright © 2016 Maxim Kupriianov <max@kc.vc> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Apr 22 22:59:25 UTC 2021 - 1.1K bytes - Viewed (0) -
okcurl/build.gradle.kts
// see https://github.com/palantir/gradle-graal // see https://www.graalvm.org/docs/reference-manual/native-image/#prerequisites windowsVsVarsPath("C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat") } } mavenPublishing { configure(KotlinJvm(javadocJar = JavadocJar.Empty()))
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 1.8K bytes - Viewed (0) -
src/cmd/asm/internal/arch/arm.go
"NE": arm.C_SCOND_NE, "CS": arm.C_SCOND_HS, "HS": arm.C_SCOND_HS, "CC": arm.C_SCOND_LO, "LO": arm.C_SCOND_LO, "MI": arm.C_SCOND_MI, "PL": arm.C_SCOND_PL, "VS": arm.C_SCOND_VS, "VC": arm.C_SCOND_VC, "HI": arm.C_SCOND_HI, "LS": arm.C_SCOND_LS, "GE": arm.C_SCOND_GE, "LT": arm.C_SCOND_LT, "GT": arm.C_SCOND_GT, "LE": arm.C_SCOND_LE, "AL": arm.C_SCOND_NONE, "U": arm.C_UBIT,
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 23 15:18:14 UTC 2024 - 6.1K bytes - Viewed (0)