- Sort Score
- Result 10 results
- Languages All
Results 1661 - 1670 of 1,848 for lengths (0.04 sec)
-
src/test/java/org/codelibs/fess/util/ThreadDumpUtilTest.java
// 1. Class should have protected constructor Constructor<?>[] constructors = ThreadDumpUtil.class.getDeclaredConstructors(); assertEquals("Should have exactly one constructor", 1, constructors.length); assertTrue("Constructor should be protected", java.lang.reflect.Modifier.isProtected(constructors[0].getModifiers())); // 2. All public methods should be staticRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 15.5K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/RetryAndFollowUpInterceptor.kt
requestBuilder.method(method, requestBody) } if (!maintainBody) { requestBuilder.removeHeader("Transfer-Encoding") requestBuilder.removeHeader("Content-Length") requestBuilder.removeHeader("Content-Type") } } // When redirecting across hosts, drop all authentication headers. This
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 14:58:02 UTC 2025 - 12.4K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
/** * Offset of signature field in SMB header. */ int SIGNATURE_OFFSET = 14; /** * Offset of tree ID field in SMB header. */ int TID_OFFSET = 24; /** * Length of SMB1 header in bytes. */ int SMB1_HEADER_LENGTH = 32; /** * Milliseconds between January 1, 1970 and January 1, 1601. */ long MILLISECONDS_BETWEEN_1970_AND_1601 = 11644473600000L;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 12.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbEnumerationUtilTest.java
String[] wildcards = { "*.txt", "test*", null }; int[] attributes = { 0x10, 0x20, 0x07 }; for (int i = 0; i < wildcards.length; i++) { DosFileFilter dos = new DosFileFilter(wildcards[i], attributes[i]); Object wrapper = newPrivateInner("ResourceFilterWrapper", new Class<?>[] { SmbFileFilter.class }, dos);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.1K bytes - Viewed (0) -
docs/em/docs/advanced/custom-response.md
* `path` - π π π. * `headers` - π π π π, π. * `media_type` - π» π€ π» π. π₯ π’, π βοΈ β‘ π βοΈ π π» π. * `filename` - π₯ β, π π π π¨ `Content-Disposition`. π π¨ π π β `Content-Length`, `Last-Modified` & `ETag` π. {* ../../docs_src/custom_response/tutorial009.py hl[2,10] *} π πͺ βοΈ `response_class` π’: {* ../../docs_src/custom_response/tutorial009b.py hl[2,8,10] *}Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java
// Remove comments final String replacedLine = line.replaceAll("#.*$", StringUtil.EMPTY).trim(); // Skip empty lines or comment lines if (replacedLine.length() == 0) { if (updater != null) { updater.write(line); } continue; }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.7K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
constraints.CreditCardNumber.message = {item} ist eine ungΓΌltige Kreditkartennummer. constraints.EAN.message = {item} ist ein ungΓΌltiger {type}-Barcode. constraints.Email.message = {item} ist keine gΓΌltige E-Mail-Adresse. constraints.Length.message = Die LΓ€nge von {item} muss zwischen {min} und {max} liegen. constraints.LuhnCheck.message = Die Luhn-Modulo-11-PrΓΌfsumme von {value} ist falsch. constraints.Mod10Check.message = Die Modulo-10-PrΓΌfsumme von {value} ist falsch.Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
configName = StringUtils.abbreviate(configPath, 30); } // normalize final StringBuilder buf = new StringBuilder(1000); for (int i = 0; i < configPath.length(); i++) { final char c = configPath.charAt(i); if (c == '\\') { buf.append('/'); } else if (c == ' ') { buf.append("%20");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/DirFileEntryEnumIteratorBaseTest.java
return 0; } @Override public long lastAccess() { return 0; } @Override public long length() { return 0; } @Override public int getFileIndex() { return 0; } @OverrideRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2LockResponseTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.1K bytes - Viewed (0)