Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 142 for 33 (0.02 sec)

  1. android/guava/src/com/google/common/collect/Range.java

       * equal to one another, despite the fact that they each contain precisely the same set of values.
       * Similarly, empty ranges are not equal unless they have exactly the same representation, so
       * {@code [3..3)}, {@code (3..3]}, {@code (4..4]} are all unequal.
       */
      @Override
      public boolean equals(@CheckForNull Object object) {
        if (object instanceof Range) {
          Range<?> other = (Range<?>) object;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 16 17:21:56 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. docs/en/docs/how-to/custom-docs-ui-assets.md

    * `swagger_css_url`: the URL where the HTML for your Swagger UI docs can get the **CSS** file. This is the custom CDN URL.
    
    And similarly for ReDoc...
    
    {* ../../docs_src/custom_docs_ui/tutorial001.py hl[2:6,11:19,22:24,27:33] *}
    
    /// tip
    
    The *path operation* for `swagger_ui_redirect` is a helper for when you use OAuth2.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 10:42:34 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/collect/ContiguousSetTest.java

    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Oct 15 17:36:06 UTC 2024
    - 19K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64.s

    	ADD	$0x3fffffffc000, R5             // ADD	$70368744161280, R5               // fb7f72b2a5001b8b
    	ADD	R1>>11, R2, R3
    	ADD	R1<<22, R2, R3
    	ADD	R1->33, R2, R3
    	AND	R1@>33, R2, R3
    	ADD	R1.UXTB, R2, R3                 // 4300218b
    	ADD	R1.UXTB<<4, R2, R3              // 4310218b
    	ADD	R2, RSP, RSP                    // ff63228b
    	ADD	R2.SXTX<<1, RSP, RSP            // ffe7228b
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jul 24 18:45:14 UTC 2024
    - 95.2K bytes
    - Viewed (0)
  5. cmd/apierrorcode_string.go

    	_ = x[ErrInvalidObjectState-28]
    	_ = x[ErrMalformedXML-29]
    	_ = x[ErrMissingContentLength-30]
    	_ = x[ErrMissingContentMD5-31]
    	_ = x[ErrMissingRequestBodyError-32]
    	_ = x[ErrMissingSecurityHeader-33]
    	_ = x[ErrNoSuchBucket-34]
    	_ = x[ErrNoSuchBucketPolicy-35]
    	_ = x[ErrNoSuchBucketLifecycle-36]
    	_ = x[ErrNoSuchLifecycleConfiguration-37]
    	_ = x[ErrInvalidLifecycleWithObjectLock-38]
    	_ = x[ErrNoSuchBucketSSEConfig-39]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  6. api/go1.7.txt

    pkg debug/elf, const R_390_GOTPLT32 = 31
    pkg debug/elf, const R_390_GOTPLT32 R_390
    pkg debug/elf, const R_390_GOTPLT64 = 32
    pkg debug/elf, const R_390_GOTPLT64 R_390
    pkg debug/elf, const R_390_GOTPLTENT = 33
    pkg debug/elf, const R_390_GOTPLTENT R_390
    pkg debug/elf, const R_390_GOTPLTOFF16 = 34
    pkg debug/elf, const R_390_GOTPLTOFF16 R_390
    pkg debug/elf, const R_390_GOTPLTOFF32 = 35
    pkg debug/elf, const R_390_GOTPLTOFF32 R_390
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Jun 28 15:08:11 UTC 2016
    - 13.6K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/grafana/minio-dashboard.json

                ]
              },
              "unit": "bytes"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 7,
            "w": 12,
            "x": 0,
            "y": 33
          },
          "id": 17,
          "options": {
            "legend": {
              "calcs": [],
              "displayMode": "hidden",
              "placement": "right",
              "showLegend": false
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jul 24 14:51:03 UTC 2024
    - 93K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/hash/HashingTest.java

      public void testGoodFastHashEquals() throws Exception {
        HashFunction hashFunction1a = Hashing.goodFastHash(1);
        HashFunction hashFunction1b = Hashing.goodFastHash(32);
        HashFunction hashFunction2a = Hashing.goodFastHash(33);
        HashFunction hashFunction2b = Hashing.goodFastHash(128);
        HashFunction hashFunction3a = Hashing.goodFastHash(129);
        HashFunction hashFunction3b = Hashing.goodFastHash(256);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 09 17:40:09 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  9. cmd/admin-handlers-users_test.go

    		Policies: []string{policy1},
    		User:     accessKey,
    	})
    	if err != nil {
    		c.Fatalf("unable to attach policy: %v", err)
    	}
    
    	admClnt := s.getAdminClient(c, accessKey, secretKey, "")
    
    	// 3.3 check user does not have explicit permissions to create service account.
    	c.mustNotCreateSvcAccount(ctx, accessKey, admClnt)
    
    	// 4. Verify the policy appears in listing
    	ps, err := s.adm.ListCannedPolicies(ctx)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 22 00:33:43 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/Range.java

       * equal to one another, despite the fact that they each contain precisely the same set of values.
       * Similarly, empty ranges are not equal unless they have exactly the same representation, so
       * {@code [3..3)}, {@code (3..3]}, {@code (4..4]} are all unequal.
       */
      @Override
      public boolean equals(@CheckForNull Object object) {
        if (object instanceof Range) {
          Range<?> other = (Range<?>) object;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 16 17:21:56 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top