- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 458 for deflated (0.05 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache/DiskLruCache.kt
* CLEAN or REMOVE indicate that temporary files may need to be deleted. * * o CLEAN lines track a cache entry that has been successfully published and may be read. A * publish line is followed by the lengths of each of its values. * * o READ lines track accesses for LRU. * * o REMOVE lines track entries that have been deleted. *
Registered: 2025-05-30 11:42 - Last Modified: 2025-05-28 23:28 - 34.7K bytes - Viewed (0) -
cni/pkg/install/cniconfig_test.go
if len(c.delayedConfName) > 0 { // Delayed case // Write delayed CNI config file data, err := os.ReadFile(filepath.Join("testdata", c.delayedConfName)) if err != nil { t.Fatal(err) } err = os.WriteFile(filepath.Join(tempDir, c.delayedConfName), data, 0o644) if err != nil { t.Fatal(err) } t.Logf("delayed write to %v", filepath.Join(tempDir, c.delayedConfName))
Registered: 2025-05-28 22:53 - Last Modified: 2025-03-03 23:45 - 15.4K bytes - Viewed (0) -
common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto
// +optional optional Time creationTimestamp = 8; // DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This // field is set by the server when a graceful deletion is requested by the user, and is not // directly settable by a client. The resource is expected to be deleted (no longer visible // from resource lists, and not reachable by name) after the time in this field, once the
Registered: 2025-05-28 22:53 - Last Modified: 2024-03-11 18:43 - 53.3K bytes - Viewed (1) -
.gitignore
.vscode # This is where the result of the go build goes /output*/ /_output*/ /_output # Emacs save files *~ \#*\# .\#* # Vim-related files [._]*.s[a-w][a-z] [._]s[a-w][a-z] *.un~ Session.vim .netrwhist # cscope-related files cscope.* # Go test binaries *.test /hack/.test-cmd-auth # JUnit test output from ginkgo e2e tests /junit*.xml # Mercurial files **/.hg
Registered: 2025-05-30 09:05 - Last Modified: 2024-02-29 08:22 - 2.1K bytes - Viewed (0) -
cni/pkg/install/install_test.go
t.Fatalf("file %s was not deleted", c.configFilename) } // check if kubeconfig is deleted if file.Exists(kubeConfigFilePath) { t.Fatal("kubeconfig was not deleted") } // check if binaries are deleted if file.Exists(filepath.Join(cniBinDir, "istio-cni")) { t.Fatalf("File %s was not deleted", "istio-cni") } }) }
Registered: 2025-05-28 22:53 - Last Modified: 2024-01-26 20:34 - 11.1K bytes - Viewed (0) -
common-protos/k8s.io/api/events/v1beta1/generated.proto
// +optional optional k8s.io.api.core.v1.ObjectReference regarding = 8; // related is the optional secondary object for more complex actions. E.g. when regarding object triggers // a creation or deletion of related object. // +optional optional k8s.io.api.core.v1.ObjectReference related = 9; // note is a human-readable description of the status of this operation.
Registered: 2025-05-28 22:53 - Last Modified: 2024-03-11 18:43 - 5.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/IoTestCase.java
return null; } copy(resourceUrl, file); } return file; } /** * Creates a new temp dir for testing. The returned directory and all contents of it will be * deleted in the tear-down for this test. */ protected final File createTempDir() throws IOException { File tempFile = File.createTempFile("IoTestCase", ""); if (!tempFile.delete() || !tempFile.mkdir()) {
Registered: 2025-05-30 12:43 - Last Modified: 2024-12-22 03:38 - 5.6K bytes - Viewed (0) -
build-logic/java-api-extractor/src/main/java/org/gradle/internal/tools/api/ApiClassExtractor.java
* included in the public API based on its visibility. If the list of exported * packages is empty (e.g. the library has not declared an explicit {@code api {...}} * specification, then package-private classes are included in the public API. If the * list of exported packages is non-empty (i.e. the library has declared an * {@code api {...}} specification, then package-private classes are excluded.</p> *
Registered: 2025-05-28 11:36 - Last Modified: 2024-06-27 14:27 - 5.7K bytes - Viewed (0) -
docs/bucket/notifications/README.md
When the _access_ format is used, MinIO appends events as documents in an Elasticsearch index. For each event, a document with the event details, with the timestamp of document set to the event's timestamp is appended to an index. The ID of the documented is randomly generated by Elasticsearch. No documents are deleted or modified in this format.
Registered: 2025-05-25 19:28 - Last Modified: 2024-01-18 07:03 - 84K bytes - Viewed (0) -
docs/bucket/replication/DESIGN.md
a `mc rm --version-id` on a object, replication implementation marks a object version permanently deleted as `PENDING` purge and deletes the version from source after syncing to the target and ensuring target version is deleted. The delete marker being deleted or object version being deleted will still be visible on listing with `mc ls --versions` until the sync is completed. Objects marked as deleted will not be accessible via `GET` or `HEAD` requests and would return a http response code of `405`....
Registered: 2025-05-25 19:28 - Last Modified: 2025-02-26 09:25 - 14.7K bytes - Viewed (0)