- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 326 for venv (0.02 sec)
-
src/packaging/rpm/packaging.properties
# Properties used to build to the RPM package # # Environment file packaging.env.file=/etc/sysconfig/fess # Default configuration directory and file to use in bin/plugin script # Simple marker to check that properties are correctly overridden packaging.type=rpm # Custom header for package scripts packaging.scripts.header=
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 10 01:24:02 UTC 2015 - 420 bytes - Viewed (1) -
src/main/java/org/codelibs/fess/job/PythonJob.java
* WEB-INF/env/python/resources/{filename} * * @return the constructed file path for the Python script */ protected String getPyFilePath() { final StringBuilder buf = new StringBuilder(100); buf.append("WEB-INF"); buf.append(File.separator); buf.append("env"); buf.append(File.separator);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.2K bytes - Viewed (0) -
.github/workflows/submit-github-dependency-graph.yml
- uses: actions/checkout@v5 - uses: actions/setup-java@v5 with: distribution: temurin java-version: 17 - name: Setup Gradle uses: gradle/actions/dependency-submission@v4 env: # Exclude some projects and configurations that should not contribute to the dependency graph
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Aug 21 23:08:02 UTC 2025 - 933 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/ExecJob.java
return this; } /** * Sets the Lasta environment configuration. * * @param env the Lasta environment string * @return this ExecJob instance for method chaining */ public ExecJob lastaEnv(final String env) { lastaEnv = env; return this; } /** * Adds a system property to the command list.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.2K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/toolchain/DefaultToolchainTest.java
tm1.addProvide("version", "1.5"); tm1.addProvide("vendor", "sun"); Xpp3Dom configuration1 = new Xpp3Dom("configuration"); Xpp3Dom jdkHome1 = new Xpp3Dom("jdkHome"); jdkHome1.setValue("${env.JAVA_HOME}"); configuration1.addChild(jdkHome1); tm1.setConfiguration(configuration1); ToolchainModel tm2 = new ToolchainModel(); tm1.setType("jdk");
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 11 12:33:57 UTC 2025 - 4.9K bytes - Viewed (0) -
.github/workflows/ci.yml
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 19:19:31 UTC 2025 - 4.7K bytes - Viewed (0) -
src/packaging/common/scripts/preinst
# Sets the default values for fess variables used in this script FESS_USER="${packaging.fess.user}" FESS_GROUP="${packaging.fess.group}" FESS_USER_HOME="${packaging.fess.var.dir}" # Source the default env file FESS_ENV_FILE="${packaging.env.file}" if [ -f "$FESS_ENV_FILE" ]; then . "$FESS_ENV_FILE" fi case "$1" in # Debian #################################################### install|upgrade)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 01 09:48:15 UTC 2016 - 2.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/BasePromotionBuildType.kt
requiresNotEc2Agent() } paramsForBuildToolBuild(BuildToolBuildJvm, Os.LINUX) params { password("env.DEVELOCITY_ACCESS_KEY", "%ge.gradle.org.access.key%;%develocity.grdev.net.access.key%") password("env.ORG_GRADLE_PROJECT_botGradleGitHubToken", "%github.bot-gradle.token%") } features {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 2.2K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/04-vuln.yml
attributes: label: "Does this issue reproduce at the latest version of golang.org/x/vuln?" validations: required: true - type: textarea id: go-env attributes: label: "Output of `go env` in your module/workspace:" render: shell validations: required: true - type: textarea id: what-did-you-do attributes: label: "What did you do?"
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jan 04 23:31:17 UTC 2024 - 1.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/CheckTeamCityKotlinDSL.kt
param("JdkProviderEnabled", "false") // should be the same version we run TeamCity with param("env.JAVA_HOME", javaHome(DefaultJvm(JvmVersion.JAVA_21, JvmVendor.OPENJDK), Os.LINUX)) } steps { script { name = "RUN_MAVEN_CLEAN_VERIFY"
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 31 01:53:09 UTC 2025 - 1.9K bytes - Viewed (0)