- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 191 for 8100 (0.36 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
} @Test public void test_offer_bufferCapacity() { LogNotificationHelper helper = new LogNotificationHelper(); // Default buffer size is 1000; offer more than that for (int i = 0; i < 1100; i++) { helper.offer(new LogNotificationEvent(i, "ERROR", "org.test", "msg" + i, null)); } List<LogNotificationEvent> events = helper.drainAll(); // Should be capped at buffer size (1000)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0) -
docs/ja/docs/advanced/strict-content-type.md
- かつ、アプリに認証がなく、同一ネットワークからのリクエストは信頼できると想定している ## 攻撃例 { #example-attack } ローカルで AI エージェントを実行できる仕組みを構築したとします。 それは次の API を提供します。 ``` http://localhost:8000/v1/agents/multivac ``` フロントエンドもあります。 ``` http://localhost:8000 ``` /// tip | 豆知識 両方とも同じホストであることに注意してください。 /// そのフロントエンドを使って、AI エージェントに自分の代わりに作業をさせられます。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:55:22 GMT 2026 - 4.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/JobHelperTest.java
} @Test public void test_setMonitorInterval() { jobHelper.setMonitorInterval(3600); assertEquals(3600, jobHelper.monitorInterval); jobHelper.setMonitorInterval(1800); assertEquals(1800, jobHelper.monitorInterval); } @Test public void test_getJobRuntime_null() { assertNull(jobHelper.getJobRuntime()); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.5K bytes - Click Count (0) -
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java
* 1.0.0.RC1 < 1.0.0-RC2 and more generally: * 1.0.0.X1 < 1.0.0-X2 for any string X */ @Test void testMng7644() { for (String x : new String[] {"abc", "alpha", "a", "beta", "b", "def", "milestone", "m", "RC"}) { // 1.0.0.X1 < 1.0.0-X2 for any string x checkVersionsOrder("1.0.0." + x + "1", "1.0.0-" + x + "2");
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 17.8K bytes - Click Count (0) -
tensorflow/c/eager/immediate_execution_tensor_handle.cc
if (!SummarizeValue(value_string).ok()) { value_string = "<error computing value>"; } if (value_string.length() > 100) { // The default NumPy-style output can be distractingly long in error // messages. value_string = absl::StrCat(value_string.substr(0, 100), " [...]"); } absl::Status s; const char* device_name = DeviceName(&s); if (!s.ok()) { device_name = "<error fetching device name>";
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:24:07 GMT 2024 - 2.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/SearchLogHelperTest.java
final LocalDateTime now = LocalDateTime.now(); final QueryResponseList queryResponseList = new QueryResponseList(Collections.emptyList(), 0L, "eq", 0L, false, null, 0, 10, 0); searchLogHelper.createSearchLog(params, now, "test-query-id", "test query", 0, 10, queryResponseList, context); assertFalse(searchLogHelper.searchLogQueue.isEmpty());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 16.6K bytes - Click Count (0) -
src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java
ridWithAttribute.rid = 100; ridWithAttribute.attributes = 200; // When: Encoding ridWithAttribute.encode(mockNdrBuffer); // Then: Should encode both fields verify(mockNdrBuffer).align(4); verify(mockNdrBuffer).enc_ndr_long(100); verify(mockNdrBuffer).enc_ndr_long(200); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 33.6K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/ServerMessageBlockTest.java
byte[] buffer = new byte[100]; assertTrue(testBlock.verifySignature(buffer, 0, 100)); } @Test @DisplayName("Test verify signature with error code") void testVerifySignatureWithErrorCode() { testBlock.setDigest(mockDigest); testBlock.setErrorCode(1); byte[] buffer = new byte[100];
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 36.2K bytes - Click Count (0) -
docs_src/websockets_/tutorial001_py310.py
<button>Send</button> </form> <ul id='messages'> </ul> <script> var ws = new WebSocket("ws://localhost:8000/ws"); ws.onmessage = function(event) { var messages = document.getElementById('messages') var message = document.createElement('li')
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 27 12:34:37 GMT 2026 - 1.4K bytes - Click Count (0) -
cmd/object-api-multipart_test.go
// Test case with multiple parts for a single uploadID (Test number 13). {bucketNames[0], "", "", "", "", 100, listMultipartResults[0], nil, true}, // Test with a KeyMarker (Test number 14-17). {bucketNames[0], "", "minio-object-1.txt", "", "", 100, listMultipartResults[1], nil, true}, {bucketNames[0], "", "orange", "", "", 100, listMultipartResults[2], nil, true},
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 89.4K bytes - Click Count (0)