- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 134 for doc1 (0.38 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
* This can help Google index your videos and display them in Google Video search results. * </p> * * @see <a href="https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps">Video Sitemaps</a> */ public class SitemapVideo implements Serializable { private static final long serialVersionUID = 1L; /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 8.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java
* This can help Google index your images and display them in Google Images search results. * </p> * * @see <a href="https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps">Google Image Sitemaps</a> */ public class SitemapImage implements Serializable { private static final long serialVersionUID = 1L; /** * The URL of the image.
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/mime.map
application/lotus-123 wks # Lotus 123 application/mac-binhex40 hqx # Macintosh binhexed archives application/mspowerpoint ppt # Microsoft Powerpoint application/msword doc # Microsoft Word application/octet-stream bin exe ani # Binary File application/oda oda application/pagemaker pm5 pt5 pm # PageMaker
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 5.9K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.file_crawling_configuration=File Crawling labels.file_crawling_title_details=File Crawling Config labels.included_paths=Included Paths labels.excluded_paths=Excluded Paths labels.included_doc_paths=Included Doc Paths labels.excluded_doc_paths=Excluded Doc Paths labels.config_parameter=Config Parameters labels.max_access_count=Max Access Count labels.number_of_thread=Number of Threads labels.interval_time=Interval labels.millisec=msec
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/DfsTest.java
DfsReferral referral = new DfsReferral(); referral.server = "dc1.domain.com"; referral.next = referral; lenient().when(smbTransport.getDfsReferrals(auth, "\\domain.com", 1)).thenReturn(referral); UniAddress dcAddress = mock(UniAddress.class); lenient().when(UniAddress.getByName("dc1.domain.com")).thenReturn(dcAddress); SmbTransport dcTransport = mock(SmbTransport.class);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/FileEntryTest.java
void fakeImplementation_happyPath() { // Arrange FileEntry e = new TestFileEntry("doc.pdf", 2, 0x10, 10L, 20L, 30L, 4096L, 3); // Act & Assert: getters return exactly what was provided assertAll(() -> assertEquals("doc.pdf", e.getName()), () -> assertEquals(2, e.getType()), () -> assertEquals(0x10, e.getAttributes()), () -> assertEquals(10L, e.createTime()),
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/MsWordExtractorTest.java
msWordExtractor = container.getComponent("msWordExtractor"); } public void test_getText() { final InputStream in = ResourceUtil.getResourceAsStream("extractor/msoffice/test.doc"); final String content = msWordExtractor.getText(in, null).getContent(); CloseableUtil.closeQuietly(in); logger.info(content); assertTrue(content.contains("ใในใ")); }
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 2.1K bytes - Viewed (0) -
pom.xml
<excludes> <exclude>pom.xml</exclude> <exclude>breaking-changes.xml</exclude> <exclude>*.md</exclude> <exclude>*.sh</exclude> <exclude>build.properties</exclude> <exclude>docs/**</exclude> <exclude>src/test/resources/**</exclude> <exclude>**/*.idl</exclude> <exclude>**/*.css</exclude> <exclude>.*</exclude> <exclude>.*/**</exclude>
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 12.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
* This can help Google News index your articles and display them in Google News search results. * </p> * * @see <a href="https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap">Google News Sitemaps</a> */ public class SitemapNews implements Serializable { private static final long serialVersionUID = 1L; /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/keymatch/AdminKeymatchAction.java
throwValidationError(messages -> messages.addErrorsCrudCouldNotFindCrudTable(GLOBAL, id), this::asListHtml); }); }); }).renderWith(data -> { data.register("docs", docList); }); } // ----------------------------------------------------- // Actually Crud // -------------
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 16.2K bytes - Viewed (0)