Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for 2173 (0.02 sec)

  1. internal/s3select/csv/reader_contrib_test.go

    			wantTenFields: `3389224,2,2014-03-26 00:26:15,2014-03-26 00:28:38,N,1,-73.950431823730469,40.792251586914063,-73.938949584960937,40.794425964355469,1,0.84,4.5,0.5,0.5,1,0,,,6.5,1,1,75,74,green,0.00,0.0,0.0,36,24,11.86,1267,168,1,Manhattan,016800,1016800,E,MN33,East Harlem South,3804,1828,180,1,Manhattan,018000,1018000,E,MN34,East Harlem North,3804
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 19 18:05:16 UTC 2022
    - 38.5K bytes
    - Viewed (0)
  2. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X157,
        X158,
        X159,
        X160,
        X161,
        X162,
        X163,
        X164,
        X165,
        X166,
        X167,
        X168,
        X169,
        X170,
        X171,
        X172,
        X173,
        X174,
        X175,
        X176,
        X177,
        X178,
        X179,
        X180,
        X181,
        X182,
        X183,
        X184,
        X185,
        X186,
        X187,
        X188,
        X189,
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/Request.kt

       * returned either this request, or the request upon which this request was derived with
       * [newBuilder].
       *
       * @suppress this method breaks Dokka! https://github.com/Kotlin/dokka/issues/2473
       */
      fun tag(): Any? = tag<Any>()
    
      /**
       * Returns the tag attached with [type] as a key, or null if no tag is attached with that
       * key.
       */
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Apr 06 04:17:44 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/collect/Collections2Test.java

        assertNextPermutation(newArrayList(4, 2, 1, 3), permutations);
        assertNextPermutation(newArrayList(2, 4, 1, 3), permutations);
        assertNextPermutation(newArrayList(2, 1, 4, 3), permutations);
        assertNextPermutation(newArrayList(2, 1, 3, 4), permutations);
        assertNoMorePermutations(permutations);
      }
    
      public void testPermutationSetSize() {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/primitives/CharsTest.java

        testReverse(new char[] {'3', '1', '1'}, 0, 2, new char[] {'1', '3', '1'});
        testReverse(new char[] {'3', '1', '1'}, 0, 1, new char[] {'3', '1', '1'});
        testReverse(new char[] {'A', '1', 'B', '2'}, 1, 3, new char[] {'A', 'B', '1', '2'});
      }
    
      private static void testRotate(char[] input, int distance, char[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        Chars.rotate(input, distance);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/collect/Collections2Test.java

        assertNextPermutation(newArrayList(4, 2, 1, 3), permutations);
        assertNextPermutation(newArrayList(2, 4, 1, 3), permutations);
        assertNextPermutation(newArrayList(2, 1, 4, 3), permutations);
        assertNextPermutation(newArrayList(2, 1, 3, 4), permutations);
        assertNoMorePermutations(permutations);
      }
    
      public void testPermutationSetSize() {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  7. docs/em/docs/tutorial/bigger-applications.md

    , 🖼, 🎏 🏗 💪 ⚙️ 🎏 `APIRouter` ⏮️ 🎏 🤝 👩‍🔬.
    
    ### 🔌 *➡ 🛠️*
    
    👥 💪 🚮 *➡ 🛠️* 🔗 `FastAPI` 📱.
    
    📥 👥 ⚫️... 🎦 👈 👥 💪 🤷:
    
    ```Python hl_lines="21-23" title="app/main.py"
    {!../../docs_src/bigger_applications/app/main.py!}
    ```
    
    &amp; ⚫️ 🔜 👷 ☑, 👯‍♂️ ⏮️ 🌐 🎏 *➡ 🛠️* 🚮 ⏮️ `app.include_router()`.
    
    /// info | "📶 📡 ℹ"
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  8. go.mod

    	github.com/rjeczalik/notify v0.9.3 // indirect
    	github.com/rs/xid v1.6.0 // indirect
    	github.com/safchain/ethtool v0.4.1 // indirect
    	github.com/shoenig/go-m1cpu v0.1.6 // indirect
    	github.com/tidwall/gjson v1.17.3 // indirect
    	github.com/tidwall/match v1.1.1 // indirect
    	github.com/tidwall/pretty v1.2.1 // indirect
    	github.com/tklauser/go-sysconf v0.3.14 // indirect
    	github.com/tklauser/numcpus v0.8.0 // indirect
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  9. CONTRIBUTING.md

        test or more in general your filtered/selected tests have a very low
        execution time and the sharding
        [could create an overhead on the test execution](https://github.com/bazelbuild/bazel/issues/2113#issuecomment-264054799).
    
    2.  Using [Docker](https://www.docker.com) and TensorFlow's CI scripts.
    
        ```bash
        # Install Docker first, then this will build and run cpu tests
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 23 06:20:12 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/bigger-applications.md

    ### Include a *path operation*
    
    We can also add *path operations* directly to the `FastAPI` app.
    
    Here we do it... just to show that we can 🤷:
    
    ```Python hl_lines="21-23" title="app/main.py"
    {!../../docs_src/bigger_applications/app/main.py!}
    ```
    
    and it will work correctly, together with all the other *path operations* added with `app.include_router()`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top