- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 280 for removing (0.04 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/storage/Handler.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:52:56 UTC 2025 - 11.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
// NOP } } } return buf.toString(); } /** * Normalizes a URL by removing fragments, resolving relative paths, and cleaning up. * * @param u the URL to normalize * @return the normalized URL */ protected String normalizeUrl(final String u) { if (u == null) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Nov 29 07:42:33 UTC 2025 - 30.5K bytes - Viewed (0) -
ci/official/README.md
# # Important: because the container is persistent, you cannot change TFCI # variables in between script executions. To forcibly remove the # container and start fresh, run "docker rm -f tf". Removing the container # destroys some temporary bazel data and causes longer builds. # # You will need the NVIDIA Container Toolkit for GPU testing: # https://github.com/NVIDIA/nvidia-container-toolkit #
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Feb 01 03:21:19 UTC 2024 - 8K bytes - Viewed (0) -
scripts/translate.py
path.unlink() print(f"Removed: {path}") print("Done removing all removable paths") @app.command() def remove_all_removable() -> None: all_removable = list_all_removable() for removable_path in all_removable: removable_path.unlink() print(f"Removed: {removable_path}") print("Done removing all removable paths") @app.command()
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0) -
src/test/java/jcifs/util/PathValidatorTest.java
// to preserve the leading double backslash for UNC paths } @Test public void testInvalidUncPath() throws Exception { // Due to normalization removing duplicate backslashes, true UNC validation doesn't work // These tests validate current behavior where problematic paths are caught by other checksRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.6K bytes - Viewed (0) -
src/test/java/jcifs/util/SecureKeyManagerTest.java
// Verify main key is removed (archives stay) assertFalse(keyManager.hasSessionKey(sessionId), "Main key should be removed"); // Note: Archives are not automatically removed when removing main key }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.2K bytes - Viewed (0) -
src/test/java/jcifs/FileNotifyInformationTest.java
// Expected value when all flags are combined assertEquals(0x00000FFF, allFlags); } @Test @DisplayName("Test removing specific filter flag") void testRemovingFilterFlag() { int flags = FileNotifyInformation.FILE_NOTIFY_CHANGE_FILE_NAME | FileNotifyInformation.FILE_NOTIFY_CHANGE_SIZERegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0) -
cmd/xl-storage_test.go
} } xlStorageDeletedStorage, diskPath, err := newXLStorageTestSetup(t) if err != nil { t.Fatalf("Unable to create xlStorage test setup, %s", err) } // removing the disk, used to recreate disk not found error. os.RemoveAll(diskPath) // TestXLStorage for delete on an removed disk. // should fail with disk not found.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 66K bytes - Viewed (0) -
ci/devinfra/docker/windows2022/Dockerfile
\ Write-Host 'Installing/updating packages...'; \ & $installDir\python.exe -m pip install --upgrade setuptools packaging; \ \ Write-Host 'Removing installation binary...'; \ Remove-Item C:\tmp\pyinstall.exe -Force; \ }; \ Write-Host 'Installing multiple Python versions...'; \ $versions = @( \ @{ version = '3.9.13'; prependPath = 0 }, \Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Jan 13 18:59:55 UTC 2025 - 10.3K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionGeneratorFacade.kt
* An implicit file class like `AbcKt` that Kotlin generates is also part of the public API, * and it should be appropriately marked with `@file:Incubating`. * * When the target method of an extension functions is de-incubated, removing at a later point is a breaking change. * The corresponding extension function gets automatically de-incubated during source generation. * But the same applies to the implicit file class, and it has to be de-incubated when any
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 17.8K bytes - Viewed (0)