Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 237 for 1014 (1.18 sec)

  1. src/main/java/jcifs/smb/SmbFileInputStream.java

                        if (type == SmbConstants.TYPE_NAMED_PIPE) {
                            // Use fixed 1024 values for named pipes
                            request.setMinCount(1024);
                            request.setMaxCount(1024);
                            request.setRemaining(1024);
                        } else if (this.largeReadX) {
                            // Optimize large read requests
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 15.6K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionTest.java

            // Set up transaction parameters
            transaction.setMaxSetupCount((byte) 2);
            transaction.setTotalParameterCount(100);
            transaction.setTotalDataCount(200);
            transaction.setMaxParameterCount(1024);
            transaction.setMaxDataCountForTest(2048);
            transaction.setParameterCount(50);
            transaction.setParameterOffset(80);
            transaction.setDataCount(150);
            transaction.setDataOffset(130);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/internal/http/ThreadInterruptTest.kt

    /*
     * Copyright (C) 2014 Square, Inc.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 11:30:11 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  4. fuzzing/fuzzingserver-expected.txt

    "1.1.1 OK"
    "1.1.2 OK"
    "1.1.3 OK"
    "1.1.4 OK"
    "1.1.5 OK"
    "1.1.6 OK"
    "1.1.7 OK"
    "1.1.8 OK"
    "1.2.1 OK"
    "1.2.2 OK"
    "1.2.3 OK"
    "1.2.4 OK"
    "1.2.5 OK"
    "1.2.6 OK"
    "1.2.7 OK"
    "1.2.8 OK"
    "10.1.1 OK"
    "12.1.1 UNIMPLEMENTED"
    "12.1.10 UNIMPLEMENTED"
    "12.1.11 UNIMPLEMENTED"
    "12.1.12 UNIMPLEMENTED"
    "12.1.13 UNIMPLEMENTED"
    "12.1.14 UNIMPLEMENTED"
    "12.1.15 UNIMPLEMENTED"
    "12.1.16 UNIMPLEMENTED"
    "12.1.17 UNIMPLEMENTED"
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 6.7K bytes
    - Viewed (1)
  5. src/main/java/jcifs/smb1/util/MD4.java

            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);
            C = FF(C, D, A, B, X[10], 11);
            B = FF(B, C, D, A, X[11], 19);
            A = FF(A, B, C, D, X[12], 3);
            D = FF(D, A, B, C, X[13], 7);
            C = FF(C, D, A, B, X[14], 11);
            B = FF(B, C, D, A, X[15], 19);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  6. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/ws/RealWebSocket.kt

              val extensions = WebSocketExtensions.parse(response.headers)
              ******@****.***ions = extensions
              if (!extensions.isValid()) {
                synchronized(this@RealWebSocket) {
                  messageAndCloseQueue.clear() // Don't transmit any messages.
                  close(1010, "unexpected Sec-WebSocket-Extensions in response header")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/collect/ObjectArraysTest.java

      }
    
      public void testNonEmptyToShorter() {
        checkArrayEquals(new String[9], ObjectArrays.newArray(new String[10], 9));
      }
    
      public void testNonEmptyToSameLength() {
        doTestNewArrayEquals(new String[10], 10);
      }
    
      public void testNonEmptyToLonger() {
        checkArrayEquals(
            new String[10], ObjectArrays.newArray(new String[] {"a", "b", "c", "d", "e"}, 10));
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  8. docs/es/docs/tutorial/request-forms-and-files.md

    ## Definir parámetros `File` y `Form`
    
    Crea parámetros de archivo y formulario de la misma manera que lo harías para `Body` o `Query`:
    
    {* ../../docs_src/request_forms_and_files/tutorial001_an_py39.py hl[10:12] *}
    
    Los archivos y campos de formulario se subirán como form data y recibirás los archivos y campos de formulario.
    
    Y puedes declarar algunos de los archivos como `bytes` y algunos como `UploadFile`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/DefaultArtifactVersionTest.java

            assertVersionOlder("1.0-SNAPSHOT-SNAPSHOT", "1.0-SNAPSHOT");
            assertVersionOlder("1.0-alpha-1-SNAPSHOT-SNAPSHOT", "1.0-alpha-1-SNAPSHOT");
    
            assertVersionOlder("1.0-SNAPSHOT", "1.0-1-SNAPSHOT");
            assertVersionOlder("1.0-1-SNAPSHOT", "1.0-2-SNAPSHOT");
            // assertVersionEqual( "2.0-0-SNAPSHOT", "2.0-SNAPSHOT" );
            assertVersionOlder("2.0-SNAPSHOT", "2.0-1-SNAPSHOT");
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  10. src/test/java/jcifs/smb/compression/DefaultCompressionServiceTest.java

        @BeforeEach
        public void setUp() {
            compressionService = new DefaultCompressionService();
    
            // Create test data with patterns that should compress well
            testData = generateTestData(1024);
            largeTestData = generateTestData(8192);
        }
    
        @Test
        @DisplayName("Test supported algorithms")
        public void testSupportedAlgorithms() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 9.1K bytes
    - Viewed (0)
Back to top