Home
last modified time | relevance | path

Searched defs:Encoding (Results 1 – 25 of 5906) sorted by relevance

12345678910>>...237

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/saltpack/encoding/basex/
H A Dencoding.go16 type Encoding struct { struct
17 encode []byte
18 decodeMap [256](*big.Int)
19 skipMap [256]bool
20 base256BlockLen int
21 baseXBlockLen int
22 base int
23 logOfBase float64
24 baseBig *big.Int
25 skipBytes string
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi3/
H A Dencoding.go11 type Encoding struct { struct
12 ExtensionProps
14 ContentType string `json:"contentType,omitempty" yaml:"contentType,omitempty"`
15 Headers Headers `json:"headers,omitempty" yaml:"headers,omitempty"`
16 Style string `json:"style,omitempty" yaml:"style,omitempty"`
17 Explode *bool `json:"explode,omitempty" yaml:"explode,omitempty"`
25 func (encoding *Encoding) WithHeader(name string, header *Header) *Encoding {
41 func (encoding *Encoding) MarshalJSON() ([]byte, error) {
45 func (encoding *Encoding) UnmarshalJSON(data []byte) error {
51 func (encoding *Encoding) SerializationMethod() *SerializationMethod {
[all …]
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/wavpack/
H A Dencode.tex18 \subsection{Determine Block Split}
73 \subsection{Encoding Parameters}
81 \subsection{Encoding Block}
112 \subsection{Joint Stereo Conversion}
138 \subsection{Writing Block Parameters}
146 \subsection{Writing Sub Block Header}
183 \subsection{Writing MD5 Sum}
193 \subsection{Writing Extended Integers}
201 \subsection{Writing Channel Info}
208 \subsection{Writing Sample Rate}
[all …]
/dports/archivers/p5-Archive-Any/Archive-Any-0.0946/
H A Ddist.ini16 [Encoding] section
17 encoding = bytes
19 filename = t/LoadHtml.5_0.tar.gz
20 filename = t/im_not_really_a.zip
21 filename = t/impolite.tar.gz
22 filename = t/lib.tgz
23 filename = t/lib.zip
24 filename = t/naughty.hominawoof
25 filename = t/naughty.tar
26 filename = t/naughty.tar.gz
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/
H A Dprobes.d36 probe lwlock__condacquire__fail(const char *, LWLockMode);
37 probe lwlock__acquire__or__wait(const char *, LWLockMode);
40 …probe lock__wait__start(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, LOCK…
43 probe query__parse__start(const char *); in from_str()
44 probe query__parse__done(const char *);
63 probe buffer__checkpoint__start(int); in clone()
72 probe deadlock__found();
73 in eq()
81 probe multixact__checkpoint__done(bool);
87 probe smgr__md__write__start(ForkNumber, BlockNumber, Oid, Oid, Oid, int); in from_static_str()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/encoding/base64/
H A Dbase64.go23 type Encoding struct { struct
24 encode [64]byte
25 decodeMap [256]byte
26 padChar rune
27 strict bool
89 func (enc Encoding) Strict() *Encoding {
122 func (enc *Encoding) Encode(dst, src []byte) {
256 func (enc *Encoding) EncodedLen(n int) int {
512 func (enc *Encoding) decode32(dst, src []byte) bool {
538 func (enc *Encoding) decode64(dst, src []byte) bool {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/base64/
H A Dbase64.go23 type Encoding struct { struct
24 encode [64]byte
25 decodeMap [256]byte
26 padChar rune
27 strict bool
89 func (enc Encoding) Strict() *Encoding {
122 func (enc *Encoding) Encode(dst, src []byte) {
256 func (enc *Encoding) EncodedLen(n int) int {
512 func (enc *Encoding) decode32(dst, src []byte) bool {
538 func (enc *Encoding) decode64(dst, src []byte) bool {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/encoding/base64/
H A Dbase64.go23 type Encoding struct { struct
24 encode [64]byte
25 decodeMap [256]byte
26 padChar rune
27 strict bool
89 func (enc Encoding) Strict() *Encoding {
122 func (enc *Encoding) Encode(dst, src []byte) {
256 func (enc *Encoding) EncodedLen(n int) int {
512 func (enc *Encoding) decode32(dst, src []byte) bool {
538 func (enc *Encoding) decode64(dst, src []byte) bool {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/encoding/base64/
H A Dbase64.go23 type Encoding struct { struct
24 encode [64]byte
25 decodeMap [256]byte
26 padChar rune
27 strict bool
89 func (enc Encoding) Strict() *Encoding {
122 func (enc *Encoding) Encode(dst, src []byte) {
256 func (enc *Encoding) EncodedLen(n int) int {
512 func (enc *Encoding) decode32(dst, src []byte) bool {
538 func (enc *Encoding) decode64(dst, src []byte) bool {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/encoding/base64/
H A Dbase64.go23 type Encoding struct { struct
24 encode [64]byte
25 decodeMap [256]byte
26 padChar rune
27 strict bool
71 func (enc Encoding) WithPadding(padding rune) *Encoding {
89 func (enc Encoding) Strict() *Encoding {
122 func (enc *Encoding) Encode(dst, src []byte) {
170 func (enc *Encoding) EncodeToString(src []byte) string {
256 func (enc *Encoding) EncodedLen(n int) int {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/base64/
H A Dbase64.go23 type Encoding struct { struct
24 encode [64]byte
25 decodeMap [256]byte
26 padChar rune
27 strict bool
89 func (enc Encoding) Strict() *Encoding {
122 func (enc *Encoding) Encode(dst, src []byte) {
256 func (enc *Encoding) EncodedLen(n int) int {
512 func (enc *Encoding) decode32(dst, src []byte) bool {
538 func (enc *Encoding) decode64(dst, src []byte) bool {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/encoding/base64/
H A Dbase64.go23 type Encoding struct { struct
24 encode [64]byte
25 decodeMap [256]byte
26 padChar rune
27 strict bool
89 func (enc Encoding) Strict() *Encoding {
122 func (enc *Encoding) Encode(dst, src []byte) {
256 func (enc *Encoding) EncodedLen(n int) int {
512 func (enc *Encoding) decode32(dst, src []byte) bool {
538 func (enc *Encoding) decode64(dst, src []byte) bool {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/encoding/base64/
H A Dbase64.go23 type Encoding struct { struct
24 encode [64]byte
25 decodeMap [256]byte
26 padChar rune
27 strict bool
71 func (enc Encoding) WithPadding(padding rune) *Encoding {
89 func (enc Encoding) Strict() *Encoding {
122 func (enc *Encoding) Encode(dst, src []byte) {
170 func (enc *Encoding) EncodeToString(src []byte) string {
256 func (enc *Encoding) EncodedLen(n int) int {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/encoding/base64/
H A Dbase64.go23 type Encoding struct { struct
24 encode [64]byte
25 decodeMap [256]byte
26 padChar rune
27 strict bool
71 func (enc Encoding) WithPadding(padding rune) *Encoding {
89 func (enc Encoding) Strict() *Encoding {
122 func (enc *Encoding) Encode(dst, src []byte) {
170 func (enc *Encoding) EncodeToString(src []byte) string {
256 func (enc *Encoding) EncodedLen(n int) int {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/encoding_glue/src/
H A Dlib.rs66 pub fn decode_to_nsstring(encoding: &'static Encoding, in decode_to_nsstring()
81 pub fn decode_to_nsstring_with_bom_removal(encoding: &'static Encoding, in decode_to_nsstring_with_bom_removal()
103 pub fn decode_to_nsstring_without_bom_handling(encoding: &'static Encoding, in decode_to_nsstring_without_bom_handling()
129 (encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_without_bom_handling_and_without_replacement()
178 pub fn encode_from_utf16(encoding: &'static Encoding, in encode_from_utf16()
252 pub fn decode_to_nscstring(encoding: &'static Encoding, in decode_to_nscstring()
272 pub fn decode_to_nscstring_with_bom_removal(encoding: &'static Encoding, in decode_to_nscstring_with_bom_removal()
293 pub fn decode_to_nscstring_without_bom_handling(encoding: &'static Encoding, in decode_to_nscstring_without_bom_handling()
321 fn decode_from_slice_to_nscstring_without_bom_handling(encoding: &'static Encoding, in decode_from_slice_to_nscstring_without_bom_handling()
382 (encoding: *const Encoding, in mozilla_encoding_decode_to_nscstring_without_bom_handling_and_without_replacement()
[all …]
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/alac/
H A Dencode.tex29 \subsection{Encoding mdat Atom}
39 \subsection{Encoding Frameset}
61 \subsection{Encoding Frame}
69 \subsection{Encoding Uncompressed Frame}
81 \subsection{Encoding Compressed Frame}
89 \subsection{Encoding Non-Interlaced Frame}
100 \subsection{Writing Subframe Header}
117 \subsection{Encoding Interlaced Frame}
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/shorten/
H A Dencode.tex14 \subsubsection{Writing \texttt{unsigned}}
21 \subsubsection{Writing \texttt{signed}}
28 \subsubsection{Writing \texttt{long}}
37 \subsection{Encoding Shorten File}
44 \subsection{Writing Shorten Header}
50 \subsection{Encoding Audio Commands}
59 \subsection{Calculating Wasted Bits per Sample}
74 \subsection{Computing Best \texttt{DIFF} Command, Energy and Residuals}
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/eknkc/basex/
H A Dbasex.go12 type Encoding struct { struct
13 base int
14 alphabet []rune
15 alphabetMap map[rune]int
46 func (e *Encoding) Encode(source []byte) string {
83 func (e *Encoding) Decode(source string) ([]byte, error) {
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/chardev/
H A Dchar-io.h16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27 #include "io/channel.h"
31 /* Can only be used for read */
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/encoding/base64/
H A Dbase64.go22 type Encoding struct { struct
23 encode [64]byte
24 decodeMap [256]byte
25 padChar rune
26 strict bool
70 func (enc Encoding) WithPadding(padding rune) *Encoding {
88 func (enc Encoding) Strict() *Encoding {
121 func (enc *Encoding) Encode(dst, src []byte) {
169 func (enc *Encoding) EncodeToString(src []byte) string {
255 func (enc *Encoding) EncodedLen(n int) int {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/multiformats/go-base32/
H A Dbase32.go21 type Encoding struct { struct
22 encode string
23 decodeMap [256]byte
24 padChar rune
28 func (enc *Encoding) Alphabet() string {
87 func (enc Encoding) WithPadding(padding rune) *Encoding {
113 func (enc *Encoding) Encode(dst, src []byte) {
171 func (enc *Encoding) EncodeToString(src []byte) string {
257 func (enc *Encoding) EncodedLen(n int) int {
493 func NewDecoder(enc *Encoding, r io.Reader) io.Reader {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/internal/stack/
H A Dprocess.go24 // Summarize a dump for easier consumption.
25 // This collates goroutines with equivalent stacks.
26 func Summarize(dump Dump) Summary {
27 s := Summary{
73 if done := processed[gr.ID]; !done {
95 // merge the goroutine into the matched call
/dports/www/firefox-esr/firefox-91.8.0/intl/encoding_glue/src/
H A Dlib.rs61 encoding: &'static Encoding, in decode_to_nsstring()
79 encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_with_bom_removal()
88 encoding: &'static Encoding, in decode_to_nsstring_with_bom_removal()
106 encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_without_bom_handling()
119 encoding: &'static Encoding, in decode_to_nsstring_without_bom_handling()
143 encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_without_bom_handling_and_without_replacement()
196 encoding: &'static Encoding, in encode_from_utf16()
262 encoding: &'static Encoding, in decode_to_nscstring()
280 encoding: *const Encoding, in mozilla_encoding_decode_to_nscstring_with_bom_removal()
307 encoding: *const Encoding, in mozilla_encoding_decode_to_nscstring_without_bom_handling()
[all …]
/dports/www/firefox/firefox-99.0/intl/encoding_glue/src/
H A Dlib.rs61 encoding: &'static Encoding, in decode_to_nsstring()
79 encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_with_bom_removal()
88 encoding: &'static Encoding, in decode_to_nsstring_with_bom_removal()
106 encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_without_bom_handling()
119 encoding: &'static Encoding, in decode_to_nsstring_without_bom_handling()
143 encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_without_bom_handling_and_without_replacement()
196 encoding: &'static Encoding, in encode_from_utf16()
262 encoding: &'static Encoding, in decode_to_nscstring()
280 encoding: *const Encoding, in mozilla_encoding_decode_to_nscstring_with_bom_removal()
307 encoding: *const Encoding, in mozilla_encoding_decode_to_nscstring_without_bom_handling()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/encoding_glue/src/
H A Dlib.rs61 encoding: &'static Encoding, in decode_to_nsstring()
79 encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_with_bom_removal()
88 encoding: &'static Encoding, in decode_to_nsstring_with_bom_removal()
106 encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_without_bom_handling()
119 encoding: &'static Encoding, in decode_to_nsstring_without_bom_handling()
143 encoding: *const Encoding, in mozilla_encoding_decode_to_nsstring_without_bom_handling_and_without_replacement()
196 encoding: &'static Encoding, in encode_from_utf16()
262 encoding: &'static Encoding, in decode_to_nscstring()
280 encoding: *const Encoding, in mozilla_encoding_decode_to_nscstring_with_bom_removal()
307 encoding: *const Encoding, in mozilla_encoding_decode_to_nscstring_without_bom_handling()
[all …]

12345678910>>...237