Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,080 for folder1 (0.16 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDirectoryPluginIntegrationTest.groovy

                        System.out.println("returned = " + returned);
                    }
                }
            """
            file("$folder/build.gradle") << """
                plugins {
                    id("java-gradle-plugin")
                }
            """
            file("$folder/settings.gradle") << "rootProject.name = '$folder'"
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/eclipse/model/EclipseProjectTest.groovy

            eclipseProject.linkedResource(name: 'foo', type: 'folder', location: '/stuff/foo')
            eclipseProject.linkedResource(name: 'bar', type: 'uri', locationUri: 'file:///stuff/bar')
    
            then:
            2 == eclipseProject.linkedResources.size()
        }
    
        def "complains when invalid link created"() {
            when:
            eclipseProject.linkedResource(name: 'foo', type: 'folder', wrongKey: '/stuff/foo')
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/readme-templates/native-application-body.adoc.template

    To learn more, have a look at their respective linked documentation to configure those IDE integration in your project.
    
    == Run the application
    
    Look inside the `build` folder and you will notice the appearance of an `exe` folder.
    By convention, Gradle will place all applications in subfolders named according to the component name.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. ci/README.md

    The CI folder contains the configuration files and scripts used to build, test,
    and deploy TensorFlow. This folder is typically used by continuous integration
    (CI) tools to build and test TensorFlow whenever there is a change to the
    code. This folder is broken into subfolders that represent the level of support
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 21:00:01 UTC 2023
    - 825 bytes
    - Viewed (0)
  5. cmd/metacache_test.go

    		lastHandout:  metaCacheTestsetTimestamp,
    		dataVersion:  metacacheStreamVersion,
    	},
    	2: {
    		id:           "case-3-older",
    		bucket:       "bucket",
    		root:         "folder/prefix",
    		recursive:    false,
    		status:       scanStateSuccess,
    		fileNotFound: true,
    		error:        "",
    		started:      metaCacheTestsetTimestamp.Add(-time.Minute),
    		ended:        metaCacheTestsetTimestamp,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Sep 08 18:06:45 UTC 2021
    - 6.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/BUILD

        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "transforms/shlo_simplify.td",
        deps = ["@stablehlo//:stablehlo_ops_td_files"],
    )
    
    cc_library(
        name = "folders",
        srcs = ["folders.cc"],
        hdrs = ["folders.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 22:27:36 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r68/CompositeBuildModuleNamesCrossVersionSpec.groovy

            given:
            settingsFile << """
                rootProject.name = 'module-main'
                includeBuild('module-b-folder')
            """
            file('module-b-folder').mkdir()
            file('module-b-folder/settings.gradle') << """
                rootProject.name = 'module-b-name'
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseProjectIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache
        void "allows resource filter for folders"() {
            given:
            buildScript """
    apply plugin: 'java'
    apply plugin: 'eclipse'
    
    eclipse {
      project {
        resourceFilter {
          appliesTo = 'FOLDERS'
          type = 'INCLUDE_ONLY'
          matcher {
            id = 'org.eclipse.some.custom.matcher'
            arguments = 'foobar'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/software_architecture.puml

    [user-feature] -down-> [state]
    
    [admin-feature] -down-> [domain-model]
    [admin-feature] -down-> [state]
    
    [server-application] -down-> [SpringBoot]
    [android-app] -down-> [Android]
    
    folder {
       [build-logic]
    }
    folder {
       [platforms]
    }
    folder {
        [aggregation]
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 886 bytes
    - Viewed (0)
  10. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/IdeaModule.java

     *     generatedSourceDirs += file('some-extra-source-folder')
     *
     *     //and some extra dirs that should be excluded by IDEA
     *     excludeDirs += file('some-extra-exclude-dir')
     *
     *     //if you don't like the name Gradle has chosen
     *     name = 'some-better-name'
     *
     *     //if you prefer different output folders
     *     inheritOutputDirs = false
     *     outputDir = file('muchBetterOutputDir')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 09:58:16 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top