Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 178 for 34 (0.09 sec)

  1. .teamcity/src/main/kotlin/model/CIBuildModel.kt

                    TestCoverage(33, TestType.allVersionsIntegMultiVersion, Os.LINUX, JvmCategory.MIN_VERSION, ALL_CROSS_VERSION_BUCKETS.size),
                    TestCoverage(34, TestType.allVersionsIntegMultiVersion, Os.WINDOWS, JvmCategory.MIN_VERSION_WINDOWS_MAC, ALL_CROSS_VERSION_BUCKETS.size),
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Oct 16 06:14:14 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  2. docs/ja/docs/tutorial/path-params.md

    ```Python hl_lines="1 6 7 8 9"
    {!../../docs_src/path_params/tutorial005.py!}
    ```
    
    /// info | "情報"
    
    <a href="https://docs.python.org/3/library/enum.html" class="external-link" target="_blank">Enumerations (もしくは、enums)はPython 3.4以降で利用できます</a>。
    
    ///
    
    /// tip | "豆知識"
    
    "AlexNet"、"ResNet"そして"LeNet"は機械学習<abbr title="Technically, Deep Learning model architectures">モデル</abbr>の名前です。
    
    ///
    
    ### *パスパラメータ*の宣言
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/graph/ValueGraphTest.java

            .inOrder();
      }
    
      @Test
      public void concurrentIteration() throws Exception {
        graph = ValueGraphBuilder.directed().build();
        graph.putEdgeValue(1, 2, "A");
        graph.putEdgeValue(3, 4, "B");
        graph.putEdgeValue(5, 6, "C");
    
        int threadCount = 20;
        ExecutorService executor = newFixedThreadPool(threadCount);
        final CyclicBarrier barrier = new CyclicBarrier(threadCount);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 17.4K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg debug/dwarf, const AttrInline = 32
    pkg debug/dwarf, const AttrIsOptional = 33
    pkg debug/dwarf, const AttrLanguage = 19
    pkg debug/dwarf, const AttrLocation = 2
    pkg debug/dwarf, const AttrLowerBound = 34
    pkg debug/dwarf, const AttrLowpc = 17
    pkg debug/dwarf, const AttrMacroInfo = 67
    pkg debug/dwarf, const AttrName = 3
    pkg debug/dwarf, const AttrNamelistItem = 68
    pkg debug/dwarf, const AttrOrdering = 9
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. docs/bucket/notifications/README.md

    ```
    
    ## Publish MinIO events via PostgreSQL
    
    > NOTE: Until release RELEASE.2020-04-10T03-34-42Z PostgreSQL notification used to support following options:
    >
    > ```
    > host                (hostname)           Postgres server hostname (used only if `connection_string` is empty)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 110.6K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/cache/LocalCacheTest.java

    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 112.3K bytes
    - Viewed (0)
  8. cmd/erasure-decode_test.go

    	{dataBlocks: 4, onDisks: 6, offDisks: 0, blocksize: int64(blockSizeV2), data: int64(blockSizeV2), offset: 0, length: int64(blockSizeV2), algorithm: BLAKE2b512, shouldFail: false, shouldFailQuorum: false},                                       // 34
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jan 30 20:43:25 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  9. api/go1.10.txt

    pkg debug/elf, const R_ARM_ABS32_NOI = 55
    pkg debug/elf, const R_ARM_ABS32_NOI R_ARM
    pkg debug/elf, const R_ARM_ALU_PCREL_15_8 = 33
    pkg debug/elf, const R_ARM_ALU_PCREL_15_8 R_ARM
    pkg debug/elf, const R_ARM_ALU_PCREL_23_15 = 34
    pkg debug/elf, const R_ARM_ALU_PCREL_23_15 R_ARM
    pkg debug/elf, const R_ARM_ALU_PCREL_7_0 = 32
    pkg debug/elf, const R_ARM_ALU_PCREL_7_0 R_ARM
    pkg debug/elf, const R_ARM_ALU_PC_G0 = 58
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/query-params-str-validations.md

    ```
    
    ////
    
    //// tab | Python 3.8+
    
    In versions of Python below Python 3.9 you import `Annotated` from `typing_extensions`.
    
    It will already be installed with FastAPI.
    
    ```Python hl_lines="3-4"
    {!> ../../docs_src/query_params_str_validations/tutorial002_an.py!}
    ```
    
    ////
    
    /// info
    
    FastAPI added support for `Annotated` (and started recommending it) in version 0.95.0.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25.4K bytes
    - Viewed (0)
Back to top