Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for archiver (0.22 sec)

  1. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals("post@", pom.getValue("mailingLists[1]/post"));
            assertEquals("mail-archive", pom.getValue("mailingLists[1]/archive"));
            assertEquals(1, ((List<?>) pom.getValue("mailingLists[1]/otherArchives")).size());
            assertEquals("other-archive", pom.getValue("mailingLists[1]/otherArchives[1]"));
    
            assertEquals("2.0.1", pom.getValue("prerequisites/maven"));
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         */
        WorkResult copy(Action<? super CopySpec> action);
    
        /**
         * Creates a {@link CopySpec} which can later be used to copy files or create an archive. The given closure is used
         * to configure the {@link CopySpec} before it is returned by this method.
         *
         * <pre class='autoTested'>
         * def baseSpec = copySpec {
         *    from "source"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  3. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                    from sourceSets.main.allJava
                    archiveBaseName = "publishTest-extra"
                }
    
                artifacts {
                    implementation extraJar
                    archives extraJar
                    it."default" extraJar
                }
    
                publishing {
                    publications {
                        ivy(IvyPublication) {
                            from components.java
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/dwarf.go

    		// gcc on Windows places .debug_gdb_scripts in the wrong location, which
    		// causes the program not to run. See https://golang.org/issue/20183
    		// Non c-archives can avoid this issue via a linker script
    		// (see fix near writeGDBLinkerScript).
    		// c-archive users would need to specify the linker script manually.
    		// For UX it's better not to deal with this.
    		return dwarfSecInfo{}
    	}
    	if gdbscript == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  5. src/runtime/asm_amd64.s

    TEXT main(SB),NOSPLIT,$-8
    	JMP	runtime·rt0_go(SB)
    
    // _rt0_amd64_lib is common startup code for most amd64 systems when
    // using -buildmode=c-archive or -buildmode=c-shared. The linker will
    // arrange to invoke this function as a global constructor (for
    // c-archive) or when the shared library is loaded (for c-shared).
    // We expect argc and argv to be passed in the usual C ABI registers
    // DI and SI.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  6. cluster/gce/windows/k8s-node-setup.psm1

          MustDownload-File `
            -Url $PIGZ_TAR_URL `
            -OutFile "$PIGZ_ROOT\pigz-$PIGZ_VERSION.zip" `
            -Hash $PIGZ_TAR_HASH `
            -Algorithm SHA512
          Expand-Archive -Path "$PIGZ_ROOT\pigz-$PIGZ_VERSION.zip" `
            -DestinationPath $PIGZ_ROOT
          Remove-Item -Path "$PIGZ_ROOT\pigz-$PIGZ_VERSION.zip"
          # Containerd search for unpigz.exe on the first container image
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	NameUserPrincipal    = 8
    	NameCanonicalEx      = 9
    	NameServicePrincipal = 10
    	NameDnsDomain        = 12
    )
    
    // This function returns 1 byte BOOLEAN rather than the 4 byte BOOL.
    // http://blogs.msdn.com/b/drnick/archive/2007/12/19/windows-and-upn-format-credentials.aspx
    //sys	TranslateName(accName *uint16, accNameFormat uint32, desiredNameFormat uint32, translatedName *uint16, nSize *uint32) (err error) [failretval&0xff==0] = secur32.TranslateNameW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  8. src/cmd/go/internal/test/test.go

    	UsageLine:   testUsage,
    	Short:       "test packages",
    	Long: `
    'Go test' automates testing the packages named by the import paths.
    It prints a summary of the test results in the format:
    
    	ok   archive/tar   0.011s
    	FAIL archive/zip   0.022s
    	ok   compress/gzip 0.033s
    	...
    
    followed by detailed output for each failed package.
    
    'Go test' recompiles each package along with any files with names matching
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.java.archives.Manifest.from(java.lang.Object, groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (Manifest.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    Several libraries that are used by Gradle have been upgraded:
    
     * Groovy was upgraded from 2.4.15 to https://groovy-lang.org/releasenotes/groovy-2.5.html[2.5.4].
     * Ant has been upgraded from 1.9.11 to https://archive.apache.org/dist/ant/RELEASE-NOTES-1.9.13.html[1.9.13].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top