Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for webarchive (0.15 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/x-tika-staroffice",
    				"application/x-uc2-compressed",
    				"application/x-ustar",
    				"application/x-vmdk",
    				"application/x-wais-source",
    				"application/x-webarchive",
    				"application/x-x509-ca-cert",
    				"application/x-xfig",
    				"application/x-xpinstall",
    				"application/x-xmind",
    				"application/x-xz",
    				"application/x-zoo",
    				"application/x400-bp",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
    
      <mime-type type="application/x-wais-source">
        <glob pattern="*.src"/>
      </mime-type>
      <mime-type type="application/x-webarchive">
        <sub-class-of type="application/x-bplist"/>
        <glob pattern="*.webarchive"/>
      </mime-type>
    
      <mime-type type="application/x-x509-cert">
        <alias type="application/x-x509-ca-cert"/>
        <alias type="application/x-x509-user-cert"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. src/internal/xcoff/ar.go

    	f, err := os.Open(name)
    	if err != nil {
    		return nil, err
    	}
    	arch, err := NewArchive(f)
    	if err != nil {
    		f.Close()
    		return nil, err
    	}
    	arch.closer = f
    	return arch, nil
    }
    
    // Close closes the Archive.
    // If the Archive was created using NewArchive directly instead of OpenArchive,
    // Close has no effect.
    func (a *Archive) Close() error {
    	var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:32:51 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  4. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/tasks/MavenPomFileGenerator.java

            target.setSubscribe(source.getSubscribe().getOrNull());
            target.setUnsubscribe(source.getUnsubscribe().getOrNull());
            target.setPost(source.getPost().getOrNull());
            target.setArchive(source.getArchive().getOrNull());
            target.setOtherArchives(new ArrayList<>(source.getOtherArchives().get()));
            return target;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  5. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/publication/DefaultMavenPomMailingList.java

            return unsubscribe;
        }
    
        @Override
        public Property<String> getPost() {
            return post;
        }
    
        @Override
        public Property<String> getArchive() {
            return archive;
        }
    
        @Override
        public SetProperty<String> getOtherArchives() {
            return otherArchives;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. src/cmd/distpack/archive.go

    func (i fileInfo) Sys() any           { return nil }
    
    func (i fileInfo) String() string {
    	return fs.FormatFileInfo(i)
    }
    
    // NewArchive returns a new Archive containing all the files in the directory dir.
    // The archive can be amended afterward using methods like Add and Filter.
    func NewArchive(dir string) (*Archive, error) {
    	a := new(Archive)
    	err := fs.WalkDir(os.DirFS(dir), ".", func(name string, d fs.DirEntry, err error) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 11 17:37:52 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/gccgo.go

    	}
    
    	newID := 0
    	readAndRemoveCgoFlags := func(archive string) (string, error) {
    		newID++
    		newArchive := root.Objdir + fmt.Sprintf("_pkg%d_.a", newID)
    		if err := sh.CopyFile(newArchive, archive, 0666, false); err != nil {
    			return "", err
    		}
    		if cfg.BuildN || cfg.BuildX {
    			sh.ShowCmd("", "ar d %s _cgo_flags", newArchive)
    			if cfg.BuildN {
    				// TODO(rsc): We could do better about showing the right _cgo_flags even in -n mode.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:18:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  8. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/MavenPomMailingList.java

         */
        Property<String> getPost();
    
        /**
         * The URL where you can browse the archive of this mailing list.
         */
        Property<String> getArchive();
    
        /**
         * The alternate URLs where you can browse the archive of this mailing list.
         */
        SetProperty<String> getOtherArchives();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/file/ArchiveOperationsIntegrationTest.groovy

                    archiveFileName.set("archive.$archiveType")
                    from("inputs")
                }
    
                interface MyParameters extends WorkParameters {
                    RegularFileProperty getArchive()
                    DirectoryProperty getUnpackDir()
                }
    
                abstract class MyWork implements WorkAction<MyParameters> {
                    @Inject abstract FileSystemOperations getFs()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 22:26:51 UTC 2021
    - 8.1K bytes
    - Viewed (0)
  10. src/go/internal/gccgoimporter/ar.go

    }
    
    // aixBigArExportData returns export data from an AIX big archive.
    func aixBigArExportData(archive io.ReadSeeker) (io.ReadSeeker, error) {
    	archiveAt := readerAtFromSeeker(archive)
    	arch, err := xcoff.NewArchive(archiveAt)
    	if err != nil {
    		return nil, err
    	}
    
    	for _, mem := range arch.Members {
    		f, err := arch.GetFile(mem.Name)
    		if err != nil {
    			return nil, err
    		}
    		sdat := f.CSect(".go_export")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 30 14:14:36 UTC 2022
    - 4.4K bytes
    - Viewed (0)
Back to top