- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 396 for jorn (1.15 sec)
-
README.md
Contributing ------------ If you are interested in the development of Maven, please consult the documentation first and afterward you are welcome to join the developers mailing list to ask questions or discuss new ideas/features/bugs etc. Take a look into the [contribution guidelines](CONTRIBUTING.md). License -------
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:30:05 UTC 2025 - 4.4K bytes - Viewed (0) -
cmd/http-tracer.go
reqHeaders.Set("Host", r.Host) if len(r.TransferEncoding) == 0 { reqHeaders.Set("Content-Length", strconv.Itoa(int(r.ContentLength))) } else { reqHeaders.Set("Transfer-Encoding", strings.Join(r.TransferEncoding, ",")) } inputBytes := reqRecorder.Size() for k, v := range reqHeaders { inputBytes += len(k) + len(v) } // Calculate node name nodeName := r.Host
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Sep 24 17:13:00 UTC 2024 - 6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java
start = System.currentTimeMillis(); helper.checkCrawlerStatus(); end = System.currentTimeMillis(); assertTrue(end - start >= 100); // Should wait until crawler is running thread.join(); } public void test_delayByRules() throws ParseException { IntervalControlHelper helper = createHelper("12:15", 1); // Test with no rules
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 13.1K bytes - Viewed (0) -
docs/em/docs/tutorial/security/simple-oauth2.md
### ๐ค ๐ ๐ ๐ฉโ๐ป ๐ฝ ๐ โ๏ธ ๐ ๏ธ `GET` โฎ๏ธ โก `/users/me`. ๐ ๐ ๐ค ๐ ๐ฉโ๐ป ๐, ๐: ```JSON { "username": "johndoe", "email": "******@****.***", "full_name": "John Doe", "disabled": false, "hashed_password": "fakehashedsecret" } ``` <img src="/img/tutorial/security/image06.png"> ๐ฅ ๐ ๐ ๐ โน & โ, & โคด๏ธ ๐ ๐ ๐ ๏ธ ๐, ๐ ๐ ๐ค ๐บ๐ธ๐ 4๏ธโฃ0๏ธโฃ1๏ธโฃ โ:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/ko/docs/python-types.md
/// note | ์ฐธ๊ณ ํ์ด์ฌ์ ๋ฅ์ํ์ ์ ํ์ ํํธ์ ๋ํด ๋ชจ๋ ์์ ๋ค๋ฉด, ๋ค์ ์ฑํฐ๋ก ๊ฑด๋๋ฐ์ธ์. /// ## ๋๊ธฐ ๋ถ์ฌ ๊ฐ๋จํ ์์ ๋ถํฐ ์์ํด๋ด ์๋ค: {* ../../docs_src/python_types/tutorial001.py *} ์ด ํ๋ก๊ทธ๋จ์ ์คํํ ๊ฒฐ๊ณผ๊ฐ: ``` John Doe ``` ํจ์๋ ์๋์ ๊ฐ์ด ์คํ๋ฉ๋๋ค: * `first_name`๊ณผ `last_name`๋ฅผ ๋ฐ์ต๋๋ค. * `title()`๋ก ๊ฐ ์ฒซ ๋ฌธ์๋ฅผ ๋๋ฌธ์๋ก ๋ณํ์ํต๋๋ค. * ๋ ๋จ์ด๋ฅผ ์ค๊ฐ์ ๊ณต๋ฐฑ์ ๋๊ณ <abbr title="๋ ๊ฐ๋ฅผ ํ๋๋ก ์ฐจ๋ก์ฐจ๋ก ์ด์ด์ง๊ฒ ํ๋ค">์ฐ๊ฒฐ</abbr>ํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.2K bytes - Viewed (0) -
generics.go
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Sep 04 13:13:16 UTC 2025 - 15.5K bytes - Viewed (0) -
src/main/webapp/js/jquery-3.7.1.min.js
==n.nodeType&&!Dt.test(d+ce.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[ce.expando]?e:new ce.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:ce.makeArray(t,[e]),c=ce.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!y(n)){for(s=c.delegate...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 85.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lease/DirectoryCacheEntryTest.java
} }); threads[i].start(); } // Wait for all threads to complete for (Thread thread : threads) { thread.join(); } // Verify all entries were added assertEquals(1000, entry.getChildren().size()); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 8.4K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/UnsignedInts.java
* separator}. For example, {@code join("-", 1, 2, 3)} returns the string {@code "1-2-3"}. * * @param separator the text that should appear between consecutive values in the resulting string * (but not at the start or end) * @param array an array of unsigned {@code int} values, possibly empty */ public static String join(String separator, int... array) { checkNotNull(separator);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Feb 09 16:22:33 UTC 2025 - 13.8K bytes - Viewed (0) -
guava/src/com/google/common/hash/Hashing.java
if (bits == 32) { return Murmur3_32HashFunction.GOOD_FAST_HASH_32; } if (bits <= 128) { return Murmur3_128HashFunction.GOOD_FAST_HASH_128; } // Otherwise, join together some 128-bit murmur3s int hashFunctionsNeeded = (bits + 127) / 128; HashFunction[] hashFunctions = new HashFunction[hashFunctionsNeeded]; hashFunctions[0] = Murmur3_128HashFunction.GOOD_FAST_HASH_128;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:06:57 UTC 2025 - 31.1K bytes - Viewed (0)