- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 808 for points (0.16 sec)
-
src/main/java/jcifs/DfsReferralData.java
Registered: 2024-11-03 00:10 - Last Modified: 2018-07-01 13:12 - 1.9K bytes - Viewed (0) -
android/guava/src/com/google/common/escape/ArrayBasedUnicodeEscaper.java
import org.checkerframework.checker.nullness.qual.Nullable; /** * A {@link UnicodeEscaper} that uses an array to quickly look up replacement characters for a given * code point. An additional safe range is provided that determines whether code points without * specific replacements are to be considered safe and left unescaped or should be escaped in a * general way. *
Registered: 2024-11-01 12:43 - Last Modified: 2024-10-19 00:26 - 8.6K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https06.drawio
<Array as="points"/> </mxGeometry> </mxCell>
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 17.1K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/idn/IdnaMappingTable.kt
* * Code Points in Sections * ======================= * * The full range of code points is 0..0x10fffe. We can represent any of these code points with 21 * bits. * * We split each code point into a 14-bit prefix and a 7-bit suffix. All code points with the same * prefix are called a 'section'. There are 128 code points per section. * * Ranges Data (32,612 bytes)
Registered: 2024-11-01 11:42 - Last Modified: 2024-04-02 11:39 - 9K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https02.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 9.4K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 25.7K bytes - Viewed (1) -
docs/en/docs/img/deployment/https/https07.drawio
<Array as="points"/> </mxGeometry> </mxCell>
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 18.7K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https01.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 6.2K bytes - Viewed (0) -
okhttp/src/test/resources/web-platform-test-toascii.json
"output": null }, { "comment": "U+FFFD character encoded in Punycode", "input": "xn--zn7c.com", "output": null }, { "comment": "Label longer than 63 code points", "input": "x01234567890123456789012345678901234567890123456789012345678901x", "output": "x01234567890123456789012345678901234567890123456789012345678901x" }, {
Registered: 2024-11-01 11:42 - Last Modified: 2023-12-20 23:27 - 5.2K bytes - Viewed (0) -
src/bytes/bytes.go
// It returns the byte index in s of the first Unicode // code point satisfying f(c), or -1 if none do. func IndexFunc(s []byte, f func(r rune) bool) int { return indexFunc(s, f, true) } // LastIndexFunc interprets s as a sequence of UTF-8-encoded code points. // It returns the byte index in s of the last Unicode // code point satisfying f(c), or -1 if none do.
Registered: 2024-11-05 11:13 - Last Modified: 2024-09-03 20:55 - 35.6K bytes - Viewed (0)