Home
last modified time | relevance | path

Searched refs:printable (Results 1 – 25 of 193) sorted by relevance

12345678

/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/custom/
Draw-ostream.h29 static const T& printable(const T& V) { return V; } in printable() function
34 template <typename T> decltype(auto) printable(const T &V) { in decltype()
36 return StreamSwitch<T>::printable(V); in decltype()
68 static const RawStreamProxy<T> printable(const T &V) { return {V}; }
78 printable(const llvm::Optional<T> &V) {
/external/libcups/conf/
Dmime.types29 # ascii(offset,length) True if bytes are valid printable ASCII
33 # printable(offset,length) True if bytes are printable 8-bit chars
56 # The "printable" rule differs from the "ascii" rule in that it also
108 image/x-bitmap bmp string(0,BM) + !printable(2,14)
116 application/x-cshell csh printable(0,1024) + string(0,#!) +\
118 application/x-perl pl printable(0,1024) + string(0,#!) +\
120 application/x-shell sh printable(0,1024) + string(0,#!) +\
124 printable(0,1024) + ! css + \
128 text/html html htm printable(0,1024) +\
130 text/plain txt printable(0,1024)
/external/python/cpython2/Doc/library/
Dquopri.rst1 :mod:`quopri` --- Encode and decode MIME quoted-printable data
5 :synopsis: Encode and decode files using the MIME quoted-printable encoding.
9 pair: quoted-printable; encoding
10 single: MIME; quoted-printable encoding
16 This module performs quoted-printable transport encoding and decoding, as
19 The quoted-printable encoding is designed for data where there are relatively
37 Encode the contents of the *input* file and write the resulting quoted-printable
Dmimify.rst17 of) a message entails encoding the message as quoted-printable if it contains
19 part of) a message entails undoing the quoted-printable encoding. Mimify and
34 Copy the message in *infile* to *outfile*, converting parts to quoted-printable
43 Copy the message in *infile* to *outfile*, decoding all quoted-printable parts.
65 By default, a part will be encoded as quoted-printable when it contains any
95 Encode and decode MIME quoted-printable files.
Demail.encoders.rst30 Encodes the payload into quoted-printable form and sets the
31 :mailheader:`Content-Transfer-Encoding` header to ``quoted-printable`` [#]_.
32 This is a good encoding to use when most of your payload is normal printable
41 compact form than quoted-printable. The drawback of base64 encoding is that it
Demail.charset.rst29 Certain character sets must be encoded with quoted-printable or base64 when used
38 quoted-printable and no output conversion codec is necessary. If
57 quoted-printable), ``Charset.BASE64`` (for base64 encoding), or
97 This is either the string ``quoted-printable`` or ``base64`` depending on
103 Returns the string ``quoted-printable`` if *body_encoding* is ``QP``,
155 quoted-printable or base64 encoding.
169 The type of encoding (base64 or quoted-printable) will be based on the
182 The type of encoding (base64 or quoted-printable) will be based on the
218 quoted-printable, ``Charset.BASE64`` for base64 encoding,
219 ``Charset.SHORTEST`` for the shortest of quoted-printable or base64 encoding,
Dcurses.ascii.rst135 Checks for ASCII any printable character except space.
145 Checks for any ASCII printable character including space.
150 Checks for any printable ASCII character which is not a space or an alphanumeric
215 Return a string representation of the ASCII character *c*. If *c* is printable,
/external/python/cpython3/Doc/library/
Dquopri.rst1 :mod:`quopri` --- Encode and decode MIME quoted-printable data
5 :synopsis: Encode and decode files using the MIME quoted-printable encoding.
10 pair: quoted-printable; encoding
11 single: MIME; quoted-printable encoding
15 This module performs quoted-printable transport encoding and decoding, as
18 The quoted-printable encoding is designed for data where there are relatively
35 Encode the contents of the *input* file and write the resulting quoted-printable
Demail.charset.rst35 Certain character sets must be encoded with quoted-printable or base64 when used
44 quoted-printable and no output conversion codec is necessary. If
62 quoted-printable), ``Charset.BASE64`` (for base64 encoding), or
102 This is either the string ``quoted-printable`` or ``base64`` depending on
108 Returns the string ``quoted-printable`` if *body_encoding* is ``QP``,
125 The type of encoding (base64 or quoted-printable) will be based on the
143 The type of encoding (base64 or quoted-printable) will be based on the
179 quoted-printable, ``Charset.BASE64`` for base64 encoding,
180 ``Charset.SHORTEST`` for the shortest of quoted-printable or base64 encoding,
Demail.encoders.rst44 Encodes the payload into quoted-printable form and sets the
45 :mailheader:`Content-Transfer-Encoding` header to ``quoted-printable`` [#]_.
46 This is a good encoding to use when most of your payload is normal printable
55 compact form than quoted-printable. The drawback of base64 encoding is that it
Dcurses.ascii.rst134 Checks for ASCII any printable character except space.
144 Checks for any ASCII printable character including space.
149 Checks for any printable ASCII character which is not a space or an alphanumeric
216 Return a string representation of the ASCII character *c*. If *c* is printable,
/external/libcups/filter/
DMakefile131 --css ../doc/cups-printable.css \
137 --css ../doc/cups-printable.css \
143 --css ../doc/cups-printable.css \
149 --css ../doc/cups-printable.css \
/external/apache-http/src/org/apache/commons/codec/net/
DQuotedPrintableCodec.java141 public static final byte[] encodeQuotedPrintable(BitSet printable, byte[] bytes) { in encodeQuotedPrintable() argument
145 if (printable == null) { in encodeQuotedPrintable()
146 printable = PRINTABLE_CHARS; in encodeQuotedPrintable()
154 if (printable.get(b)) { in encodeQuotedPrintable()
/external/libcups/cgi-bin/
Dhelp.c41 int printable; /* Show printable version? */ in main() local
50 printable = cgiGetVariable("PRINTABLE") != NULL; in main()
151 if (printable) in main()
318 if (!helpfile || !printable) in main()
365 if (!printable) in main()
/external/llvm-project/llvm/test/TableGen/
DJSON.td82 // CHECK: data['VarObj']['base']['printable'] == 'D'
88 // CHECK: data['VarObj']['d']['operator']['printable'] == 'ExampleDagOp'
90 // CHECK: data['VarObj']['d']['printable'] == '(ExampleDagOp 22, "hello":$foo)'
96 // CHECK: data['VarObj']['ref_int']['printable'] == 'undef_int'
107 // CHECK: data['VarObj']['ref_bits'][1]['printable'] == 'undef_bits{1}'
111 // CHECK: data['VarObj']['ref_bits'][0]['printable'] == 'undef_bits{0}'
115 // CHECK: data['VarObj']['complex_ref_int']['printable'] == '!add(undef_int, 2)'
/external/swiftshader/third_party/subzero/src/
DIceInst.def35 /* enum value, printable string, commutative */ \
57 /* enum value, printable string */ \
71 /* enum value, printable string */ \
91 /* enum value, reverse, printable string */ \
DIceTypes.def27 /* enum value, printable string, is_elf64, e_machine, e_flags */ \
37 /* printable string (size and alignment in bytes), */ \
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-strings.rst15 :program:`strings`, which looks for printable strings in files and writes them
16 to the standard output stream. A printable string is any sequence of four (by
17 default) or more printable ASCII characters. The end of the file, or any other
48 Set the minimum number of printable ASCII characters required for a sequence of
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_15.txt21 Content-transfer-encoding: quoted-printable
27 Content-transfer-encoding: quoted-printable
/external/python/cpython2/Lib/email/test/data/
Dmsg_15.txt21 Content-transfer-encoding: quoted-printable
27 Content-transfer-encoding: quoted-printable
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest-message.h132 *ss_ << llvm_gtest::printable(val);
154 *ss_ << llvm_gtest::printable(pointer);
/external/curl/tests/data/
Dtest64830 … split by encoder.;headers=Content-disposition: "inline";encoder=quoted-printable' -F "=@log/test6…
60 Content-Transfer-Encoding: quoted-printable
/external/curl/tests/server/
Dfake_ntlm.c48 static char *printable(char *inbuf, size_t inlength) in printable() function
266 msgbuf = printable(buf, 0); in main()
/external/igt-gpu-tools/runner/json_tests_data/dmesg-escapes/
DREADME.txt4 printable. Kernel's idea of nonprintable is "c < 0x20 || c > 127".
/external/autotest/tko/
Dfrontend.py192 def __init__(self, db, idx, hash, base, printable): argument
197 self.printable = printable

12345678