- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 91 for vorbis (0.04 sec)
-
src/cmd/asm/internal/asm/testdata/riscv64validation.s
VORVV X10, V2, V3 // ERROR "expected vector register in vs1 position" VORVX V1, V2, V3 // ERROR "expected integer register in rs1 position" VORVI $16, V2, V3 // ERROR "signed immediate 16 must be in range [-16, 15]" VORVI $-17, V2, V3 // ERROR "signed immediate -17 must be in range [-16, 15]" VXORVV X10, V2, V3 // ERROR "expected vector register in vs1 position"
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed May 21 14:19:19 UTC 2025 - 31.6K bytes - Viewed (0) -
okhttp/src/jvmTest/resources/web-platform-test-urltestdata.txt
http://%ef%b7%90zyx.com # Test name prepping, fullwidth input should be converted to ASCII and NOT # IDN-ized. This is "Go" in fullwidth UTF-8/UTF-16. http://\uff27\uff4f.com s:http p:/ h:go.com # URL spec forbids the following. # https://www.w3.org/Bugs/Public/show_bug.cgi?id=24257 http://\uff05\uff14\uff11.com http://%ef%bc%85%ef%bc%94%ef%bc%91.com # ...%00 in fullwidth should fail (also as escaped UTF-8 input)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 14.3K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/RequestTest.kt
assertThat(body.contentLength()).isEqualTo(3) assertThat(bodyToHex(body)).isEqualTo("616263") assertThat(bodyToHex(body), "Retransmit body").isEqualTo("616263") } /** Common verbs used for apis such as GitHub, AWS, and Google Cloud. */ @Test fun crudVerbs() { val contentType = "application/json".toMediaType() val body = "{}".toRequestBody(contentType) val get =
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 19K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
VNORV V1, V2 // 42842771 VANDNV V1, V2 // 42042871 VORNV V1, V2 // 42842871 // VANDB,VORB,VXORB,VNORB VANDB $0, V2, V3 // 4300d073 VORB $64, V2, V3 // 4300d573 VXORB $128, V2, V3 // 4300da73 VNORB $255, V2, V3 // 43fcdf73 VANDB $0, V2 // 4200d073 VORB $64, V2 // 4200d573 VXORB $128, V2 // 4200da73 VNORB $255, V2 // 42fcdf73
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Sep 04 19:24:25 UTC 2025 - 35.5K bytes - Viewed (0) -
docs/LICENSE
all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent EffectiveRegistered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon May 10 16:50:06 UTC 2021 - 18.2K bytes - Viewed (0) -
RELEASE.md
# Release 2.19.1 ### Bug Fixes and Other Changes
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
docs/smb3-features/05-rdma-smb-direct-design.md
} ``` ### 4.5 RDMA Provider Implementations #### 4.5.1 DiSNI Provider (InfiniBand/RoCE) ```java package jcifs.internal.smb2.rdma.disni; import com.ibm.disni.*; import com.ibm.disni.verbs.*; public class DisniRdmaProvider implements RdmaProvider { private RdmaActiveEndpointGroup<DisniRdmaEndpoint> endpointGroup; private RdmaActiveEndpoint endpoint; private boolean initialized = false;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0) -
src/archive/zip/writer.go
i += size // Officially, ZIP uses CP-437, but many readers use the system's // local character encoding. Most encoding are compatible with a large // subset of CP-437, which itself is ASCII-like. // // Forbid 0x7e and 0x5c since EUC-KR and Shift-JIS replace those // characters with localized currency and overline characters. if r < 0x20 || r > 0x7d || r == 0x5c { if !utf8.ValidRune(r) || (r == utf8.RuneError && size == 1) {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jan 28 04:20:09 UTC 2025 - 19.4K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/timepicker/bootstrap-timepicker.min.js
/*! bootstrap-timepicker v0.5.2 * http://jdewit.github.com/bootstrap-timepicker * Copyright (c) 2016 Joris de Wit and bootstrap-timepicker contributors * MIT License
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 04:21:06 UTC 2020 - 18.2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
VORPS X11, X9, X11 // c4413056db VORPS (BX), Y15, Y2 // c4e1045613 or c5845613 VORPS (R11), Y15, Y2 // c4c1045613 VORPS Y2, Y15, Y2 // c4e10456d2 or c58456d2 VORPS Y11, Y15, Y2 // c4c10456d3 VORPS (BX), Y15, Y11 // c46104561b or c504561b
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1)