Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 755 for ZIP (0.02 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ConcurrentArchiveIntegrationTest.groovy

            and: "where a build edits each archive differently via a visitor"
            file('build.gradle') << """
                ${defineUpdateTask('zip')}
                ${defineVerifyTask('zip')}
    
                def theArchive1 = rootProject.file('test1.zip')
                def theArchive2 = rootProject.file('test2.zip')
    
                tasks.register('update1', UpdateTask) {
                    archive = theArchive1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/ant/taskWithNestedElements/kotlin/build.gradle.kts

    tasks.register("zip") {
        doLast {
            ant.withGroovyBuilder {
                "zip"("destfile" to "archive.zip") {
                    "fileset"("dir" to "src") {
                        "include"("name" to "**.xml")
                        "exclude"("name" to "**.java")
                    }
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 313 bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/ReproducibleArchivesIntegrationTest.groovy

                    filePermissions {}
                    dirPermissions {}
                }
                task aZip(type: Zip) {
                    reproducibleFileOrder = true
                    from('dir2')
                    destinationDirectory = buildDir
                    archiveFileName = 'test.zip'
                    filePermissions {}
                    dirPermissions {}
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 02 14:30:00 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ArtifactDependenciesIntegrationTest.groovy

            assert artifacts[2].name == 'lib'
            assert artifacts[2].type == 'zip'
            assert artifacts[2].extension == 'zip'
            assert artifacts[2].classifier == null
            assert artifacts[3].name == 'dist'
            assert artifacts[3].type == 'zip'
            assert artifacts[3].extension == 'zip'
            assert artifacts[3].classifier == null
        }
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  5. platforms/software/plugins-distribution/src/integTest/groovy/org/gradle/api/plugins/DistributionPluginIntegrationTest.groovy

                "installDist", "installCustomOneDist", "installCustomTwoDist"
            )
            file('build/distributions/TestProject-foo.zip').assertIsFile()
            file('build/distributions/custom-bar.zip').assertIsFile()
            file('build/distributions/custom-baz.zip').assertIsFile()
            file('build/distributions/TestProject-foo.tar').assertIsFile()
            file('build/distributions/custom-bar.tar').assertIsFile()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 20 21:03:51 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  6. docs/extensions/s3zip/examples/boto3/main.py

    event_system = s3.meta.events
    event_system.register_first('before-sign.s3.*', _add_header)
    
    # List zip contents
    response = s3.list_objects_v2(Bucket="your-bucket", Prefix="path/to/file.zip/")
    print(response)
    
    # Download data.csv stored in the zip file
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Aug 04 21:15:45 UTC 2021
    - 771 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_update_sum_readonly.txt

    # Delete downloaded .zip files.
    go clean -modcache
    
    # Check for updates.
    go list -m -u rsc.io/breaker
    stdout '^rsc.io/breaker v1.0.0 \[v2.0.0\+incompatible\]$'
    
    # We should not have downloaded zips.
    ! exists $GOPATH/pkg/mod/cache/download/rsc.io/breaker/@v/v1.0.0.zip
    ! exists $GOPATH/pkg/mod/cache/download/rsc.io/breaker/@v/v2.0.0+incompatible.zip
    
    -- go.mod --
    module m
    
    go 1.16
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 27 22:01:54 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  8. testing/performance/src/templates/archivePerformanceProject/build.gradle

            visitIterations.each {
                tarTree(file("archive.tar.gz")).each {
                    logger.info it.path
                }
            }
        }
    }
    
    tasks.register("zip", Zip) {
        from "archive-contents"
        archiveFileName = "archive.zip"
    }
    
    tasks.register("tar", Tar) {
        from "archive-contents"
        archiveFileName = "archive.tar"
    }
    
    tasks.register("tarGz", Tar) {
        from "archive-contents"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 11:42:52 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. pkg/volume/util/atomic_writer_test.go

    			},
    			payload2: map[string]FileProjection{
    				"foo.txt": {Mode: 0644, Data: []byte("foo")},
    			},
    			expected: sets.New[string]("zip/1/2/3/4/bar.txt", "zip", "zip/1", "zip/1/2", "zip/1/2/3", "zip/1/2/3/4"),
    		},
    		{
    			name: "subdirs 3",
    			payload1: map[string]FileProjection{
    				"foo.txt":             {Mode: 0644, Data: []byte("foo")},
    				"zip/1/2/3/4/bar.txt": {Mode: 0644, Data: []byte("zip/b}ar")},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  10. plugin.xml

    			<param name="plugin.version" value="2.14.0" />
    			<param name="plugin.zip.version" value="2.14.0" />
    		</antcall>
    
    		<antcall target="remove.jars" />
    	</target>
    
    	<target name="install.plugin">
    		<get dest="${target.dir}">
    			<url url="${repo.url}/${plugin.groupId}/${plugin.name.prefix}${plugin.name}/${plugin.version}/${plugin.name.prefix}${plugin.name}-${plugin.zip.version}.zip" />
    		</get>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 16 07:10:50 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top