Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 7,917 for include3 (0.29 sec)

  1. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

        <resources>
          <resource>
            <directory>res/main</directory>
            <filtering>true</filtering>
            <targetPath>main</targetPath>
            <includes>
              <include>main.included</include>
            </includes>
            <excludes>
              <exclude>main.excluded</exclude>
            </excludes>
          </resource>
        </resources>
        <testResources>
          <testResource>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 8.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiGradleProjectIntegrationTest.groovy

        }
    
        def "can fetch GradleProject model for an included build project"() {
            settingsFile << """
                rootProject.name = 'root'
                includeBuild("included1")
                include("lib1")
            """
    
            file("included1/settings.gradle") << """
                rootProject.name = 'included1'
                include("lib2")
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. cni/pkg/plugin/testdata/include-exclude-ip.txt.golden

    deveshkandpal1224 <******@****.***> 1717646003 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 1K bytes
    - Viewed (0)
  4. cni/pkg/plugin/testdata/include-exclude-ports.txt.golden

    John Howard <******@****.***> 1676588060 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 22:54:20 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/initialization/buildsrc/BuildSrcIncludedBuildIntegrationTest.groovy

            file("buildSrc/build.gradle") << """
                plugins {
                    id "test-plugin"
                }
            """
    
            writePluginTo(file("included"))
            when:
            succeeds("help", "--include-build=included")
            then:
            outputContains("test-plugin applied to :buildSrc")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 13 02:04:28 UTC 2022
    - 11.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-include-tf2xla-fallback.mlir

    Rahul Batra <******@****.***> 1698439881 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 16 19:04:03 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/FileDependencyResolveIntegrationTest.groovy

                        configuration = "compile"
                        noArtifacts()
                    }
                }
            }
        }
    
        def "result includes files that match pattern at the time queried"() {
            settingsFile << "include 'sub'; rootProject.name='main'"
            buildFile << '''
                allprojects {
                    configurations { compile }
                    task jar {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 23 22:33:17 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  8. ci/official/containers/linux_arm64/devel.usertools/code_check_full.bats

    }
    
    @test "Pip package generated license includes all dependencies' licenses" {
      do_external_licenses_check \
        "//tensorflow/tools/pip_package:build_pip_package" \
        "//tensorflow/tools/pip_package:licenses"
    }
    
    @test "Libtensorflow generated license includes all dependencies' licenses" {
      do_external_licenses_check \
        "//tensorflow:libtensorflow.so" \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  9. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/javadoc/GroovydocAccess.java

     * limitations under the License.
     */
    
    package org.gradle.api.tasks.javadoc;
    
    /**
     * Represents the setting for the access levels that are included in the Groovydoc.
     *
     * <p>
     * Each level include all less restrictive access levels, e.g. {@link #PACKAGE} also includes items with protected and public access.
     * </p>
     *
     * @since 7.5
     */
    public enum GroovydocAccess {
        PRIVATE,
        PACKAGE,
        PROTECTED,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 1002 bytes
    - Viewed (0)
  10. ci/official/utilities/code_check_full.bats

    }
    
    @test "Pip package generated license includes all dependencies' licenses" {
      do_external_licenses_check \
        "//tensorflow/tools/pip_package:wheel" \
        "//tensorflow/tools/pip_package:licenses"
    }
    
    @test "Libtensorflow generated license includes all dependencies' licenses" {
      do_external_licenses_check \
        "//tensorflow:libtensorflow.so" \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 06 21:54:13 UTC 2024
    - 13.2K bytes
    - Viewed (0)
Back to top