- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 37 for newsml (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"application/msword", "application/msword2", "application/msword5", "application/mxf", "application/nasdata", "application/news-checkgroups", "application/news-groupinfo", "application/news-transmission", "application/nss", "application/ocsp-request", "application/ocsp-response", "application/octet-stream", "application/oda",
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 03:46:53 GMT 2025 - 50.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/PathMappingHelper.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/service/impl/UrlQueueServiceImplTest.java
UrlQueueImpl<Long> newUrl = new UrlQueueImpl<>(); newUrl.setSessionId(sessionId); newUrl.setUrl("https://example.com/new"); when(dataHelper.getUrlQueueList(sessionId)).thenReturn(existingQueue); when(dataHelper.getAccessResultMap(sessionId)).thenReturn(accessResultMap); // Execute boolean result = service.visited(newUrl); // VerifyCreated: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 13 13:29:22 GMT 2025 - 14.1K bytes - Click Count (0) -
cmd/peer-rest-server.go
reloadSiteReplicationConfigRPC = grid.NewSingleHandler[*grid.MSS, grid.NoPayload](grid.HandlerReloadSiteReplicationConfig, grid.NewMSS, grid.NewNoPayload) serverInfoRPC = grid.NewSingleHandler[*grid.MSS, *grid.JSON[madmin.ServerProperties]](grid.HandlerServerInfo, grid.NewMSS, madminServerProperties.NewJSON)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 53.6K bytes - Click Count (0) -
compat/maven-model/src/test/java/org/apache/maven/model/v4/ModelXmlTest.java
Model model = Model.newBuilder(true).properties(props).build(); String xml = toXml(model); for (int i = 0; i < 10; i++) { String newStr = toXml(fromXml(xml)); assertEquals(newStr, xml); } } @Test void testNamespaceInXmlNode() throws XMLStreamException { String xml = "<project xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 4K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/rules/MethodsRemovedInInternalSuperClassRuleTest.groovy
} [OldBase, OldSub, NewBase, NewSub].each { classes[it.simpleName] = instanceScopedPool.get(it.name) } classes['OldBase'].superclass = classes['OldSuperInternal'] classes['NewBase'].superclass = classes['NewSuperInternal'] classes['OldSub'].superclass = classes['OldBase'] classes['NewSub'].superclass = classes['NewBase']Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 3.2K bytes - Click Count (0) -
statement.go
} if stmt.SQL.Len() > 0 { newStmt.SQL.WriteString(stmt.SQL.String()) newStmt.Vars = make([]interface{}, 0, len(stmt.Vars)) newStmt.Vars = append(newStmt.Vars, stmt.Vars...) } for k, c := range stmt.Clauses { newStmt.Clauses[k] = c } for k, p := range stmt.Preloads { newStmt.Preloads[k] = p } if len(stmt.Joins) > 0 { newStmt.Joins = make([]join, len(stmt.Joins))
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Fri Sep 12 04:33:27 GMT 2025 - 20.9K bytes - Click Count (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="application/mxf"> <glob pattern="*.mxf"/> </mime-type> <mime-type type="application/nasdata"/> <mime-type type="application/news-checkgroups"/> <mime-type type="application/news-groupinfo"/> <mime-type type="application/news-transmission"/> <mime-type type="application/nss"/> <mime-type type="application/ocsp-request"/> <mime-type type="application/ocsp-response"/>Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Oct 16 07:46:32 GMT 2025 - 320.2K bytes - Click Count (5) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
} /** * Gets the news information associated with this URL. * @return the news information, or null if none */ public SitemapNews getNews() { return news; } /** * Sets the news information for this sitemap URL. * @param news the news information to set */ public void setNews(final SitemapNews news) { this.news = news; }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 13 13:34:36 GMT 2025 - 9.1K bytes - Click Count (0)