- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 318 for rotate (1.12 sec)
-
LICENSE
reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue May 08 21:35:34 UTC 2018 - 11.1K bytes - Viewed (0) -
LICENSE
reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions.Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Jan 11 04:30:09 UTC 2021 - 11.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/exception/CrawlerSystemExceptionTest.java
} /** * Test constructor with null message and valid cause */ public void test_constructor_withNullMessageAndValidCause() { Exception cause = new IllegalStateException("State error"); CrawlerSystemException exception = new CrawlerSystemException(null, cause); assertNotNull(exception); assertNull(exception.getMessage()); assertSame(cause, exception.getCause());Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 20K bytes - Viewed (0) -
README.md
- **Flexible Configuration**: XML-based dependency injection with LastaFlute DI - **Extensible Architecture**: Plugin system for custom extractors, transformers, and clients - **Rate Limiting**: Politeness policies and interval controllers - **URL Filtering**: Regex-based inclusion/exclusion patterns - **Data Persistence**: Multiple backend options including OpenSearch integration ## Technology Stack
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} this.isExists = true; return fh; } } /** * Determines the appropriate lease state based on the requested access * * @param access the desired access flags * @return the appropriate lease state */ private int determineLeaseState(final int access) { // Check if this is a directory boolean isDir = false; try {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
protected long durableHandleTimeout = 120000; // 2 minutes /** Maximum number of retry attempts for handle reconnection */ protected int handleReconnectRetries = 3; /** Directory to store persistent handle state */ protected String handleStateDirectory; // Directory leasing configuration fields /** * Whether to use directory leasing for cached directory listings */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
saveToken(); return doMove(form, 0); } /** * Handles pagination movement logic. * * @param form the list form containing current state * @param move the direction to move (-1 for previous, 0 for specific page, 1 for next) * @return HTML response with moved page results */ protected HtmlResponse doMove(final ListForm form, final int move) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 22.7K bytes - Viewed (1) -
src/main/resources/fess_label_zh_TW.properties
labels.physicalDeliveryOfficeName=辦公室 labels.user_destinationIndicator=電報服務地址資訊 labels.destinationIndicator=電報服務地址資訊 labels.user_internationaliSDNNumber=國際ISDN號碼 labels.internationaliSDNNumber=國際ISDN號碼 labels.user_state=省/州 labels.state=省/州 labels.user_employeeType=員工類型 labels.employeeType=員工類型 labels.user_facsimileTelephoneNumber=傳真號碼 labels.facsimileTelephoneNumber=傳真號碼 labels.user_postOfficeBox=郵政信箱 labels.postOfficeBox=郵政信箱
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java
} } @Nested @DisplayName("Reset Tests") class ResetTests { @Test @DisplayName("Should reset message state") void testReset() { testMessage.addFlags(ServerMessageBlock2.SMB2_FLAGS_SIGNED); testMessage.setDigest(mockDigest); testMessage.setSessionId(123L);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 39.5K bytes - Viewed (0)