Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 10 for 4648 (0.03 seconds)

  1. guava/src/com/google/common/io/BaseEncoding.java

    /**
     * A binary encoding scheme for reversibly translating between byte sequences and printable ASCII
     * strings. This class includes several constants for encoding schemes specified by <a
     * href="http://tools.ietf.org/html/rfc4648">RFC 4648</a>. For example, the expression:
     *
     * {@snippet :
     * BaseEncoding.base32().encode("foo".getBytes(US_ASCII))
     * }
     *
     * <p>returns the string {@code "MZXW6==="}, and
     *
     * {@snippet :
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Oct 06 14:51:47 GMT 2025
    - 41.7K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/io/BaseEncodingTest.java

        assertThrows(UnsupportedOperationException.class, () -> separated.withSeparator("$", 4));
      }
    
      public void testBase64() {
        // The following test vectors are specified in RFC 4648 itself
        testEncodingWithSeparators(base64(), "", "");
        testEncodingWithSeparators(base64(), "f", "Zg==");
        testEncodingWithSeparators(base64(), "fo", "Zm8=");
        testEncodingWithSeparators(base64(), "foo", "Zm9v");
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 24.7K bytes
    - Click Count (0)
  3. api/go1.21.txt

    pkg crypto/elliptic, method (*CurveParams) Add //deprecated #34648
    pkg crypto/elliptic, method (*CurveParams) Double //deprecated #34648
    pkg crypto/elliptic, method (*CurveParams) IsOnCurve //deprecated #34648
    pkg crypto/elliptic, method (*CurveParams) ScalarBaseMult //deprecated #34648
    pkg crypto/elliptic, method (*CurveParams) ScalarMult //deprecated #34648
    pkg crypto/elliptic, type Curve interface, Add //deprecated #52221
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Click Count (0)
  4. impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java

                    errors++;
                }
            }
            assertEquals(0, errors);
        }
    
        @Test
        void testLocationTrackingResolution() throws Exception {
            File pom = getProject("MNG-7648");
    
            MavenSession session = createMavenSession(pom);
            MavenProject project = session.getCurrentProject();
    
            InputLocation dependencyLocation = null;
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 17.6K bytes
    - Click Count (0)
  5. src/test/java/jcifs/ntlmssp/Type2MessageTest.java

                Type2Message.writeUShort(truncatedMessage, 12, 0); // length
                Type2Message.writeUShort(truncatedMessage, 14, 0); // max length
                Type2Message.writeULong(truncatedMessage, 16, 48); // offset (past the end)
                // Set flags
                Type2Message.writeULong(truncatedMessage, 20, Type2Message.NTLMSSP_NEGOTIATE_UNICODE);
                // Challenge bytes would be at 24-31 but we're truncated
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 38.9K bytes
    - Click Count (0)
  6. src/test/java/jcifs/internal/smb2/tree/Smb2TreeDisconnectRequestTest.java

            assertEquals(8, size8Method.invoke(request, 8));
            assertEquals(16, size8Method.invoke(request, 9));
            assertEquals(72, size8Method.invoke(request, 68)); // SMB2_HEADER_LENGTH + 4 = 68
        }
    
        @Test
        @DisplayName("Should maintain consistent command type")
        void testCommandTypeConsistency() throws Exception {
            // Given
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 14.1K bytes
    - Click Count (0)
  7. cmd/erasure-metadata_test.go

    		mkTest(15, 3, 7),
    		// Exact simple majority consensus
    		mkTest(15, 3, 8),
    		// More than simple majority consensus
    		mkTest(16, 4, 11),
    		// No simple majority consensus
    		mkTest(16, 4, 8),
    		// Exact simple majority consensus
    		mkTest(16, 4, 9),
    		// non-tiered object require read quorum of EcM
    		nonTieredTest(15, 3, 12),
    		// non-tiered object with fewer than EcM in consensus
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 13.4K bytes
    - Click Count (0)
  8. src/test/java/jcifs/internal/smb2/io/Smb2WriteRequestTest.java

                // Verify only the specified portion is written
                assertEquals(48 + length, bytesWritten);
                assertArrayEquals(Arrays.copyOfRange(fullData, offset, offset + length), Arrays.copyOfRange(buffer, 48, 48 + length));
            }
    
            @Test
            @DisplayName("Should handle maximum values correctly")
            void testMaximumValues() {
                request.setOffset(Long.MAX_VALUE);
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 22.4K bytes
    - Click Count (0)
  9. docs/en/data/topic_repos.yml

      stars: 2899
      owner_login: IBM
      owner_html_url: https://github.com/IBM
    - name: best-of-web-python
      html_url: https://github.com/ml-tooling/best-of-web-python
      stars: 2648
      owner_login: ml-tooling
      owner_html_url: https://github.com/ml-tooling
    - name: FastAPI-template
      html_url: https://github.com/s3rius/FastAPI-template
      stars: 2637
      owner_login: s3rius
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Dec 01 13:17:29 GMT 2025
    - 16K bytes
    - Click Count (0)
  10. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X632,
        X633,
        X634,
        X635,
        X636,
        X637,
        X638,
        X639,
        X640,
        X641,
        X642,
        X643,
        X644,
        X645,
        X646,
        X647,
        X648,
        X649,
        X650,
        X651,
        X652,
        X653,
        X654,
        X655,
        X656,
        X657,
        X658,
        X659,
        X660,
        X661,
        X662,
        X663,
        X664,
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Dec 19 18:03:30 GMT 2024
    - 29.4K bytes
    - Click Count (0)
Back to Top