Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 279 for 22 (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.32.md

    - github.com/gregjones/httpcache: [9cad4c3 → 901d907](https://github.com/gregjones/httpcache/compare/9cad4c3...901d907)
    - github.com/jonboulle/clockwork: [v0.2.2 → v0.4.0](https://github.com/jonboulle/clockwork/compare/v0.2.2...v0.4.0)
    - github.com/moby/spdystream: [v0.4.0 → v0.5.0](https://github.com/moby/spdystream/compare/v0.4.0...v0.5.0)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  2. docs/en/docs/management-tasks.md

    Here are the [PRs to review with the label `lang-bs`](https://github.com/fastapi/fastapi/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Alang-bs+label%3A%22awaiting-review%22). 🤓
    ```
    
    Update "Bosnian" with the new language.
    
    And update the search link to point to the new language label that will be created, like `lang-bs`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Aug 16 21:56:33 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  3. licenses/github.com/hashicorp/errwrap/LICENSE

         b. under Patent Claims of such Contributor to make, use, sell, offer for
            sale, have made, import, and otherwise transfer either its Contributions
            or its Contributor Version.
    
    2.2. Effective Date
    
         The licenses granted in Section 2.1 with respect to any Contribution become
         effective for each Contribution on the date the Contributor first distributes
         such Contribution.
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  4. src/archive/zip/struct.go

    	fileHeaderLen            = 30         // + filename + extra
    	directoryHeaderLen       = 46         // + filename + extra + comment
    	directoryEndLen          = 22         // + comment
    	dataDescriptorLen        = 16         // four uint32: descriptor signature, crc32, compressed size, size
    	dataDescriptor64Len      = 24         // two uint32: signature, crc32 | two uint64: compressed size, size
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue May 28 21:41:09 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/certificates/v1/generated.proto

      // validity duration so a client must check the delta between the notBefore and
      // and notAfter fields in the issued certificate to determine the actual duration.
      //
      // The v1.22+ in-tree implementations of the well-known Kubernetes signers will
      // honor this field as long as the requested duration is not greater than the
      // maximum duration they will honor per the --cluster-signing-duration CLI
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  6. cmd/object-api-listobjects_test.go

    		// ListObjectsResult-21.
    		// Marker = "obj1" & prefix = "obj" in the testCase, (testCase 46).
    		21: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "obj2"},
    			},
    		},
    		// ListObjectsResult-22.
    		// Marker = "newPrefix0" & prefix = "new" in the testCase,, (testCase 47).
    		22: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "newPrefix1"},
    				{Name: "newzen/zen/recurse/again/again/again/pics"},
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/collect/MultimapsTest.java

        final Multimap<String, Object> stringToObject =
            new ImmutableMultimap.Builder<String, Object>()
                .put("1", 1)
                .put("1", 1L)
                .put("1", "1")
                .put("2", 2)
                .put("2", 2L)
                .build();
    
        ImmutableMultimap<String, Object> outputMap =
            Multimaps.index(stringToObject.values(), Functions.toStringFunction());
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  8. manifests/addons/dashboards/istio-workload-dashboard.json

                      "viz": false
                    }
                  }
                ]
              }
            ]
          },
          "gridPos": {
            "h": 6,
            "w": 8,
            "x": 0,
            "y": 22
          },
          "id": 27,
          "links": [],
          "options": {
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
  9. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/JvmCallExtensionsKt$executeAsync$2$2$onResponse$1;-><init>(Lokhttp3/Call;)V
    HSPLokhttp3/JvmCallExtensionsKt$executeAsync$2$2;-><init>(Lkotlinx/coroutines/CancellableContinuation;)V
    HSPLokhttp3/JvmCallExtensionsKt$executeAsync$2$2;->onFailure(Lokhttp3/Call;Ljava/io/IOException;)V
    HSPLokhttp3/JvmCallExtensionsKt$executeAsync$2$2;->onResponse(Lokhttp3/Call;Lokhttp3/Response;)V
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

    - [v1.22.0-alpha.3](#v1220-alpha3)
      - [Downloads for v1.22.0-alpha.3](#downloads-for-v1220-alpha3)
        - [Source Code](#source-code-22)
        - [Client Binaries](#client-binaries-22)
        - [Server Binaries](#server-binaries-22)
        - [Node Binaries](#node-binaries-22)
      - [Changelog since v1.22.0-alpha.2](#changelog-since-v1220-alpha2)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes-3)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top