- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 150 for windir (0.03 sec)
-
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",
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/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
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 6K bytes - Viewed (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ı
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
src/archive/zip/testdata/utf8-winrar.zip
Joe Tsai <******@****.***> 1509655996 -0700
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Nov 06 21:35:59 UTC 2017 - 146 bytes - Viewed (0) -
src/archive/zip/testdata/time-winrar.zip
Joe Tsai <******@****.***> 1503947278 -0700
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Nov 06 19:50:28 UTC 2017 - 150 bytes - Viewed (0) -
internal/lock/lock_solaris.go
err = ErrAlreadyLocked } return nil, err } st, err := os.Stat(path) if err != nil { f.Close() return nil, err } if st.IsDir() { f.Close() return nil, &os.PathError{ Op: "open", Path: path, Err: syscall.EISDIR, } } return &LockedFile{f}, nil } // TryLockedOpenFile - tries a new write lock, functionality
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Jan 02 17:15:06 UTC 2022 - 2.8K bytes - Viewed (0) -
src/archive/zip/testdata/utf8-winzip.zip
Joe Tsai <******@****.***> 1509655996 -0700
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Nov 06 21:35:59 UTC 2017 - 146 bytes - Viewed (0) -
src/archive/zip/testdata/time-winzip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Nov 06 19:50:28 UTC 2017 - 150 bytes - Viewed (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()))Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 1.9K bytes - Viewed (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()
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 20.9K bytes - Viewed (0)