- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 496 for unicode (0.09 sec)
-
api/go1.13.txt
pkg time, method (Duration) Milliseconds() int64 pkg unicode, const Version = "11.0.0" pkg unicode, var Dogra *RangeTable pkg unicode, var Gunjala_Gondi *RangeTable pkg unicode, var Hanifi_Rohingya *RangeTable pkg unicode, var Makasar *RangeTable pkg unicode, var Medefaidrin *RangeTable pkg unicode, var Old_Sogdian *RangeTable
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
doc/asm.html
<code>fmt·Printf</code> and <code>math∕rand·Int</code>. The assembly listings generated by the compilers when using the <code>-S</code> flag show the period and slash directly instead of the Unicode replacements required by the assemblers. </p> <p> Most hand-written assembly files do not include the full package path in symbol names, because the linker inserts the package path of the current
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
src/bufio/bufio_test.go
package bufio_test import ( . "bufio" "bytes" "errors" "fmt" "internal/asan" "io" "math/rand" "strconv" "strings" "testing" "testing/iotest" "time" "unicode/utf8" ) // Reads from a reader and rot13s the result. type rot13Reader struct { r io.Reader } func newRot13Reader(r io.Reader) *rot13Reader { r13 := new(rot13Reader) r13.r = r return r13 }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Nov 01 21:52:12 UTC 2024 - 51.6K bytes - Viewed (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
# IdnaMappingTable.txt # Date: 2023-08-10, 22:32:27 GMT # © 2023 Unicode®, Inc. # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. # For terms of use, see https://www.unicode.org/terms_of_use.html # # Unicode IDNA Compatible Preprocessing for UTS #46 # Version: 15.1.0 # # For documentation and usage, see https://www.unicode.org/reports/tr46 #
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Feb 10 11:25:47 UTC 2024 - 854.1K bytes - Viewed (0) -
cmd/admin-handlers-users.go
package cmd import ( "bytes" "context" "encoding/json" "errors" "fmt" "io" "net/http" "os" "slices" "sort" "strconv" "strings" "time" "unicode/utf8" "github.com/klauspost/compress/zip" "github.com/minio/madmin-go/v3" "github.com/minio/minio/internal/auth" "github.com/minio/minio/internal/config/dns" "github.com/minio/mux"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 03 23:11:02 UTC 2024 - 85.1K bytes - Viewed (0) -
cmd/erasure-encode.go
return fmt.Errorf("%w (offline-disks=%d/%d)", writeErr, countErrs(p.errs, errDiskNotFound), len(p.writers)) } // Encode reads from the reader, erasure-encodes the data and writes to the writers. func (e *Erasure) Encode(ctx context.Context, src io.Reader, writers []io.Writer, buf []byte, quorum int) (total int64, err error) { writer := &multiWriter{ writers: writers, writeQuorum: quorum,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 15 00:11:04 UTC 2024 - 2.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
Kubeadm: external etcd endpoints passed in the `ClusterConfiguration` that have Unicode characters are no longer IDNA encoded (converted to Punycode). They are now just URL encoded as per Go's implementation of RFC-3986, have duplicate "/" removed from the URL paths, and passed like that directly to the `kube-apiserver` `--etcd-servers` flag. If you have etcd endpoints that have Unicode characters, it is advisable to encode them in advance with tooling that is fully IDNA compliant. If you don't do that,...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
api/go1.14.txt
pkg testing, method (*B) Cleanup(func()) pkg testing, method (*T) Cleanup(func()) pkg testing, type TB interface, Cleanup(func()) pkg unicode, const Version = "12.0.0" pkg unicode, var Elymaic *RangeTable pkg unicode, var Nandinagari *RangeTable pkg unicode, var Nyiakeng_Puachue_Hmong *RangeTable pkg unicode, var Wancho *RangeTable # freebsd arm64 port pkg log/syslog (freebsd-arm64), const LOG_ALERT = 1
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg text/template/parse, type Mode uint pkg text/template/parse, type Tree struct, Mode Mode pkg unicode, const Version = "13.0.0" pkg unicode, var Chorasmian *RangeTable pkg unicode, var Dives_Akuru *RangeTable pkg unicode, var Khitan_Small_Script *RangeTable pkg unicode, var Yezidi *RangeTable # all deprecations up to and including Go 1.16 pkg archive/tar, const TypeRegA //deprecated
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.1.txt
pkg time, method (Time) YearDay() int pkg unicode, const LowerCase = 1 pkg unicode, const MaxASCII = 127 pkg unicode, const MaxCase = 3 pkg unicode, const MaxLatin1 = 255 pkg unicode, const MaxRune = 1114111 pkg unicode, const ReplacementChar = 65533 pkg unicode, const TitleCase = 2 pkg unicode, const UpperCase = 0 pkg unicode, const UpperLower = 1114112 pkg unicode, const Version = "6.2.0"
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)