- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 4,282 for newA (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
assertEquals("http://www.example.com/news/article.html", sitemapUrl.getLoc()); assertNotNull(sitemapUrl.getNews()); final SitemapNews news = sitemapUrl.getNews(); assertEquals("Example Times", news.getPublicationName()); assertEquals("en", news.getPublicationLanguage()); assertEquals("2025-01-01", news.getPublicationDate()); assertEquals("Sample news title", news.getTitle());
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 36.7K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
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) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
import java.io.Serializable; /** * Represents a news entry within a sitemap URL. * This class encapsulates the properties of a news article as defined in the Google News Sitemap extension. * * <p> * The news extension allows you to provide additional information about news articles on your site. * This can help Google News index your articles and display them in Google News search results. * </p> *
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 13 13:34:36 GMT 2025 - 4.8K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/DefaultGraphConflictResolver.java
MetadataGraphVertex newV = res.addVertex(newMd); MetadataGraphVertex sourceV = res.addVertex(edge.getSource().getMd()); res.addEdge(sourceV, newV, edge); } } return findLinkedSubgraph(res); } catch (MetadataResolutionException e) { throw new GraphConflictResolutionException(e); } }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 7.4K bytes - Click Count (0) -
tests/update_belongs_to_test.go
t.Fatalf("errors happened when update: %v", err) } var user4 User DB.Preload("Company").Preload("Manager").Find(&user4, "id = ?", user.ID) CheckUser(t, user4, user) user.Company.Name += "new2" user.Manager.Name += "new2" if err := DB.Session(&gorm.Session{FullSaveAssociations: true}).Select("`Company`").Save(&user).Error; err != nil { t.Fatalf("errors happened when update: %v", err) } var user5 User
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Thu Jul 14 06:55:54 GMT 2022 - 1.6K bytes - Click Count (0) -
tests/embedded_struct_test.go
} } // save embedded struct DB.Save(&HNPost{BasePost: BasePost{Title: "news"}}) DB.Save(&HNPost{BasePost: BasePost{Title: "hn_news"}}) var news HNPost if err := DB.First(&news, "title = ?", "hn_news").Error; err != nil { t.Errorf("no error should happen when query with embedded struct, but got %v", err) } else if news.Title != "hn_news" { t.Errorf("embedded struct's value should be scanned correctly") }
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Wed May 08 04:07:58 GMT 2024 - 7.3K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
final BufferedInputStream bis = new BufferedInputStream(in); bis.mark(preloadSize); String preloadDate = StringUtil.EMPTY; final byte[] bytes = new byte[preloadSize]; try { if (bis.read(bytes) == -1) { throw new CrawlingAccessException("No sitemaps data."); } preloadDate = new String(bytes, Constants.UTF_8);
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Fri Nov 14 13:19:40 GMT 2025 - 34.9K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
protected Map<String, String> featureMap = new HashMap<>(); /** Map of parser properties to configure the DOM parser. */ protected Map<String, String> propertyMap = new HashMap<>(); /** Map of HTML tag names to attribute names for extracting child URLs. */ protected Map<String, String> childUrlRuleMap = new LinkedHashMap<>();
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Nov 29 07:42:33 GMT 2025 - 30.5K bytes - Click Count (0) -
scripts/notify_translations.py
# Messages to create or check new_translation_message = f"Good news everyone! 😉 There's a new translation PR to be reviewed: #{pr.number} by @{pr.user.login}. 🎉 This requires 2 approvals from native speakers to be merged. 🤓" done_translation_message = f"~There's a new translation PR to be reviewed: #{pr.number} by @{pr.user.login}~ Good job! This is done. 🍰☕"Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 12.7K bytes - Click Count (0) -
README.md
- **Newsletter**: Subscribe to the [Gradle Newsletter](https://newsletter.gradle.org) for news, tutorials, and community highlights. > **Quick Tip**: New contributors to Gradle projects are encouraged to ask questions in the Slack `#community-support` channel. --- ### 🌱 **Contributing to Gradle**
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Oct 20 22:15:26 GMT 2025 - 7.8K bytes - Click Count (0)