Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 538 for gtar (0.05 sec)

  1. platforms/core-execution/build-cache-packaging/src/test/groovy/org/gradle/caching/internal/packaging/impl/TarBuildCacheEntryPackerTest.groovy

                tar.putArchiveEntry(metadataEntry)
                tar.write(metadataBytes)
                tar.closeArchiveEntry()
    
                tar.putArchiveEntry(new TarArchiveEntry("tree-destinationDir/"))
                tar.closeArchiveEntry()
    
                def evilBytes = "evil".bytes
                def evilEntry = new TarArchiveEntry("tree-destinationDir/../evil.txt")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/SkipWhenEmptyIntegrationTest.groovy

            "empty directory as file tree"        | "fileTree(file('emptyDir'))"
            "empty zip tree"                      | "zipTree(file('emptyZip.zip'))"
            "empty tar tree"                      | "tarTree(file('emptyTar.tar'))"
            "empty directory"                     | "files('emptyDir')"
        }
    
        def "SkipWhenEmpty does not skip for #description"() {
            def inputDirectory = file("inputDir").createDir()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 23 15:09:05 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/rbac/subject_locator_test.go

    		clusterRoles        []*rbacv1.ClusterRole
    		clusterRoleBindings []*rbacv1.ClusterRoleBinding
    
    		superUser string
    
    		actionsToSubjects []actionToSubjects
    	}{
    		{
    			name: "no super user, star matches star",
    			clusterRoles: []*rbacv1.ClusterRole{
    				newClusterRole("admin", newRule("*", "*", "*", "*")),
    			},
    			clusterRoleBindings: []*rbacv1.ClusterRoleBinding{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 22 12:17:05 UTC 2018
    - 5.6K bytes
    - Viewed (0)
  4. docs/bucket/replication/sio-error.sh

    ./mc replicate add myminio2/testbucket --remote-bucket http://minioadmin:minioadmin@localhost:9001/testbucket --priority 1
    
    sleep 1
    
    cp README.md internal.tar
    
    ./mc cp internal.tar myminio1/testbucket/dir/1.tar
    ./mc cp internal.tar myminio2/testbucket/dir/2.tar
    
    sleep 1
    
    ./mc ls -r --versions myminio1/testbucket/dir/ >/tmp/dir_1.txt
    ./mc ls -r --versions myminio2/testbucket/dir/ >/tmp/dir_2.txt
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. operator/scripts/run_update_golden_snapshots.sh

    CHARTS_SNAPSHOT="${ROOTDIR}/operator/cmd/mesh/testdata/manifest-generate"
    
    # Clean up existing files
    rm -Rf "${CHARTS_SNAPSHOT:?}/data-snapshot.tar.gz"
    
    cd "$(mktemp -d)"
    cp -Rf "${MANIFESTS_DIR}" ./
    rm -f ./**/*.md
    tar cfz data-snapshot.tar.gz manifests
    cp data-snapshot.tar.gz "${CHARTS_SNAPSHOT}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 20 23:10:38 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/files/fileTrees/groovy/build.gradle

    }
    // end::use[]
    
    // tag::archive-trees[]
    // Create a ZIP file tree using path
    FileTree zip = zipTree('someFile.zip')
    
    // Create a TAR file tree using path
    FileTree tar = tarTree('someFile.tar')
    
    //tar tree attempts to guess the compression based on the file extension
    //however if you must specify the compression explicitly you can:
    FileTree someTar = tarTree(resources.gzip('someTar.ext'))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. src/archive/tar/testdata/pax-nil-sparse-hole.tar

    Joe Tsai <******@****.***> 1503105518 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 22:38:45 UTC 2017
    - 3K bytes
    - Viewed (0)
  8. src/archive/tar/testdata/gnu-nil-sparse-data.tar

    Joe Tsai <******@****.***> 1503105518 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 22:38:45 UTC 2017
    - 2.5K bytes
    - Viewed (0)
  9. src/archive/tar/testdata/gnu-nil-sparse-hole.tar

    Joe Tsai <******@****.***> 1503105518 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 22:38:45 UTC 2017
    - 1.5K bytes
    - Viewed (0)
  10. src/archive/tar/testdata/pax-nil-sparse-data.tar

    Joe Tsai <******@****.***> 1503105518 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 22:38:45 UTC 2017
    - 4K bytes
    - Viewed (0)
Back to top