- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 62 for setLoc (0.04 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/processor/impl/SitemapsResponseProcessorTest.java
responseData.setResponseBody(content); SitemapUrl sitemap1 = new SitemapUrl(); sitemap1.setLoc("https://example.com/page1"); SitemapUrl sitemap2 = new SitemapUrl(); sitemap2.setLoc("https://example.com/page2"); SitemapUrl sitemap3 = new SitemapUrl(); sitemap3.setLoc("https://example.com/page3"); SitemapSet sitemapSet = new SitemapSet();
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:29:22 UTC 2025 - 12K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java
} /** * Gets the location URL of the image. * @return the image URL */ public String getLoc() { return loc; } /** * Sets the location URL of the image. * @param loc the image URL to set */ public void setLoc(final String loc) { this.loc = loc; } /** * Gets the caption of the image. * @return the captionRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 3.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
if (StringUtil.isNotBlank(url) && (url.startsWith("http://") || url.startsWith("https://"))) { final SitemapUrl sitemapUrl = new SitemapUrl(); sitemapUrl.setLoc(url); sitemapSet.addSitemap(sitemapUrl); } } return sitemapSet; } catch (final Exception e) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 14 13:19:40 UTC 2025 - 34.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapFile.java
} /* * (non-Javadoc) * * @see org.codelibs.fess.crawler.entity.Sitemap#getLoc() */ @Override public String getLoc() { return loc; } /** * Sets the location of the sitemap. * @param loc the location URL to set */ public void setLoc(final String loc) { this.loc = loc; } /* * (non-Javadoc) *Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.4K bytes - Viewed (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
* @return the location URL */ @Override public String getLoc() { return loc; } /** * Sets the location URL of this sitemap entry. * @param loc the location URL to set */ public void setLoc(final String loc) { this.loc = loc; } /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 9.1K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/Slf4jLogger.java
logger.warn(message); } @Override public void warn(String message, Throwable throwable) { setMdc(); logger.warn(message, throwable); } @Override public boolean isWarnEnabled() { return logger.isWarnEnabled(); } @Override public void error(String message) { setMdc(); logger.error(message); } @Override
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 08 08:49:11 UTC 2024 - 3.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/logging/LoggingExecutionListener.java
setMdc(event); delegate.projectDiscoveryStarted(event); } @Override public void sessionStarted(ExecutionEvent event) { setMdc(event); buildEventListener.sessionStarted(event); delegate.sessionStarted(event); } @Override public void sessionEnded(ExecutionEvent event) { setMdc(event); delegate.sessionEnded(event);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
assertEquals(4, sitemaps.length); assertEquals("http://www.example.com/page1.html", sitemaps[0].getLoc()); assertEquals("http://www.example.com/page2.html", sitemaps[1].getLoc()); assertEquals("http://www.example.com/page3.html", sitemaps[2].getLoc()); assertEquals("https://www.example.com/page4.html", sitemaps[3].getLoc()); } public void test_parseXmlSitemapsIndex_missingLoc() {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/util/BeanUtilTest.java
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 34.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/ppc64_p10.s
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 23 20:52:57 UTC 2023 - 14.3K bytes - Viewed (0)