- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 1,588 for privasi (0.15 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/impl/SitemapsRuleTest.java
} private void assertMatchTrue(ResponseData responseData) { sitemapsRule.addRule("url", Pattern.compile(".*sitemap.*")); assertTrue(sitemapsRule.match(responseData)); InputStream is = responseData.getResponseBody(); assertTrue(is instanceof InputStream); CloseableUtil.closeQuietly(responseData); } private void assertMatchFalse(ResponseData responseData) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/PingResponse.java
private static final String RELOCATING_SHARDS = "relocating_shards"; private static final String INITIALIZING_SHARDS = "initializing_shards"; private static final String UNASSIGNED_SHARDS = "unassigned_shards"; private final int status; private final String clusterName; private final String clusterStatus; private String message = StringUtil.EMPTY; /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.4K bytes - Viewed (2) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2ResponseTest.java
private static class TestServerMessageBlock2Response extends ServerMessageBlock2Response { private ServerMessageBlock2 nextBlock; private boolean async = false; private boolean retainPayload = false; private byte[] rawPayload; private Smb2SigningDigest digest; public TestServerMessageBlock2Response(Configuration config) { super(config); }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/GroupPager.java
private int allPageCount; /** Flag indicating whether a previous page exists. */ private boolean existPrePage; /** Flag indicating whether a next page exists. */ private boolean existNextPage; /** List of page numbers to display in pagination navigation. */ private List<Integer> pageNumberList; /** Number of records to display per page. */ private int pageSize;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaWorkRequest.java
RECEIVE, /** RDMA read operation */ READ, /** RDMA write operation */ WRITE } private final long requestId; private final RequestType type; private final RdmaMemoryRegion memoryRegion; private volatile boolean completed; private volatile Exception error; /** * Create new RDMA work request * * @param requestId unique request identifierRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Authenticator.java
private static final long serialVersionUID = 1999400043787454432L; private static final Logger log = LoggerFactory.getLogger(Kerb5Authenticator.class); private static final String DEFAULT_SERVICE = "cifs"; private static final Set<ASN1ObjectIdentifier> PREFERRED_MECHS = new HashSet<>(); /** The Kerberos subject for authentication */ private Subject subject = null;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 13.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2SigningDigest.java
private static final Logger log = LoggerFactory.getLogger(Smb2SigningDigest.class); /** * */ private static final int SIGNATURE_OFFSET = 48; private static final int SIGNATURE_LENGTH = 16; private final Mac digest; private final ReentrantLock signingLock = new ReentrantLock(); private byte[] signingKey; private final String algorithmName;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/SocketInputStream.java
package jcifs.smb1.netbios; import java.io.IOException; import java.io.InputStream; class SocketInputStream extends InputStream { private static final int TMP_BUFFER_SIZE = 256; private final InputStream in; private SessionServicePacket ssp; private int bip, n; private final byte[] header, tmp; SocketInputStream(final InputStream in) { this.in = in; header = new byte[4];Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java
*/ private int allRecordCount; /** * The total number of pages available. */ private int allPageCount; /** * Indicates whether a previous page exists before the current page. */ private boolean existPrePage; /** * Indicates whether a next page exists after the current page. */ private boolean existNextPage; /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.java
private int allRecordCount; /** Total number of pages. */ private int allPageCount; /** Flag indicating whether a previous page exists. */ private boolean existPrePage; /** Flag indicating whether a next page exists. */ private boolean existNextPage; /** List of page numbers for navigation. */ private List<Integer> pageNumberList;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0)