Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for 210714 (0.06 sec)

  1. src/main/config/openapi/openapi-user.yaml

                              example: "2017-10-09T22:28:56.000Z"
                            content_length:
                              type: string
                              example: "29624"
                            timestamp:
                              type: string
                              format: date-time
                              example: "2017-10-09T22:28:56.000Z"
                            url_link:
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 09 06:31:27 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/hash/HashingTest.java

        assertEquals("Hashing.murmur3_32(0)", Hashing.murmur3_32().toString());
      }
    
      public void testSipHash24() {
        HashTestUtils.check2BitAvalanche(Hashing.sipHash24(), 250, 0.14);
        HashTestUtils.checkAvalanche(Hashing.sipHash24(), 250, 0.10);
        HashTestUtils.checkNo2BitCharacteristics(Hashing.sipHash24());
        HashTestUtils.checkNoFunnels(Hashing.sipHash24());
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 26.4K bytes
    - Viewed (2)
  3. docs/de/docs/advanced/custom-response.md

    Das umfasst viele Bibliotheken zur Interaktion mit Cloud-Speicher, Videoverarbeitung und anderen.
    
    ```{ .python .annotate hl_lines="2  10-12  14" }
    {!../../docs_src/custom_response/tutorial008.py!}
    ```
    
    1. Das ist die Generatorfunktion. Es handelt sich um eine „Generatorfunktion“, da sie `yield`-Anweisungen enthält.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. docs/en/data/github_sponsors.yml

        avatarUrl: https://avatars.githubusercontent.com/u/144028?u=defda4f90e93429221cc667500944abde60ebe4a&v=4
        url: https://github.com/bryanculbertson
      - login: slafs
        avatarUrl: https://avatars.githubusercontent.com/u/210173?v=4
        url: https://github.com/slafs
      - login: ceb10n
        avatarUrl: https://avatars.githubusercontent.com/u/235213?u=edcce471814a1eba9f0cdaa4cd0de18921a940a6&v=4
        url: https://github.com/ceb10n
      - login: tochikuji
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:22 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/hash/HashingTest.java

        assertEquals("Hashing.murmur3_32(0)", Hashing.murmur3_32().toString());
      }
    
      public void testSipHash24() {
        HashTestUtils.check2BitAvalanche(Hashing.sipHash24(), 250, 0.14);
        HashTestUtils.checkAvalanche(Hashing.sipHash24(), 250, 0.10);
        HashTestUtils.checkNo2BitCharacteristics(Hashing.sipHash24());
        HashTestUtils.checkNoFunnels(Hashing.sipHash24());
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  6. docs/pt/docs/advanced/custom-response.md

    Isso inclui muitas bibliotecas que interagem com armazenamento em nuvem, processamento de vídeos, entre outras.
    
    ```{ .python .annotate hl_lines="2  10-12  14" }
    {!../../docs_src/custom_response/tutorial008.py!}
    ```
    
    1. Essa é a função geradora. É definida como "função geradora" porque contém declarações `yield` nela.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  7. cmd/generic-handlers.go

    	maxHeaderSize = 8 * 1024
    
    	// Maximum size for user-defined metadata - See: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html
    	maxUserDataSize = 2 * 1024
    
    	// maxBuckets upto 500000 for any MinIO deployment.
    	maxBuckets = 500 * 1000
    )
    
    // ReservedMetadataPrefix is the prefix of a metadata key which
    // is reserved and for internal use only.
    const (
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 20.7K bytes
    - Viewed (1)
  8. docs/en/data/people.yml

      avatarUrl: https://avatars.githubusercontent.com/u/4661021?u=ed5ddadcf36d9b943ebe61febe0b96ee34e5425d&v=4
      url: https://github.com/dolfinus
    - login: slafs
      count: 2
      avatarUrl: https://avatars.githubusercontent.com/u/210173?v=4
      url: https://github.com/slafs
    - login: purepani
      count: 2
      avatarUrl: https://avatars.githubusercontent.com/u/7587353?v=4
      url: https://github.com/purepani
    - login: ddahan
      count: 2
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:16 UTC 2025
    - 28.6K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/kotlin/okhttp3/CertificatePinnerTest.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: Wed Mar 19 19:25:20 UTC 2025
    - 10.1K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/util/JvmUtilTest.java

            // Test with single number
            System.setProperty("java.version", "17");
            assertEquals(17, JvmUtil.getJavaVersion());
    
            // Test with modern versions
            System.setProperty("java.version", "21.0.1");
            assertEquals(21, JvmUtil.getJavaVersion());
    
            // Test with early access versions (should fail with NumberFormatException)
            System.setProperty("java.version", "22-ea");
            try {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 10.4K bytes
    - Viewed (0)
Back to top