Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,357 for aModule (0.14 sec)

  1. build-logic/uber-plugins/src/main/kotlin/gradlebuild.distribution-module.gradle.kts

    Octavia Togami <******@****.***> 1670436801 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 12 19:12:11 UTC 2022
    - 792 bytes
    - Viewed (0)
  2. build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts

    Paul Merlin <******@****.***> 1696084526 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  3. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/repository/ResolvingFromMultipleCustomPluginRepositorySpec.groovy

            and:
            repoA = mavenRepo("maven-repo")
            repoB = ivyRepo("ivy-repo")
    
            and:
            def abModule = publishPlugin(pluginAB, repoB).pluginModule
            (publishPlugin(pluginA, repoA).pluginModule as MavenModule)
                .dependsOn(abModule.group, abModule.module, abModule.version)
                .publishPom()
    
            and:
            use(repoB, repoA)
    
            and:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:30:55 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/dependencyManagement/troubleshooting-cache-changing/tests/changing-module-cache-control.sample.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 34 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/api/v1/testdata/prepare_to_library.mlir

        %1965:4 = "tf._XlaHostComputeMlir"(%0, %cst_34, %cst_63, %cst_33) <{host_mlir_module = "#loc1 = loc(\22Reshape:\22)\0A#loc2 = loc(\22Reshape_4\22)\0A#loc3 = loc(\22Reshape\22)\0A#loc9 = loc(fused[#loc1, #loc2, #loc3])\0Amodule {\0A  func.func @host_func(%arg0: tensor<3360x?xi32> loc(fused[#loc1, #loc2, #loc3]), %arg1: tensor<3xi32> loc(fused[#loc1, #loc2, #loc3]), %arg2: tensor<i32> loc(fused[#loc1, #loc2, #loc3]), %arg3: tensor<2xi32> loc(fused[#loc1, #loc2, #loc3])) -> (...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 23:44:50 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/dependency_management_for_java_projects.adoc

    [[sec:module_dependencies_java_tutorial]]
    == Declaring module dependencies
    
    There are various <<declaring_dependencies.adoc#sec:dependency-types,types of dependencies>> that you can declare.
    One such type is a _module dependency_.
    A <<declaring_dependencies.adoc#sub:module_dependencies,module dependency>> represents a dependency on a module with a specific version built outside the current build.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  7. hack/make-rules/test-integration.sh

      # KUBE_RACE and MAKEFLAGS are used in the downstream make, and we set them to
      # empty here to ensure that we aren't unintentionally consuming them from the
      # previous make invocation.
      KUBE_TEST_ARGS="${SHORT:--short=true} --vmodule=${KUBE_TEST_VMODULE} ${KUBE_TEST_ARGS}" \
          WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \
          GOFLAGS="${GOFLAGS:-}" \
          KUBE_TIMEOUT="${KUBE_TIMEOUT}" \
          KUBE_RACE="" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:57 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml

            <!--</module>-->
    
            <!-- Coding -->
            <module name="CovariantEquals"/>
            <module name="DefaultComesLast"/>
            <module name="EmptyStatement"/>
            <module name="EqualsHashCode"/>
            <module name="ExplicitInitialization"/>
            <module name="MultipleVariableDeclarations"/>
            <module name="NoClone"/>
            <module name="NoFinalizer"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 16 22:05:16 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r68/CompositeBuildModuleNamesCrossVersionSpec.groovy

            allProjects.rootIdeaProject.name == 'module-main'
            allProjects.rootIdeaProject.modules.collect { it.name } == ['module-main', 'module-main-module-b']
    
            allProjects.getIdeaProject('module-main').modules.collect { it.name } == ['module-main', 'module-main-module-b']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r68/CompositeBuildModuleCycleCrossVersionSpec.groovy

                rootProject.name = 'module-root'
                includeBuild('module-a')
            """
            file('module-a').mkdir()
            file('module-b').mkdir()
            file('module-c').mkdir()
            file('module-a/settings.gradle') << """
                includeBuild('../module-b')
            """
            file('module-b/settings.gradle') << """
                includeBuild('../module-c')
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top