- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for Publication (0.16 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
public SitemapNews() { // Default constructor } /** * Gets the publication name. * @return the publication name */ public String getPublicationName() { return publicationName; } /** * Sets the publication name. * @param publicationName the publication name to set */ public void setPublicationName(final String publicationName) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 4.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
this.duration = duration; } /** * Gets the publication date. * @return the publication date */ public String getPublicationDate() { return publicationDate; } /** * Sets the publication date. * @param publicationDate the publication date to set */ public void setPublicationDate(final String publicationDate) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 8.9K bytes - Viewed (0) -
doap_Maven.rdf
project development management and comprehension tool. Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process. https://github.com/apache/maven/issues https://maven.apache.org/mailing-lists.html...
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 21:54:15 UTC 2025 - 36.6K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.hdr"/> </mime-type> <mime-type type="application/epp+xml"/> <mime-type type="application/epub+zip"> <acronym>EPUB</acronym> <_comment>Electronic Publication</_comment> <magic priority="50"> <match value="PK\003\004" type="string" offset="0"> <match value="mimetypeapplication/epub+zip" type="string" offset="30"/> </match> </magic>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
docs/en/docs/tutorial/extra-models.md
/// ## Reduce duplication { #reduce-duplication } Reducing code duplication is one of the core ideas in **FastAPI**. As code duplication increments the chances of bugs, security issues, code desynchronization issues (when you update in one place but not in the others), etc.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 15:55:38 UTC 2025 - 6.9K bytes - Viewed (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts
id("gradlebuild.publish-defaults") id("java-library") id("signing") `maven-publish` } gradleModule { published = true } configureJavadocVariant() publishing { publications { create<MavenPublication>("gradleDistribution") { configureGradleModulePublication() } } plugins.withId("gradlebuild.shaded-jar") { publishNormalizedToLocalRepository()
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 30 16:56:31 UTC 2025 - 5.7K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/EXTRACTOR_TESTS_README.md
- ✅ Try-with-resources usage in MS Office extractors - ✅ Proper closure of POI objects - ✅ No resource leaks on exception ### 2. Input Validation - ✅ Consistent `validateInputStream()` usage - ✅ Reduced code duplication - ✅ Clear exception messages ### 3. Error Handling - ✅ Archive extractors continue on partial failures - ✅ Processing statistics in error messages - ✅ Specific file names in error logs
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Nov 19 08:55:01 UTC 2025 - 5.7K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeStrategy.java
import static eu.maveniverse.domtrip.maven.MavenPomElements.Elements.PARENT; /** * Abstract base class for upgrade strategies that provides common functionality * and reduces code duplication across strategy implementations. * * <p>Strategies work with domtrip Documents for perfect formatting preservation. * Subclasses can create domtrip Editors from Documents as needed: * <pre>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 7.1K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/TestUtils.java
import static org.mockito.Mockito.doAnswer; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; /** * Utility class for creating test fixtures and reducing code duplication in tests. */ public final class TestUtils { private TestUtils() { // Utility class } /** * Creates a mock UpgradeContext with default settings. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryCommand.java
* 2. Check if field is a search field and apply field-specific query * 3. Fall back to default query builder for unsupported fields * * This reduces code duplication across query command implementations. * * @param fessConfig the Fess configuration * @param context the query context * @param field the field name * @param text the query textRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 11:39:05 UTC 2025 - 11.6K bytes - Viewed (0)