Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 280 for 17 (0.01 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Reader.kt

        continuation.flags = flags
        continuation.streamId = streamId
    
        // TODO: Concat multi-value headers with 0x0, except COOKIE, which uses 0x3B, 0x20.
        // http://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-8.1.2.5
        hpackReader.readHeaders()
        return hpackReader.getAndResetHeaderList()
      }
    
      @Throws(IOException::class)
      private fun readData(
        handler: Handler,
        length: Int,
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  2. docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md

    Você pode relançar a mesma exceção utilizando `raise`:
    
    {* ../../docs_src/dependencies/tutorial008d_an_py39.py hl[17] *}
    
    //// tab | python 3.8+ non-annotated
    
    /// tip | Dica
    
    Utilize a versão com `Annotated` se possível.
    
    ///
    
    {* ../../docs_src/dependencies/tutorial008d.py hl[15] *}
    
    ////
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  3. cmd/last-minute_gen.go

    				return
    			}
    		}
    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *lastMinuteLatency) Msgsize() (s int) {
    	s = 1 + 7 + msgp.ArrayHeaderSize + (60 * (14 + msgp.Int64Size + msgp.Int64Size + msgp.Int64Size)) + 8 + msgp.Int64Size
    	return
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Jul 05 21:45:49 UTC 2022
    - 17.2K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java

            }
        }
    
        private boolean isGCMCipher() {
            return this.cipherId == CIPHER_AES_128_GCM || this.cipherId == CIPHER_AES_256_GCM;
        }
    
        private int getKeyLength() {
            // Java 17 switch expression for cipher key length determination
            return switch (this.cipherId) {
            case CIPHER_AES_128_CCM, CIPHER_AES_128_GCM -> 16; // AES-128 ciphers use 16-byte keys
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    - [v1.8.0-beta.1](#v180-beta1)
      - [Downloads for v1.8.0-beta.1](#downloads-for-v180-beta1)
        - [Client Binaries](#client-binaries-17)
        - [Server Binaries](#server-binaries-17)
        - [Node Binaries](#node-binaries-17)
      - [Changelog since v1.8.0-alpha.3](#changelog-since-v180-alpha3)
        - [Action Required](#action-required-4)
        - [Other notable changes](#other-notable-changes-16)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/reflect/Types.java

        }
    
        boolean jdkTypeDuplicatesOwnerName() {
          return true;
        }
      }
    
      /**
       * Per <a href="https://github.com/google/guava/issues/1635">issue 1635</a>, In JDK 1.7.0_51-b13,
       * {@link TypeVariableImpl#equals(Object)} is changed to no longer be equal to custom TypeVariable
       * implementations. As a result, we need to make sure our TypeVariable implementation respects
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  7. docs/en/data/contributors.yml

    Kludex:
      login: Kludex
      count: 23
      avatarUrl: https://avatars.githubusercontent.com/u/7353520?u=df8a3f06ba8f55ae1967a3e2d5ed882903a4e330&v=4
      url: https://github.com/Kludex
    dmontagu:
      login: dmontagu
      count: 17
      avatarUrl: https://avatars.githubusercontent.com/u/35119617?u=540f30c937a6450812628b9592a1dfe91bbe148e&v=4
      url: https://github.com/dmontagu
    euri10:
      login: euri10
      count: 13
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 20K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.31.md

      - [Changes by Kind](#changes-by-kind-17)
        - [API Change](#api-change-7)
        - [Feature](#feature-13)
        - [Failing Test](#failing-test-2)
        - [Bug or Regression](#bug-or-regression-17)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-9)
      - [Dependencies](#dependencies-17)
        - [Added](#added-17)
        - [Changed](#changed-17)
        - [Removed](#removed-17)
    - [v1.31.0-alpha.1](#v1310-alpha1)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
  9. cmd/metrics-v2_gen.go

    		}
    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *MetricsGroupV2) Msgsize() (s int) {
    	s = 1 + 14 + msgp.DurationSize + 17 + z.metricsGroupOpts.Msgsize()
    	return
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 23 20:56:18 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  10. src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java

                assertEquals(16, ServerMessageBlock2.size8(15));
                assertEquals(16, ServerMessageBlock2.size8(16));
                assertEquals(24, ServerMessageBlock2.size8(17));
            }
    
            @Test
            @DisplayName("Should calculate size8 with alignment")
            void testSize8WithAlignment() {
                assertEquals(8, ServerMessageBlock2.size8(8, 0));
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 39.5K bytes
    - Viewed (0)
Back to top