- Sort Score
- Result 10 results
- Languages All
Results 1451 - 1460 of 1,565 for operation (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/container/StandardCrawlerContainer.java
* </ul> * * <p>The container supports component initialization and destruction through consumer functions, * allowing custom setup and cleanup operations for components. * */ public class StandardCrawlerContainer implements CrawlerContainer { private static final Logger logger = LogManager.getLogger(StandardCrawlerContainer.class);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.3K bytes - Viewed (0) -
src/test/java/jcifs/smb/SecurityBlobTest.java
SecurityBlob shorter = new SecurityBlob(new byte[] { 1, 2 }); SecurityBlob longer = new SecurityBlob(new byte[] { 1, 2, 9 }); // Act & Assert // Due to implementation, iteration uses this.b.length and ignores extra bytes in argument assertTrue(shorter.equals(longer), "Shorter equals longer when prefix matches (implementation behavior)");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Table.java
* the columns. The reverse is also available, associating a column with a row key / value map. Note * that, in some implementations, data access by column key may have fewer supported operations or * worse performance than data access by row key. * * <p>The methods returning collections or maps always return views of the underlying table.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 10.5K bytes - Viewed (0) -
src/test/java/jcifs/util/AuthenticationRateLimiterTest.java
assertTrue(concurrentLimiter.checkAttempt("finaluser", "192.168.3.1"), "Rate limiter should still be functional after concurrent operations"); // Verify that the rate limiter tracked some activity AuthenticationRateLimiter.RateLimiterStats stats = concurrentLimiter.getStats();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractor.java
*/ public void setOutputExtension(final String outputExtension) { this.outputExtension = outputExtension; } /** * Sets the temporary directory for file operations. * @param tempDir The temporary directory to set. */ public void setTempDir(final File tempDir) { this.tempDir = tempDir; } /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 16K bytes - Viewed (0) -
docs/de/docs/tutorial/security/oauth2-jwt.md
JWT kann auch für andere Dinge verwendet werden, abgesehen davon, einen Benutzer zu identifizieren und ihm zu erlauben, Operationen direkt auf Ihrer API auszuführen. Sie könnten beispielsweise ein „Auto“ oder einen „Blog-Beitrag“ identifizieren.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 12.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java
facetQueryView.setTitle(title2); assertEquals(title2, facetQueryView.getTitle()); facetQueryView.setTitle(null); assertNull(facetQueryView.getTitle()); } // Test query map operations public void test_getQueryMap() { Map<String, String> queryMap = facetQueryView.getQueryMap(); assertNotNull(queryMap); assertTrue(queryMap instanceof LinkedHashMap);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.6K bytes - Viewed (0) -
docs/pl/docs/features.md
* Wszystko jest **obsługiwane automatycznie** przez framework. * Wszystkie zależności mogą wymagać danych w żądaniach oraz rozszerzać ograniczenia i automatyczną dokumentację **<abbr title="po angielsku: path operations">operacji na ścieżce</abbr>**. * **Automatyczna walidacja** parametrów *operacji na ścieżce* zdefiniowanych w zależnościach. * Obsługa złożonych systemów uwierzytelniania użytkowników, **połączeń z bazami danych**, itp.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 10.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/Smb2CreateRequestTest.java
request = new Smb2CreateRequest(mockConfig, unicodePath); assertEquals("\\文件夹\\文件.txt", request.getPath()); } @Test @DisplayName("Test multiple path operations") void testMultiplePathOperations() { request = new Smb2CreateRequest(mockConfig, "initial\\path.txt"); assertEquals("\\initial\\path.txt", request.getPath());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 18.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileTest.java
// Use the URL handler to create the URL url = new URL(null, "smb://localhost/share/file.txt", urlHandler); smbFile = spy(new SmbFile(url, mockCifsContext)); // Prevent network operations by default doReturn(mockLocator).when(smbFile).getLocator(); } @Nested class WhenCreatingInstances { @Test void testConstructorWithURL() throws MalformedURLException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.8K bytes - Viewed (0)