Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,831 for 2121 (0.7 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/graph/CachingDirectedGraphWalkerTest.groovy

            1 * graph.getEdgeValues(1, 2, _) >> { args -> args[2] << '1->2' }
            1 * graph.getNodeValues(2, _, _) >> { args -> args[1] << '2'; args[2] << 3 }
            1 * graph.getEdgeValues(2, 3, _) >> { args -> args[2] << '2->3' }
            1 * graph.getNodeValues(3, _, _) >> { args -> args[1] << '3'; args[2] << 1 }
            1 * graph.getEdgeValues(3, 1, _) >> { args -> args[2] << '3->1' }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesDependencyResolveIntegTest.groovy

            "latest.milestone"   | "reject all"               | '["2.0"]'               | ['2.1', '2.0']        | false
            "1.+"                | "reject all with metadata" | '["1.2", "1.1", "1.0"]' | ['1.2', '1.1', '1.0'] | true
            "latest.integration" | "reject all with metadata" | '["2.1"]'               | ['2.1']               | false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  3. test/typeparam/graph.go

    	18: {exits: [10]int{down: 16, east: 19, west: 18, up: 22}},
    	19: {exits: [10]int{up: 29, west: 18, ne: 15, east: 20, south: 30}},
    	20: {exits: [10]int{ne: 19, west: 20, se: 21}},
    	21: {exits: [10]int{north: 20}}, // Dead End
    	22: {exits: [10]int{north: 18, east: 24, down: 23, south: 28, west: 26, nw: 22}},
    	23: {exits: [10]int{east: 22, west: 28, up: 24}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/test/groovy/org/gradle/performance/measure/AmountTest.groovy

            where:
            value | fromUnits        | toUnits          | converted
            21    | Fruit.apples     | Fruit.apples     | 21
            2.1   | Fruit.oranges    | Fruit.apples     | 6.3
            1024  | Fruit.grapefruit | Fruit.apples     | 1024 * 5
            1     | Fruit.apples     | Fruit.grapefruit | 0.2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  5. subprojects/distributions-dependencies/build.gradle.kts

    val tomljVersion = "1.0.0"
    
    // test only
    val archunitVersion = "1.2.0"
    val bytebuddyVersion = "1.10.20"
    val jettyVersion = "9.4.36.v20210114"
    val sshdVersion = "2.12.1"
    
    // For the junit-bom
    javaPlatform.allowDependencies()
    
    dependencies {
        api(platform("org.junit:junit-bom:${junit5Version}!!"))
    
        constraints {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/collect/Collections2Test.java

        assertNextPermutation(newArrayList(1, 2, 1, 2), permutations);
        assertNextPermutation(newArrayList(1, 2, 2, 1), permutations);
        assertNextPermutation(newArrayList(2, 1, 1, 2), permutations);
        assertNextPermutation(newArrayList(2, 1, 2, 1), permutations);
        assertNextPermutation(newArrayList(2, 2, 1, 1), permutations);
        assertNoMorePermutations(permutations);
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Server-TLSv13-ALPN-Fallback

    >>> Flow 3 (client to server)
    00000000  14 03 03 00 01 01 17 03  03 00 35 52 13 5e 7a c8  |..........5R.^z.|
    00000010  3e b6 e1 8e 59 c9 cf 54  0b c8 c2 17 ab 76 0d 3d  |>...Y..T.....v.=|
    00000020  ec 5c 76 2c 21 21 f3 1e  a7 25 ba 67 97 8a 8f de  |.\v,!!...%.g....|
    00000030  03 7d 1a bc 0a 9e c7 e7  02 52 cf d4 80 3e 80 7e  |.}.......R...>.~|
    >>> Flow 4 (server to client)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  8. kotlin-js-store/yarn.lock

    is-core-module@^2.11.0:
      version "2.12.1"
      resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
      integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
      dependencies:
        has "^1.0.3"
    
    is-extglob@^2.1.1:
      version "2.1.1"
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  9. configure.py

      api_levels = sorted(list(set([aliases[i] for i in aliases])))
    
      android_ndk_api_level = prompt_loop_or_load_from_env(
          environ_cp,
          var_name='ANDROID_NDK_API_LEVEL',
          var_default='21',  # 21 is required for ARM64 support.
          ask_for_var=(
              'Please specify the (min) Android NDK API level to use. '
              '[Available levels: %s]'
          )
          % api_levels,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (1)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserTest.groovy

        <groupId>test</groupId>
        <artifactId>parent</artifactId>
        <version>1.0.0</version>
        <packaging>pom</packaging>
        <properties>
            <scala.version>2.12.1</scala.version>
            <scala.binary.version>2.12</scala.binary.version>
            <myversion>1.0.0</myversion>
        </properties>
    </project>
    """
    
            pomFile << """
    <project>
        <modelVersion>4.0.0</modelVersion>
        <parent>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 75.4K bytes
    - Viewed (0)
Back to top