- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 858 for usrc (0.04 sec)
-
src/test/java/jcifs/netbios/SessionServicePacketTest.java
void testReadInt2() { byte[] src = { (byte) 0x12, (byte) 0x34, (byte) 0x56 }; int result = SessionServicePacket.readInt2(src, 0); assertEquals(0x1234, result); } @Test @DisplayName("readInt2 with offset should read from correct position") void testReadInt2WithOffset() { byte[] src = { (byte) 0xFF, (byte) 0xFF, (byte) 0xAB, (byte) 0xCD };
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.5K bytes - Viewed (0) -
docs/em/docs/advanced/websockets.md
๐ ๐ ๐ ๐ ๐ ๐: <img src="/img/tutorial/websockets/image01.png"> ๐ ๐ช ๐ ๐ง ๐ข ๐ฆ, & ๐จ ๐ซ: <img src="/img/tutorial/websockets/image02.png"> & ๐ **FastAPI** ๐ธ โฎ๏ธ *๏ธโฃ ๐ ๐จ ๐: <img src="/img/tutorial/websockets/image03.png"> ๐ ๐ช ๐จ (& ๐จ) ๐ ๐ง: <img src="/img/tutorial/websockets/image04.png"> & ๐ ๐ซ ๐ โ๏ธ ๐ *๏ธโฃ ๐.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.7K bytes - Viewed (0) -
.github/workflows/CheckBadMerge.groovy
private static final List<String> MONITORED_PATHS = [ "subprojects/docs/src/docs/release/notes.md", "platforms/documentation/docs/src/docs/release/notes.md", "platforms/documentation/docs/src/docs/release/release-notes-assets/", "subprojects/launcher/src/main/resources/release-features.txt", "platforms/core-runtime/launcher/src/main/resources/release-features.txt" ] static void main(String[] args) {Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Fri Jan 24 10:03:31 UTC 2025 - 5.8K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/MetadataUtils.java
/** * Assists in handling repository metadata. * */ @Deprecated class MetadataUtils { public static Metadata cloneMetadata(Metadata src) { if (src == null) { return null; } return src.clone(); }Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.1K bytes - Viewed (0) -
src/main/webapp/js/search.js
$(imgData).on("load", function() { $(img).css("background-image", ""); $(img).attr("src", url); }); $(imgData).on("error", function() { if (limit > 0) { setTimeout(function() { loadImage(img, url, --limit); }, IMG_LOADING_DELAY); } else { // $(img).attr('src', contextPath + "/images/noimage.png"); $(img) .parent() .parent()
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 19 07:14:01 UTC 2025 - 7.5K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/test_attr.html
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 308 bytes - Viewed (0) -
docs/pt/docs/deployment/https.md
<img src="/img/deployment/https/https01.drawio.svg"> ### Inรญcio do Handshake TLS O navegador entรฃo irรก comunicar-se com esse endereรงo IP na **porta 443** (a porta HTTPS). A primeira parte dessa comunicaรงรฃo รฉ apenas para estabelecer a conexรฃo entre o cliente e o servidor e para decidir as chaves criptogrรกficas a serem utilizadas, etc. <img src="/img/deployment/https/https02.drawio.svg">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 12.8K bytes - Viewed (0) -
docs/em/docs/async.md
๐ ๐ถ โฎ๏ธ ๐ ๐ฅฐ ๐ค โฉ ๐ฅ, ๐ ๐ง โธ โช ๐ง โ โ โช๏ธโก๏ธ ๐ซ๐ซ ๐ช ๐. ๐ถ <img src="/img/async/concurrent-burgers/concurrent-burgers-01.png" class="illustration"> โคด๏ธ โซ๏ธ ๐ ๐, ๐ ๐ฅ ๐ โ 2๏ธโฃ ๐ถ ๐ ๐ ๐ ๐ฅฐ & ๐. ๐ถ ๐ถ <img src="/img/async/concurrent-burgers/concurrent-burgers-02.png" class="illustration"> ๐ง ๐ฌ ๐ณ ๐ณ ๐จโ๐ณ ๐ซ ๐ญ ๐ซ โ๏ธ ๐ ๐ ๐ (โ๏ธ ๐ซ โณ ๐ ๐ โฎ๏ธ ๐ฉโ๐ป).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/NtlmMessage.java
} static int readULong(final byte[] src, final int index) { return src[index] & 0xff | (src[index + 1] & 0xff) << 8 | (src[index + 2] & 0xff) << 16 | (src[index + 3] & 0xff) << 24; } static int readUShort(final byte[] src, final int index) { return src[index] & 0xff | (src[index + 1] & 0xff) << 8; } static byte[] readSecurityBuffer(final byte[] src, final int index) {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.4K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java
} BytesRef getLongestMatchOutput(final char[] src, final int start) throws IOException { BytesRef pendingOutput = fst.outputs.getNoOutput(); fst.getFirstArc(scratchArc); BytesRef matchOutput = null; int index = 0; while (start + index < src.length) { final int codePoint = Character.codePointAt(src, start + index, src.length);Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 17K bytes - Viewed (0)