- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 701 for sister (0.05 sec)
-
src/main/java/org/codelibs/fess/filter/WebApiFilter.java
/** * Servlet filter for processing web API requests. * This filter intercepts HTTP requests and delegates processing to appropriate web API managers. */ public class WebApiFilter implements Filter { /** * Default constructor. */ public WebApiFilter() { // Default constructor } /** * Initializes the web API filter. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbWatchHandleImpl.java
private final SmbFileHandleImpl handle; private final int filter; private final boolean recursive; /** * @param fh * @param filter * @param recursive * */ public SmbWatchHandleImpl(final SmbFileHandleImpl fh, final int filter, final boolean recursive) { this.handle = fh; this.filter = filter; this.recursive = recursive; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 4.5K bytes - Viewed (0) -
cmd/site-replication-utils_gen.go
Poorna <******@****.***> 1668439000 -0800
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Nov 14 15:16:40 UTC 2022 - 7.2K bytes - Viewed (0) -
cmd/site-replication-utils_gen_test.go
Poorna <******@****.***> 1668439000 -0800
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Nov 14 15:16:40 UTC 2022 - 2.4K bytes - Viewed (0) -
cmd/metacache-set.go
// Sanity check, should not happen. o.FilterPrefix = "" } } // filter will apply the options and return the number of objects requested by the limit. // Will return io.EOF if there are no more entries with the same filter. // The last entry can be used as a marker to resume the listing. func (r *metacacheReader) filter(o listPathOptions) (entries metaCacheEntriesSorted, err error) { // Forward to prefix, if any
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 30.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NtlmHttpFilter.java
*/ /** * An HTTP servlet filter that provides NTLM authentication support for SMB1 protocol. * This filter allows web applications to authenticate users via NTLM/Windows authentication. */ public class NtlmHttpFilter implements Filter { /** * Default constructor. */ public NtlmHttpFilter() { // Default constructor
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11.3K bytes - Viewed (0) -
android-test-app/src/main/AndroidManifest.xml
android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name=".MainActivity2" android:process=":activity2" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" />
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Aug 19 08:10:39 UTC 2025 - 992 bytes - Viewed (0) -
cmd/batch-rotate.go
if !r.Flags.Filter.CreatedAfter.IsZero() && r.Flags.Filter.CreatedAfter.Before(info.ModTime) { // skip all objects that are created before the specified time. return false } if !r.Flags.Filter.CreatedBefore.IsZero() && r.Flags.Filter.CreatedBefore.After(info.ModTime) { // skip all objects that are created after the specified time. return false } if len(r.Flags.Filter.Tags) > 0 {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 14.7K bytes - Viewed (0) -
src/test/java/jcifs/smb/DosFileFilterTest.java
"21, 5, true", // READONLY | SYSTEM | DIRECTORY vs READONLY | SYSTEM // Negative cases (should be rejected) "1, 2, false", // READONLY vs HIDDEN "2, 1, false", // HIDDEN vs READONLY "16, 32, false", // DIRECTORY vs ARCHIVE "3, 4, false", // READONLY | HIDDEN vs SYSTEM "0, 1, false", // No filter attributes "1, 0, false", // No file attributes
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/util/FessCrawlerConfig.java
} /** * Gets the name of the filter index for the crawler. * * @return the filter index name */ @Override public String getFilterIndex() { return ComponentUtil.getFessConfig().getIndexDocumentCrawlerIndex() + ".filter"; } /** * Gets the number of shards for the queue index. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.5K bytes - Viewed (0)