Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 168 for 60 (0.04 sec)

  1. guava-tests/test/com/google/common/collect/MapsTest.java

      public void testSubMap_unnaturalOrdering() {
        ImmutableSortedMap<Integer, Integer> map =
            ImmutableSortedMap.<Integer, Integer>reverseOrder()
                .put(2, 0)
                .put(4, 0)
                .put(6, 0)
                .put(8, 0)
                .put(10, 0)
                .build();
    
        assertThrows(IllegalArgumentException.class, () -> Maps.subMap(map, Range.closed(4, 8)));
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 22:56:33 UTC 2025
    - 65K bytes
    - Viewed (0)
  2. cmd/test-utils_test.go

    }
    
    // generate random object name.
    func getRandomObjectName() string {
    	return randString(16)
    }
    
    // generate random bucket name.
    func getRandomBucketName() string {
    	return randString(60)
    }
    
    // construct URL for http requests for bucket operations.
    func makeTestTargetURL(endPoint, bucketName, objectName string, queryValues url.Values) string {
    	urlStr := endPoint + SlashSeparator
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 77K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

    - [v1.7.0-alpha.1](#v170-alpha1)
      - [Downloads for v1.7.0-alpha.1](#downloads-for-v170-alpha1)
        - [Client Binaries](#client-binaries-23)
        - [Server Binaries](#server-binaries-23)
      - [Changelog since v1.6.0](#changelog-since-v160)
        - [Other notable changes](#other-notable-changes-23)
    <!-- END MUNGE: GENERATED_TOC -->
    
    <!-- NEW RELEASE NOTES ENTRY -->
    
    
    # v1.7.16
    
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  4. lib/fips140/v1.0.0-c2097c7c.zip

    run ./ctr_arm64_gen.go | asmfmt > ctr_arm64.s" //go:noescape func ctrBlocks1Asm(nr int, xk *[60]uint32, dst, src *[BlockSize]byte, ivlo, ivhi uint64) //go:noescape func ctrBlocks2Asm(nr int, xk *[60]uint32, dst, src *[2 * BlockSize]byte, ivlo, ivhi uint64) //go:noescape func ctrBlocks4Asm(nr int, xk *[60]uint32, dst, src *[4 * BlockSize]byte, ivlo, ivhi uint64) //go:noescape func ctrBlocks8Asm(nr int, xk *[60]uint32, dst, src *[8 * BlockSize]byte, ivlo, ivhi uint64) func ctrBlocks1(b *Block, dst, src...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

        protected int maxConfigSyncStatusRetry = 10;
    
        /** Maximum retry attempts for search engine status checks */
        protected int maxEsStatusRetry = 60;
    
        /** Name of the search engine cluster */
        protected String clusterName = "fesen";
    
        /** List of rewrite rules for document settings */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 122.4K bytes
    - Viewed (1)
  6. lib/fips140/v1.1.0-rc1.zip

    run ./ctr_arm64_gen.go | asmfmt > ctr_arm64.s" //go:noescape func ctrBlocks1Asm(nr int, xk *[60]uint32, dst, src *[BlockSize]byte, ivlo, ivhi uint64) //go:noescape func ctrBlocks2Asm(nr int, xk *[60]uint32, dst, src *[2 * BlockSize]byte, ivlo, ivhi uint64) //go:noescape func ctrBlocks4Asm(nr int, xk *[60]uint32, dst, src *[4 * BlockSize]byte, ivlo, ivhi uint64) //go:noescape func ctrBlocks8Asm(nr int, xk *[60]uint32, dst, src *[8 * BlockSize]byte, ivlo, ivhi uint64) func ctrBlocks1(b *Block, dst, src...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
  7. cmd/sts-handlers_test.go

        "s3:ListBucket"
       ],
       "Resource": [
        "arn:aws:s3:::%s/*"
       ]
      }
     ]
    }`
    
    	for i, testCase := range []struct {
    		durSecs     int
    		expectedErr bool
    	}{
    		{60, true},
    		{1800, false},
    	} {
    		policyBytes := fmt.Appendf(nil, policyTmpl, testCase.durSecs, bucket)
    		err = s.adm.AddCannedPolicy(ctx, policy, policyBytes)
    		if err != nil {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Oct 15 17:00:45 UTC 2025
    - 103.4K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.17.md

      `sync_proxy_rules_last_timestamp_seconds` metric no longer behaves the
      way it used to; now it will only change when services or endpoints actually
      change, rather than reliably updating every 60 seconds (or whatever). If you
      are trying to monitor for whether iptables updates are failing, the
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.13.md

    - CNI is unchanged at v0.6.0 since Kubernetes 1.10 ([#51250](https://github.com/kubernetes/kubernetes/pull/51250))
    - CSI is updated to 1.0.0. Pre-1.0.0 API support is now deprecated. ([#71020](https://github.com/kubernetes/kubernetes/pull/71020)])
    - The dashboard add-on has been updated to v1.10.0. ([#68450](https://github.com/kubernetes/kubernetes/pull/68450))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  10. RELEASE.md

        Starting with TensorFlow 1.8 release, 8.0 will be the minimum supported
        version.
    *   TensorFlow 1.7 may be the last time we support cuDNN versions below 6.0.
        Starting with TensorFlow 1.8 release, 6.0 will be the minimum supported
        version.
    
    ## Thanks to our Contributors
    
    This release contains contributions from many people at Google, as well as:
    
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Tue Oct 28 22:27:41 UTC 2025
    - 740.4K bytes
    - Viewed (3)
Back to top