- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 24 for olet (0.05 sec)
-
src/main/java/jcifs/smb1/smb1/BufferCache.java
if (queueSize.get() < MAX_BUFFERS) { if (bufferQueue.offer(buf)) { // O(1) operation queueSize.incrementAndGet(); } } // If queue is full, let the buffer be garbage collected } /** * Get current cache statistics for monitoring * @return formatted statistics string */ public static String getCacheStatistics() {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 4.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/Smb2CreateResponseTest.java
// We will return a composite buffer from the test when building the full packet. // To keep this helper simple, return base and let the caller append/pad and inject ctx. return base; } /** * Build a full SMB2 packet combining header and provided body, optionally injecting context bytes. */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFileInputStream.java
* in any IO with the server. Unlink <code>InputStream</code> value less than * the one provided will not be returned if it exceeds the end of the file * (if this is a problem let us know). */ @Override public long skip(final long n) throws IOException { if (n > 0) { fp += n; return n; } return 0; }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFileInputStream.java
* in any IO with the server. Unlink <code>InputStream</code> value less than * the one provided will not be returned if it exceeds the end of the file * (if this is a problem let us know). */ @Override public long skip(final long n) throws IOException { if (n > 0) { this.fp += n; return n; } return 0; }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.6K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.authRealm=Realm labels.available=Status labels.createdBy=Dibuat Oleh labels.createdTime=Waktu Dibuat labels.depth=Kedalaman labels.excludedPaths=Jalur yang Dikecualikan untuk Perayapan labels.excludedUrls=URL yang Dikecualikan untuk Perayapan labels.excludedDocPaths=Jalur yang Dikecualikan untuk Pencarian labels.excludedDocUrls=URL yang Dikecualikan untuk Pencarian labels.hostname=Nama Host labels.id=ID
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/org/codelibs/fess/dict/synonym/SynonymFile.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 15.9K bytes - Viewed (0) -
MIGRATION.md
curl -X PUT "http://localhost:8080/api/admin/documents/bulk" \ -H "Content-Type: application/x-ndjson" \ -u admin:admin \ --data-binary @documents.ndjson ``` #### Crawl-Based Migration Alternatively, let Fess recrawl your content: 1. **Web Content**: Configure Web Crawler with starting URLs 2. **File Shares**: Configure File Crawler with SMB/FTP paths 3. **Databases**: Configure Data Store crawling with JDBC connections
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0) -
src/main/java/jcifs/audit/SecurityAuditLogger.java
} } else { processLogEntry(entry); returnAuditEntry(entry); } } catch (Exception e) { // Never let audit logging failure affect the main flow log.error("Failed to log audit event", e); } } private boolean checkRateLimit(EventType type) { String key = type.name();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 26.6K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="application/msword2"> <!-- Pre-OLE2, not a subtype of application/x-tika-msoffice --> <_comment>Microsoft Word 2 Document</_comment> <magic priority="50"> <match value="0x9ba5" type="string" /> <match value="0xdba5" type="string" /> </magic> </mime-type> <mime-type type="application/msword5"> <!-- Pre-OLE2, not a subtype of application/x-tika-msoffice -->Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2) -
src/main/resources/fess_label_tr.properties
labels.webauth_username=Kullanıcı Adı labels.webauth_password=Şifre labels.webauth_parameters=Parametreler labels.webauth_web_crawling_config=Web Yapılandırması labels.webauth_scheme_basic=Temel labels.webauth_scheme_digest=Özet labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Form labels.log_configuration=Günlük Dosyaları labels.log_file_name=Dosya Adı labels.log_file_date=Zaman Damgası labels.labeltype_configuration=Etiket
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0)