- Sort Score
- Result 10 results
- Languages All
Results 371 - 380 of 928 for footer (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
/** Pattern for matching local file paths */ protected static final Pattern LOCAL_PATH_PATTERN = Pattern.compile("^file:/+[a-zA-Z]:"); /** Pattern for matching shared folder paths */ protected static final Pattern SHARED_FOLDER_PATTERN = Pattern.compile("^file:/+[^/]\\."); /** Ellipsis string for text truncation */ protected static final String ELLIPSIS = "...";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/ResolutionNode.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.6K bytes - Viewed (0) -
cmd/metacache_gen.go
return } case "b": z.bucket, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "bucket") return } case "flt": z.filter, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "filter") return } case "id": z.id, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "id") return } case "err":
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Nov 08 18:26:08 UTC 2021 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
/** * Gets plugin JAR files from the plugin directory that match the specified filter. * * @param filter the FilenameFilter to apply when selecting plugin JAR files * @return an array of File objects representing matching plugin JAR files, or empty array if none found */ public static File[] getPluginJarFiles(final FilenameFilter filter) { final File libDir = getPluginPath().toFile();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractConditionQuery.java
public interface BoolCall<CQ extends EsAbstractConditionQuery> { void callback(CQ must, CQ should, CQ mustNot, CQ filter); } @FunctionalInterface public interface FilteredCall<CQ extends EsAbstractConditionQuery, CF extends EsAbstractConditionQuery> { void callback(CQ query, CF filter); } @FunctionalInterface public interface OperatorCall<CQ extends EsAbstractConditionQuery> {
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/test/resources/org/codelibs/core/message/strings_en_US.properties
text=foobar...
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Dec 28 09:01:06 UTC 2014 - 12 bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/DfsReferralDataImplTest.java
when(mockReferral.getTtl()).thenReturn(600); when(mockReferral.getRFlags()).thenReturn(0); when(mockReferral.getNode()).thenReturn("\\server.example.com\\share\\folder"); String reqPath = "\\\\server\\share\\folder\\file.txt"; long expire = System.currentTimeMillis() + 60000; int consumed = 20;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.6K bytes - Viewed (0) -
docs/en/docs/how-to/general.md
# General - How To - Recipes { #general-how-to-recipes } Here are several pointers to other places in the docs, for general or frequent questions. ## Filter Data - Security { #filter-data-security } To ensure that you don't return more data than you should, read the docs for [Tutorial - Response Model - Return Type](../tutorial/response-model.md){.internal-link target=_blank}. ## Documentation Tags - OpenAPI { #documentation-tags-openapi }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/DirFileEntryAdapterIteratorTest.java
assertFalse(iterator.hasNext(), "Should not have more elements"); // Verify filter was called for each element verify(mockFilter, times(2)).accept(any(SmbResource.class)); } /** * Test iterator with filter that rejects all elements. */ @Test void testIteratorWithFilterRejectingAll() throws CIFSException { // Given
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/OpenIdConnectCredential.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0)