Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for webarchive (0.04 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java

                        mailingList.setPost(val);
                    }
                    // Archive
                    org = mailingList.getArchive();
                    val = interpolate(org);
                    if (org != val) {
                        mailingList.setArchive(val);
                    }
                }
            }
    
            private void visit(Prerequisites prerequisites) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Feb 25 08:27:34 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  2. src/archive/tar/format.go

    	prefixSize = 155 // Max length of the prefix field in USTAR format
    
    	// Max length of a special file (PAX header, GNU long name or link).
    	// This matches the limit used by libarchive.
    	maxSpecialFileSize = 1 << 20
    )
    
    // blockPadding computes the number of bytes needed to pad offset up to the
    // nearest block edge where 0 <= n < blockSize.
    func blockPadding(offset int64) (n int64) {
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Oct 13 18:36:46 UTC 2023
    - 11.3K bytes
    - Viewed (0)
Back to top