- Sort Score
- Result 10 results
- Languages All
Results 1691 - 1700 of 2,036 for wong (0.17 sec)
-
src/test/java/jcifs/smb/NtlmUtilTest.java
// Arrange byte[] key = NtlmUtil.nTOWFv2("Domain", "User", "password"); byte[] server = hex("0102030405060708"); byte[] clientChallenge = hex("0102030405060708"); long nanos1601 = 0x1122334455667788L; byte[] avPairs = hex("A1A2A3A4"); // Manually build the expected NTLMv2 blob (same as production code) int avPairsLength = avPairs.length;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12K bytes - Viewed (0) -
docs/en/docs/how-to/custom-docs-ui-assets.md
Start your application and go to <a href="http://127.0.0.1:8000/static/redoc.standalone.js" class="external-link" target="_blank">http://127.0.0.1:8000/static/redoc.standalone.js</a>. You should see a very long JavaScript file for **ReDoc**. It could start with something like: ```JavaScript /*! For license information please see redoc.standalone.js.LICENSE.txt */
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.8K bytes - Viewed (0) -
cmd/handler-api.go
// Only replace if needed. // Existing requests will use the previous limit, // but new requests will use the new limit. // There will be a short overlap window, // but this shouldn't last long. t.requestsPool = make(chan struct{}, apiRequestsMaxPerNode) } listQuorum := cfg.ListQuorum if listQuorum == "" { listQuorum = "strict" } t.listQuorum = listQuorum
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 10.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/WebApiUtilTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 17.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerTest.java
crawler.getCrawlerContext().setNumOfThread(numOfThread); final String sessionId = crawler.execute(); // Wait for crawler to start running with polling long startTime = System.currentTimeMillis(); while (crawler.crawlerContext.getStatus() != CrawlerStatus.RUNNING && System.currentTimeMillis() - startTime < 5000) { try { Thread.sleep(50);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 19.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
final SearchHits innerSearchHits = innerHits.get(fessConfig.getQueryCollapseInnerHitsName()); if (innerSearchHits != null) { final long totalHits = innerSearchHits.getTotalHits().value(); if (totalHits > 1) { docMap.put(fessConfig.getQueryCollapseInnerHitsName() + "_count", totalHits);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
labels.testAssertPropertyNotNull(" "); } // Helper class to test protected method private static class TestFessLabels extends FessLabels { private static final long serialVersionUID = 1L; public void testAssertPropertyNotNull(String property) { assertPropertyNotNull(property); } } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessUserBeanTest.java
assertTrue(emptyBean instanceof java.io.Serializable); } // Test implementation of FessUser interface for testing private static class TestFessUser implements FessUser { private static final long serialVersionUID = 1L; private String name; private String[] roleNames = new String[0]; private String[] groupNames = new String[0]; private String[] permissions = new String[0];
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.6K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ThreadFactoryBuilder.java
/** * Sets the naming format to use when naming threads ({@link Thread#setName}) which are created * with this ThreadFactory. * * <p><b>Java 21+ users:</b> use {@link Thread.Builder#name(String, long)} instead. Note that * {@link #setNameFormat} accepts a thread name <i>format string</i> (e.g., {@code * threadFactoryBuilder.setNameFormat("rpc-pool-%d")}), while {@code threadBuilder.name()} accepts
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:35:26 UTC 2025 - 9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java
List<String> results = converter.convert(text, field, "en"); assertNotNull(results); } @Test public void testConvertWithLongText() throws IOException { // Test convert with long text StringBuilder sb = new StringBuilder(); for (int i = 0; i < 100; i++) { sb.append("word").append(i).append(" "); } String text = sb.toString();
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 12.5K bytes - Viewed (0)