Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 134 for sourceDir (0.15 sec)

  1. platforms/documentation/docs/src/snippets/files/fileCollections/kotlin/build.gradle.kts

        }
    }
    // end::closure[]
    
    tasks.register("conventions") {
        val objects = objects
        doLast {
            // tag::conventions[]
            val sourceDirs = objects.fileCollection().convention("src")
            sourceDirs.from("src2")
            val sourceDirNames = sourceDirs.map { it.name }
            println("Source dirs: $sourceDirNames") // [src, src2]
            // end::conventions[]
        }
    }
    
    tasks.register("usage") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 13:55:00 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/python/tfr_wrapper.cc

                        mlir::shape::ShapeDialect, mlir::TFR::TFRDialect>();
        mlir::MLIRContext ctx(registry);
        ctx.loadAllAvailableDialects();
    
        llvm::SourceMgr source_mgr = llvm::SourceMgr();
        source_mgr.AddNewSourceBuffer(llvm::MemoryBuffer::getMemBuffer(input),
                                      llvm::SMLoc());
        auto module = mlir::parseSourceFile<mlir::ModuleOp>(source_mgr, &ctx);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 13 06:54:12 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/HttpScriptPluginIntegrationSpec.groovy

                assert "${server.uri}/external.gradle?first" == buildscript.sourceURI as String
            """
            def second = file('second.gradle') << """
                task second
                assert buildscript.sourceFile == null
                assert "${server.uri}/external.gradle?second" == buildscript.sourceURI as String
            """
            server.expectGetWithQueryString('/external.gradle', "first", first)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 30 08:26:30 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/resolver/SourceDistributionProvider.kt

            val sourceDirectory = "src-directory"
        }
    
        override fun sourceDirs(): Collection<File> =
            try {
                sourceDirs
            } catch (ex: Exception) {
                project.logger.warn("Unexpected exception while resolving Gradle distribution sources: ${ex.message}", ex)
                emptyList()
            }
    
        private
        val sourceDirs by lazy {
            createSourceRepository()
            registerTransforms()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  5. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/IdeaPlugin.java

            ConventionMapping conventionMapping = ((IConventionAware) module).getConventionMapping();
            Set<File> sourceDirs = new LinkedHashSet<>();
            conventionMapping.map("sourceDirs", new Callable<Set<File>>() {
                @Override
                public Set<File> call() {
                    return sourceDirs;
                }
            });
            conventionMapping.map("contentRoot", new Callable<File>() {
                @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 12 14:00:13 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  6. platforms/ide/ide-native/src/test/groovy/org/gradle/ide/visualstudio/internal/DefaultVisualStudioProjectTest.groovy

            def implicitHeaderFiles = implicitHeaders as Set
            def sourceSet = Mock(HeaderExportingSourceSet)
            def sourceDirs = Mock(SourceDirectorySet)
            1 * sourceSet.exportedHeaders >> sourceDirs
            1 * sourceDirs.files >> exportedHeaderFiles
            def implicitHeaderSet = Mock(SourceDirectorySet)
            1 * sourceSet.implicitHeaders >> implicitHeaderSet
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  7. cmd/kube-proxy/app/init_windows.go

    func (o *Options) addOSFlags(fs *pflag.FlagSet) {
    	fs.BoolVar(&o.WindowsService, "windows-service", o.WindowsService, "Enable Windows Service Control Manager API integration")
    	fs.StringVar(&o.config.Winkernel.SourceVip, "source-vip", o.config.Winkernel.SourceVip, "The IP address of the source VIP for non-DSR.")
    	fs.StringVar(&o.config.Winkernel.NetworkName, "network-name", o.config.Winkernel.NetworkName, "The name of the cluster network.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 25 23:41:55 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/experimental/tac/tflite_import_export.h

    #define TENSORFLOW_COMPILER_MLIR_LITE_EXPERIMENTAL_TAC_TFLITE_IMPORT_EXPORT_H_
    
    #include <memory>
    #include <string>
    #include <vector>
    
    #include "absl/status/status.h"
    #include "llvm/Support/SourceMgr.h"
    #include "tensorflow/compiler/mlir/lite/experimental/tac/tac_importer_exporter.h"
    
    namespace mlir {
    namespace TFL {
    namespace tac {
    // TAC Importer for TFLite.
    // This import to MLIR from tflite file or MLIR
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 01:19:25 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  9. platforms/software/resources/src/main/java/org/gradle/internal/resource/DownloadedUriTextResource.java

        private final String contentType;
        private final File downloadedResource;
    
        public DownloadedUriTextResource(String description, URI sourceUri, String contentType, File downloadedResource, RelativeFilePathResolver resolver) {
            super(description, sourceUri, resolver);
            this.contentType = contentType;
            this.downloadedResource = downloadedResource;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseWtpComponent.java

         * Non-existing resource directory declarations lead to errors when project is imported into Eclipse.
         */
        public Set<File> getSourceDirs() {
            return sourceDirs;
        }
    
        public void setSourceDirs(Set<File> sourceDirs) {
            this.sourceDirs = sourceDirs;
        }
    
        /**
         * The configurations whose files are to be marked to be deployed with a deploy path of '/'.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.9K bytes
    - Viewed (0)
Back to top