- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 99 for windir (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt
"SDKMAN_CANDIDATES_DIR", // temp dir "TMPDIR", "TMP", "TEMP", // Seems important on Windows "ALLUSERSPROFILE", "PUBLIC", "windir", // Used by performance test to recognize TeamCity buildId "BUILD_ID", // Used by some tests to be ignored in specific build "BUILD_TYPE_ID", "JPROFILER_HOME",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Oct 15 18:27:39 GMT 2025 - 3.4K bytes - Click Count (0) -
src/main/assemblies/files/service.bat
) "%JAVA_HOME%\bin\java" -Xmx50M -version > nul 2>&1 if errorlevel 1 ( echo Warning: Could not start JVM to detect version, defaulting to x86: goto x86 ) "%JAVA_HOME%\bin\java" -Xmx50M -version 2>&1 | "%windir%\System32\find" "64-Bit" >nul: if errorlevel 1 goto x86 set EXECUTABLE=%FESS_HOME%\bin\fess-service-x64.exe set SERVICE_ID=fess-service-x64 set ARCH=64-bit goto checkExe :x86
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sun Jan 15 06:32:15 GMT 2023 - 6K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
labels.dict_synonym_link_edit=Düzenle labels.dict_synonym_link_delete=Sil labels.dict_synonym_link_details=Detaylar labels.dict_synonym_link_download=İndir labels.dict_synonym_link_upload=Yükle labels.dict_synonym_source=Kaynak labels.dict_synonym_target=Hedef labels.dict_synonym_button_download=İndir labels.dict_synonym_button_upload=Yükle labels.dict_synonym_file=Eş Anlamlı Dosyası
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 47K bytes - Click Count (0) -
src/archive/zip/testdata/utf8-winrar.zip
Joe Tsai <******@****.***> 1509655996 -0700
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Nov 06 21:35:59 GMT 2017 - 146 bytes - Click Count (0) -
src/archive/zip/testdata/time-winrar.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 150 bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/PluginConfigurationModule.java
this.plugin = plugin; } @Override public void configure(Binder binder) { if (plugin.getKey() != null) { XmlNode configuration = plugin.getConfiguration(); if (configuration == null) { configuration = XmlNode.newInstance("configuration"); } binder.bind(XmlNode.class) .annotatedWith(Names.named(plugin.getKey()))Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 1.9K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt
private val finder = FastFallbackExchangeFinder(routePlanner, taskRunner) @AfterEach fun tearDown() { taskFaker.close() routePlanner.close() } @Test fun takeConnectedConnection() { val plan0 = routePlanner.addPlan() plan0.connectState = TLS_CONNECTED taskRunner.newQueue().execute("connect") { val result0 = finder.find()
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 20.9K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/ExtensionConfigurationModule.java
this.extension = extension; this.callback = callback; } @Override public void configure(Binder binder) { if (extension.getKey() != null) { XmlNode configuration = extension.getConfiguration(); if (configuration == null) { configuration = XmlNode.newInstance("configuration");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 2.9K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoalTest.java
upgradeGoal.testExecuteWithTargetModel(context, "4.0.0"); Path mvnDir = projectDir.resolve(".mvn"); assertTrue(Files.exists(mvnDir), ".mvn directory should be created"); assertTrue(Files.isDirectory(mvnDir), ".mvn should be a directory"); } @Test @DisplayName("should create .mvn directory when model version is 4.1.0")
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 13.7K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 12.5K bytes - Click Count (0)