Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 62 for 43 (0.02 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Writer.kt

            type = TYPE_SETTINGS,
            flags = FLAG_NONE,
          )
          for (i in 0 until Settings.COUNT) {
            if (!settings.isSet(i)) continue
            val id =
              when (i) {
                4 -> 3 // SETTINGS_MAX_CONCURRENT_STREAMS renumbered.
                7 -> 4 // SETTINGS_INITIAL_WINDOW_SIZE renumbered.
                else -> i
              }
            sink.writeShort(id)
            sink.writeInt(settings[i])
          }
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/util/MD4.java

            int D = context[3];
    
            A = FF(A, B, C, D, X[ 0],  3);
            D = FF(D, A, B, C, X[ 1],  7);
            C = FF(C, D, A, B, X[ 2], 11);
            B = FF(B, C, D, A, X[ 3], 19);
            A = FF(A, B, C, D, X[ 4],  3);
            D = FF(D, A, B, C, X[ 5],  7);
            C = FF(C, D, A, B, X[ 6], 11);
            B = FF(B, C, D, A, X[ 7], 19);
            A = FF(A, B, C, D, X[ 8],  3);
            D = FF(D, A, B, C, X[ 9],  7);
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 9.3K bytes
    - Viewed (0)
  3. internal/lsync/lrwmutex_test.go

    	n := 1000
    	if testing.Short() {
    		n = 5
    	}
    	HammerRWMutex(1, 1, n)
    	HammerRWMutex(1, 3, n)
    	HammerRWMutex(1, 10, n)
    	HammerRWMutex(4, 1, n)
    	HammerRWMutex(4, 3, n)
    	HammerRWMutex(4, 10, n)
    	HammerRWMutex(10, 1, n)
    	HammerRWMutex(10, 3, n)
    	HammerRWMutex(10, 10, n)
    	HammerRWMutex(10, 5, n)
    }
    
    // Borrowed from rwmutex_test.go
    func TestDRLocker(t *testing.T) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Mar 05 04:57:35 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  4. cmd/apierrorcode_string.go

    	_ = x[ErrNoSuchBucketSSEConfig-39]
    	_ = x[ErrNoSuchCORSConfiguration-40]
    	_ = x[ErrNoSuchWebsiteConfiguration-41]
    	_ = x[ErrReplicationConfigurationNotFoundError-42]
    	_ = x[ErrRemoteDestinationNotFoundError-43]
    	_ = x[ErrReplicationDestinationMissingLock-44]
    	_ = x[ErrRemoteTargetNotFoundError-45]
    	_ = x[ErrReplicationRemoteConnectionError-46]
    	_ = x[ErrReplicationBandwidthLimitError-47]
    	_ = x[ErrBucketRemoteIdenticalToSource-48]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/ByteSourceTest.java

            assertThat(suppressed).isAtMost(1);
          }
        }
      }
    
      public void testSlice_returnEmptySource() {
        assertEquals(ByteSource.empty(), source.slice(0, 3).slice(4, 3));
      }
    
      /**
       * @return the number of exceptions that were suppressed on the expected thrown exception
       */
      private static int runSuppressionFailureTest(ByteSource in, ByteSink out) {
        try {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/ByteSourceTest.java

            assertThat(suppressed).isAtMost(1);
          }
        }
      }
    
      public void testSlice_returnEmptySource() {
        assertEquals(ByteSource.empty(), source.slice(0, 3).slice(4, 3));
      }
    
      /**
       * @return the number of exceptions that were suppressed on the expected thrown exception
       */
      private static int runSuppressionFailureTest(ByteSource in, ByteSink out) {
        try {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  7. go.mod

    	github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
    	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0
    	github.com/IBM/sarama v1.43.3
    	github.com/alecthomas/participle v0.7.1
    	github.com/beevik/ntp v1.4.3
    	github.com/buger/jsonparser v1.1.1
    	github.com/cespare/xxhash/v2 v2.3.0
    	github.com/cheggaaa/pb v1.0.29
    	github.com/coreos/go-oidc/v3 v3.11.0
    	github.com/coreos/go-systemd/v22 v22.5.0
    	github.com/cosnicolaou/pbzip2 v1.0.3
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  8. api/go1.7.txt

    pkg debug/elf, const R_390_TLS_GOTIE12 = 42
    pkg debug/elf, const R_390_TLS_GOTIE12 R_390
    pkg debug/elf, const R_390_TLS_GOTIE20 = 60
    pkg debug/elf, const R_390_TLS_GOTIE20 R_390
    pkg debug/elf, const R_390_TLS_GOTIE32 = 43
    pkg debug/elf, const R_390_TLS_GOTIE32 R_390
    pkg debug/elf, const R_390_TLS_GOTIE64 = 44
    pkg debug/elf, const R_390_TLS_GOTIE64 R_390
    pkg debug/elf, const R_390_TLS_IE32 = 47
    pkg debug/elf, const R_390_TLS_IE32 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)
  9. cmd/erasure-metadata_test.go

    	testCases := []struct {
    		partNum       int
    		expectedIndex int
    	}{
    		{1, 0},
    		{2, 1},
    		{4, 2},
    		{5, 3},
    		{7, 4},
    		// Insert part.
    		{3, 2},
    		// Replace existing part.
    		{4, 3},
    		// Missing part.
    		{6, -1},
    	}
    
    	// Setup.
    	fi := newFileInfo("test-object", 8, 8)
    	fi.Erasure.Index = 1
    	if !fi.IsValid() {
    		t.Fatalf("unable to get xl meta")
    	}
    
    	// Test them.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jul 25 21:02:50 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

    - [v1.4.4](#v144)
      - [Downloads for v1.4.4](#downloads-for-v144)
        - [Client Binaries](#client-binaries-6)
        - [Server Binaries](#server-binaries-6)
      - [Changelog since v1.4.3](#changelog-since-v143)
        - [Other notable changes](#other-notable-changes-6)
    - [v1.4.3](#v143)
      - [Downloads](#downloads)
      - [Changelog since v1.4.2-beta.1](#changelog-since-v142-beta1)
        - [Other notable changes](#other-notable-changes-7)
    - [v1.4.2](#v142)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top