- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for webarchive (0.05 sec)
-
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: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0) -
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: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
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) -
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) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getArchive(); if (src != null) { if (sourceDominant || target.getArchive() == null) { target.setArchive(src); target.setLocation("archive", source.getLocation("archive")); } } }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* kubectl apply: retry applying a patch if a version conflict error is encountered ([#26557](https://github.com/kubernetes/kubernetes/pull/26557), [@AdoHe](https://github.com/AdoHe)) * Revert "Wait for arc.getArchive() to complete before running tests" ([#27130](https://github.com/kubernetes/kubernetes/pull/27130), [@pwittrock](https://github.com/pwittrock))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0) -
RELEASE.md
* Added `bucket_by_sequence_length`, `sliding_window_batch`, and `make_batched_features_dataset` * Remove unmaintained `tf.contrib.ndlstm`. You can find it externally at https://github.com/tmbarchive/tfndlstm. * Moved most of `tf.contrib.bayesflow` to its own repo: `tfp` * Other: * tf.py_func now reports the full stack trace if an exception occurs.Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3)