- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for LC_ALL (0.09 sec)
-
build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt
"IGNORE_MIRROR", "LANG", "LANGUAGE", // It is possible to have many LC_xxx variables for different aspects of the locale. However, LC_ALL overrides all of them, and it is what CI uses. "LC_ALL", "LC_CTYPE", "JDK8", "JDK11", "JDK17", "JDK_HOME", "JRE_HOME", "CommonProgramFiles", "CommonProgramFiles(x86)",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Oct 15 18:27:39 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/assemblies/files/fess
# As those strings are created by the OS, they are dependent on the configured locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 export HOSTNAME=`hostname -s` cd "$FESS_HOME" if [ "x$daemonized" = "x" ]; then fess_parms="$fess_parms -Dfess.foreground=yes"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
// Use fewer parallel forks only on Intel macOS builds, since they are not very powerful. param("maxParallelForks", "2") } if (os == Os.LINUX || os == Os.MACOS) { param("env.LC_ALL", "en_US.UTF-8") } } } fun BuildSteps.checkCleanM2AndAndroidUserHome( os: Os = Os.LINUX, buildType: BuildType? = null, ) { script {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 15.6K bytes - Viewed (0)