- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 194 for tota (1.59 sec)
-
src/test/java/jcifs/internal/smb2/io/Smb2WriteRequestTest.java
// Verify data is copied assertArrayEquals(data, Arrays.copyOfRange(buffer, headerStart + 48, headerStart + 48 + data.length)); // Verify total bytes written assertEquals(48 + data.length, bytesWritten); } @Test @DisplayName("Should handle empty data in wire format") void testWriteBytesWireFormatEmptyData() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2LockRequestTest.java
assertEquals(0, lockSequence); // Default values // Verify file ID assertArrayEquals(testFileId, Arrays.copyOfRange(buffer, 8, 24)); // Verify total bytes written (structure + lock data) assertEquals(24 + 24, bytesWritten); // 24 for structure, 24 for lock } @Test
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetShareEnumResponseTest.java
// Set converter and number of entries setConverter(response, 0); setNumEntries(response, numShares); // Calculate total buffer size int entrySize = 20; // 14 + 2 + 4 int totalEntrySize = entrySize * numShares; int totalRemarkSize = 0; for (String remark : remarks) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IndexingHelper.java
if (fields != null) { requestBuilder.setFetchSource(fields, null); } return true; }); } /** * Gets the total number of documents that match the specified query. * * @param searchEngineClient the search engine client to use for the count * @param queryBuilder the query to count documents for
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 26.1K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.user_carLicense=SIM Kendaraan labels.carLicense=SIM Kendaraan labels.user_mobile=Ponsel labels.mobile=Ponsel labels.user_postalAddress=Alamat Pos labels.postalAddress=Alamat Pos labels.user_city=Kota labels.city=Kota labels.user_teletexTerminalIdentifier=Identifikator Terminal Teletex labels.teletexTerminalIdentifier=Identifikator Terminal Teletex labels.user_x121Address=x121Address labels.x121Address=x121Address
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
* * @return the headerStart */ public final int getHeaderStart() { return this.headerStart; } /** * Gets the total length of this message. * * @return the length */ public final int getLength() { return this.length; } @OverrideRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2ReadRequestTest.java
assertEquals(0, SMBUtil.readInt2(buffer, 46)); // ReadChannelInfoLength // Buffer byte assertEquals(0, buffer[48]); // One byte in buffer must be zero // Verify total bytes written assertEquals(49, bytesWritten); } @Test @DisplayName("Should write default values correctly") void testWriteBytesWireFormatDefaults() {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.8K bytes - Viewed (0) -
src/main/resources/fess_config.properties
query.max.length=1000 # Timeout (ms) for search queries. query.timeout=10000 # Whether to enable logging for query timeouts. query.timeout.logging=true # Maximum number of total hits to track in queries. query.track.total.hits=10000 # Fields used for geo search queries. query.geo.fields=location # Parameter name for browser language in queries. query.browser.lang.parameter.name=browser_lang
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerTest.java
suggester.refresh(); long oldWordsCount = suggester.getAllWordsNum(); assertTrue(oldWordsCount > 0); // Minimal sleep to ensure timestamp separation (reduced from 2000ms to 100ms total) Thread.sleep(50); ZonedDateTime threshold = ZonedDateTime.now(); Thread.sleep(50); // Index new data after threshold document = new HashMap<>();
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 28.4K bytes - Viewed (0) -
MIGRATION.md
- **Custom Systems** - REST API for bulk document indexing --- ## Pre-Migration Planning ### 1. Assessment Phase Before starting migration, assess your current system: - **Document Count**: Total number of indexed documents - **Index Size**: Storage requirements for search indices - **Crawl Sources**: URLs, file shares, databases being indexed - **Custom Configurations**: URL patterns, security rules, metadata fields
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0)