Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 228 (0.02 sec)

  1. docs/logging/README.md

        "User-Agent": "MinIO (linux; amd64) minio-go/v7.0.70 mc/RELEASE.2024-04-30T17-44-48Z",
        "X-Amz-Content-Sha256": "STREAMING-AWS4-HMAC-SHA256-PAYLOAD",
        "X-Amz-Date": "20240509T073810Z",
        "X-Amz-Decoded-Content-Length": "228"
      },
      "responseHeader": {
        "Accept-Ranges": "bytes",
        "Content-Length": "0",
        "ETag": "9fe7a344ef4227d3e53751e9d88ce41e",
        "Server": "MinIO",
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  2. android-test/src/androidTest/java/okhttp/android/test/letsencrypt/LetsEncryptClientTest.kt

    class LetsEncryptClientTest {
      @Test fun get() {
        // These tests wont actually run before Android 8.0 as per
        // https://github.com/mannodermaus/android-junit5
        // Raised https://github.com/mannodermaus/android-junit5/issues/228 to reevaluate
        val androidMorEarlier = Build.VERSION.SDK_INT <= 23
    
        val clientBuilder = OkHttpClient.Builder()
    
        if (androidMorEarlier) {
          val cert: X509Certificate =
            """
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.22.md

        - [Container Images](#container-images-8)
      - [Changelog since v1.22.8](#changelog-since-v1228)
      - [Changes by Kind](#changes-by-kind-7)
        - [Bug or Regression](#bug-or-regression-7)
      - [Dependencies](#dependencies-8)
        - [Added](#added-8)
        - [Changed](#changed-8)
        - [Removed](#removed-8)
    - [v1.22.8](#v1228)
      - [Downloads for v1.22.8](#downloads-for-v1228)
        - [Source Code](#source-code-9)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  4. cmd/apierrorcode_string.go

    	_ = x[ErrHealNotImplemented-223]
    	_ = x[ErrHealNoSuchProcess-224]
    	_ = x[ErrHealInvalidClientToken-225]
    	_ = x[ErrHealMissingBucket-226]
    	_ = x[ErrHealAlreadyRunning-227]
    	_ = x[ErrHealOverlappingPaths-228]
    	_ = x[ErrIncorrectContinuationToken-229]
    	_ = x[ErrEmptyRequestBody-230]
    	_ = x[ErrUnsupportedFunction-231]
    	_ = x[ErrInvalidExpressionType-232]
    	_ = x[ErrBusy-233]
    	_ = x[ErrUnauthorizedAccess-234]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  5. src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java

            securityDescriptorBytes[19] = 0;
    
            // DACL header at offset 20
            securityDescriptorBytes[20] = 2; // ACL revision
            securityDescriptorBytes[21] = 0; // sbz1
            securityDescriptorBytes[22] = 8; // ACL size (low byte)
            securityDescriptorBytes[23] = 0; // ACL size (high byte)
            securityDescriptorBytes[24] = 0; // ACE count (low byte) - 0 ACEs
            securityDescriptorBytes[25] = 0; // ACE count (high byte)
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.32.md

    - github.com/lestrrat-go/iter: [v1.0.2](https://github.com/lestrrat-go/iter/tree/v1.0.2)
    - github.com/lestrrat-go/jwx: [v1.2.28](https://github.com/lestrrat-go/jwx/tree/v1.2.28)
    - github.com/lestrrat-go/option: [v1.0.1](https://github.com/lestrrat-go/option/tree/v1.0.1)
    - github.com/linuxkit/virtsock: [f8cee7d](https://github.com/linuxkit/virtsock/tree/f8cee7d)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
Back to top