Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 52 for 2181 (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

    _Nothing has changed._
    
    
    
    # v1.21.8
    
    
    ## Downloads for v1.21.8
    
    ### Source Code
    
    filename | sha512 hash
    -------- | -----------
    [kubernetes.tar.gz](https://dl.k8s.io/v1.21.8/kubernetes.tar.gz) | 84e6742f2341a7288b23dae90111a377621babf1bdd9e167a57c31b577b95594fd451e9acf21663e6f365f1a7cc6c983028819036facdb35066576b341af8d62
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/RegularImmutableMap.java

          /*
           * Use 16 bits per entry. The value is unsigned to allow use up to a size of 2^16.
           *
           * The absent indicator of -1 signed becomes 2^16 - 1 unsigned, which reduces the actual max
           * size to 2^16 - 1. However, due to a load factor < 1 the limit is never approached.
           */
          short[] hashTable = new short[tableSize];
          Arrays.fill(hashTable, ABSENT);
    
          int outI = 0;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Apr 15 22:32:14 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  3. CONTRIBUTING.md

        ```
    
        If the tests are to be run on the GPU:
    
        *   For TensorFlow versions starting from v.2.18.0: Add the `cuda` option
            flag.
    
            ```bash
            export flags="--config=opt --config=cuda -k"
            ```
    
        *   For TensorFlow versions prior v.2.18.0: Add CUDA paths to
            LD_LIBRARY_PATH and add the `cuda` option flag.
    
            ```bash
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 23 06:20:12 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  4. gradle/libs.versions.toml

    httpClient5 = "org.apache.httpcomponents.client5:httpclient5:5.3.1"
    jettyClient = "org.eclipse.jetty:jetty-client:9.4.56.v20240826"
    jnr-unixsocket = "com.github.jnr:jnr-unixsocket:0.38.23"
    jsoup = "org.jsoup:jsoup:1.18.1"
    junit = "junit:junit:4.13.2"
    junit-ktx = "androidx.test.ext:junit-ktx:1.2.1"
    junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "org-junit-jupiter" }
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Oct 28 11:53:44 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  5. docs/ru/docs/tutorial/schema-extra-example.md

    Вы можете использовать это, чтобы добавить аргумент `example` для каждого поля:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="2  8-11"
    {!> ../../docs_src/schema_extra_example/tutorial002_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="4  10-13"
    {!> ../../docs_src/schema_extra_example/tutorial002.py!}
    ```
    
    ////
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    _Nothing has changed._
    
    ### Changed
    _Nothing has changed._
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.28.11
    
    
    ## Downloads for v1.28.11
    
    
    
    ### Source Code
    
    filename | sha512 hash
    -------- | -----------
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:34:59 UTC 2024
    - 456.9K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/collect/Collections2Test.java

        assertNextPermutation(newArrayList(1, 1, 2), permutations);
        assertNextPermutation(newArrayList(1, 2, 1), permutations);
        assertNextPermutation(newArrayList(2, 1, 1), permutations);
        assertNextPermutation(newArrayList(2, 1, 1), permutations);
        assertNextPermutation(newArrayList(1, 2, 1), permutations);
        assertNextPermutation(newArrayList(1, 1, 2), permutations);
        assertNoMorePermutations(permutations);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/schema-extra-example.md

    ///
    
    ## `Field` additional arguments
    
    When using `Field()` with Pydantic models, you can also declare additional `examples`:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="2  8-11"
    {!> ../../docs_src/schema_extra_example/tutorial002_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="4  10-13"
    {!> ../../docs_src/schema_extra_example/tutorial002.py!}
    ```
    
    ////
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  9. docs/en/docs/img/deployment/https/https03.drawio

    <mxfile host="65bd71144e">
        <diagram id="jyERGzDynktFHFRGN0ph" name="Page-1">
            <mxGraphModel dx="2481" dy="1867" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1920" pageHeight="1200" math="0" shadow="0">
                <root>
                    <mxCell id="0"/>
                    <mxCell id="1" parent="0"/>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 12.3K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/collect/Collections2Test.java

        assertNextPermutation(newArrayList(1, 1, 2), permutations);
        assertNextPermutation(newArrayList(1, 2, 1), permutations);
        assertNextPermutation(newArrayList(2, 1, 1), permutations);
        assertNextPermutation(newArrayList(2, 1, 1), permutations);
        assertNextPermutation(newArrayList(1, 2, 1), permutations);
        assertNextPermutation(newArrayList(1, 1, 2), permutations);
        assertNoMorePermutations(permutations);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top