- Sort Score
- Result 10 results
- Languages All
Results 2061 - 2070 of 2,091 for into (0.06 sec)
-
src/test/java/jcifs/internal/dfs/ReferralTest.java
} @Test public void testVariousFieldValues() { int[][] testCases = { { 0, 0, 0 }, { 100, 200, 300 }, { 32767, 32767, 32767 }, { 65535, 65535, 65535 } }; for (int[] testCase : testCases) { int serverType = testCase[0]; int proximity = testCase[1]; int ttl = testCase[2];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 22K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetServerEnum2ResponseTest.java
// Calculate buffer size int serverNameSize = 16; // Fixed field size int versionSize = 2; int typeSize = 4; int offsetSize = 4; int commentSize = comment.length() + 1; int totalSize = serverNameSize + versionSize + typeSize + offsetSize + commentSize; byte[] buffer = new byte[totalSize + 100]; int bufferIndex = 0; int start = 0;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.4K bytes - Viewed (0) -
docs/es/docs/help-fastapi.md
* Revisa y lee el código, ve si tiene sentido, **ejecútalo localmente** y ve si realmente resuelve el problema. * Luego **comenta** diciendo que hiciste eso, así sabré que realmente lo revisaste. /// info | Información Desafortunadamente, no puedo simplemente confiar en PRs que solo tienen varias aprobaciones.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateResponseTest.java
assertNotNull(response.getServerGuid()); } @ParameterizedTest @DisplayName("Should throw exception for invalid structure size") @ValueSource(ints = { 0, 1, 64, 66, 128 }) void testReadBytesWireFormatInvalidStructureSize(int structureSize) { // Given byte[] buffer = new byte[256]; SMBUtil.writeInt2(structureSize, buffer, 0); // When & Then
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 32.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
*/ protected int memorySize = 1024 * 1024; //1mb /** * Max size of an alpha-numeric term. */ protected int maxAlphanumTermSize = -1; /** * Max size of a symbol term. */ protected int maxSymbolTermSize = -1; /** * Tika config. */ protected TikaConfig tikaConfig;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 30.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
private final HttpServletRequest request; private final FessConfig fessConfig; private int startPosition = -1; private int offset = -1; private int pageSize = -1; /** * Constructor for JsonRequestParams. * @param request The HTTP servlet request containing the search parameters
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (1) -
docs/ja/docs/features.md
# A Pydantic model class User(BaseModel): id: int name: str joined: date ``` これは以下のように用いられます: ```Python my_user: User = User(id=3, name="John Doe", joined="2018-07-19") second_user_data = { "id": 4, "name": "Mary", "joined": "2018-11-30", } my_second_user: User = User(**second_user_data) ``` /// info | 情報 `**second_user_data` は以下を意味します:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 12.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
* * @return the preload size in bytes */ public int getPreloadSizeForCharset() { return preloadSizeForCharset; } /** * Sets the preload size for charset detection. * * @param preloadSizeForCharset the preload size in bytes to set */ public void setPreloadSizeForCharset(final int preloadSizeForCharset) { this.preloadSizeForCharset = preloadSizeForCharset;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 28.5K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md
opt Tasks operation -->> tasks: Send background tasks end opt Raise other exception tasks -->> tasks: Handle exceptions in the background task code end ``` /// info | 정보 클라이언트에 **하나의 응답** 만 전송됩니다. 이는 오류 응답 중 하나일 수도 있고,*경로 작업*에서 생성된 응답일 수도 있습니다. 이러한 응답 중 하나가 전송된 후에는 다른 응답을 보낼 수 없습니다. /// /// tip | 팁
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Feb 09 14:54:09 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/resources/fess_message_ja.properties
errors.app.double.submit.request = このリクエストの前に処理されている場合があります。再度、操作をやり直してください。 # _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ # you can define your messages here: # e.g. # errors.xxx = ... # info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = ユーザー名またはパスワードが正しくありません。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 15.2K bytes - Viewed (0)