- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 56 for Wildcard (0.04 sec)
-
android/guava/src/com/google/common/reflect/TypeVisitor.java
* throw new IllegalArgumentException("Cannot contain type variable."); * } * protected void visitWildcardType(WildcardType t) { * throw new IllegalArgumentException("Cannot contain wildcard type."); * } * }.visit(type); * } * * <p>One {@code Type} is visited at most once. The second time the same type is visited, it's
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractConditionQuery.java
regQ(existsQuery); return existsQuery; } protected WildcardQueryBuilder regWildcardQ(String name, String wildcard) { checkEsInvalidQuery(name, wildcard); WildcardQueryBuilder wildcardQuery = QueryBuilders.wildcardQuery(name, wildcard); regQ(wildcardQuery); return wildcardQuery; } protected RegexpQueryBuilder regRegexpQ(String name, String regexp) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 21.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractConditionQuery.java
regQ(existsQuery); return existsQuery; } protected WildcardQueryBuilder regWildcardQ(String name, String wildcard) { checkEsInvalidQuery(name, wildcard); WildcardQueryBuilder wildcardQuery = QueryBuilders.wildcardQuery(name, wildcard); regQ(wildcardQuery); return wildcardQuery; } protected RegexpQueryBuilder regRegexpQ(String name, String regexp) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 21.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FessAppService.java
// Default constructor } /** * Wraps a query string with wildcard characters to enable partial matching. * This method ensures that the query string is surrounded by asterisks (*) * to support prefix and suffix matching in search operations. * * @param query the query string to wrap with wildcards * @return the wrapped query string with leading and trailing asterisks */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RelatedContentService.java
ComponentUtil.getRelatedContentHelper().update(); } /** * Sets up the search conditions for listing related content entities. * Configures wildcard searches for term and content fields, and sets up ordering. * * @param cb the condition bean for building the query * @param relatedContentPager the pager containing search parameters */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.8K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/TypeResolver.java
} } // This is needed when resolving types against a context with wildcards // For example: // class Holder<T> { // void set(T data) {...} // } // Holder<List<?>> should *not* resolve the set() method to set(List<?> data). // Instead, it should create a capture of the wildcard so that set() rejects any List<T>. private static class WildcardCapturer {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RelatedQueryService.java
ComponentUtil.getRelatedQueryHelper().update(); } /** * Sets up the search conditions for the related query list based on the pager parameters. * This method configures wildcard searches for term and queries fields, and sets up ordering. * * @param cb the condition bean for building the query * @param relatedQueryPager the pager containing search parameters */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/DataConfigService.java
* <p>This method configures the condition bean with search criteria from the pager, * including name wildcards, handler name wildcards, and description matching. * Results are ordered by sort order and name in ascending order.</p> * * <p>Description matching supports:</p> * <ul> * <li>Wildcard matching (if starts or ends with *)</li> * <li>Prefix matching (if ends with *)</li>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8K bytes - Viewed (0) -
maven-tests/mvnw.cmd
if (!$distributionUrl) { Write-Error "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties" } switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) { "maven-mvnd-*" { $USE_MVND = $true $distributionUrl = $distributionUrl -replace '-bin\.[^.]*$',"-windows-amd64.zip" $MVN_CMD = "mvnd.cmd" break
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 12 12:05:57 UTC 2025 - 6.8K bytes - Viewed (0) -
kotlin-js-store/yarn.lock
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" wildcard@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec" integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 22 12:28:51 UTC 2023 - 87.4K bytes - Viewed (0)