/third_party/boost/libs/numeric/conversion/test/ |
D | test_helpers3.cpp | 75 …conv.to_string() << printable(source) << ")= " << printable(result) << ". Expected:" << printable… in test_conv_base() 80 BOOST_ERROR( conv.to_string() << printable(source) << ") = " << printable(result) in test_conv_base() 89 …BOOST_CHECK_MESSAGE( true, conv.to_string() << printable(source) << ") = negative_overflow, as exp… in test_conv_base() 93 …BOOST_ERROR( conv.to_string() << printable(source) << ") = negative_overflow. Expected:" << print… in test_conv_base() 100 …BOOST_CHECK_MESSAGE( true, conv.to_string() << printable(source) << ") = positive_overflow, as exp… in test_conv_base() 104 …BOOST_ERROR( conv.to_string() << printable(source) << ") = positive_overflow. Expected:" << print… in test_conv_base() 111 …BOOST_CHECK_MESSAGE( true, conv.to_string() << printable(source) << ") = bad_numeric_cast, as expe… in test_conv_base() 115 …BOOST_ERROR( conv.to_string() << printable(source) << ") = bad_numeric_cast. Expected:" << printa… in test_conv_base()
|
D | bounds_test.cpp | 36 …"bounds<" << typeid(T).name() << ">::lowest() = " << printable(lowest) << ". Expected " << printab… in test_bounds() 40 …ounds<" << typeid(T).name() << ">::highest() = " << printable(highest) << ". Expected " << printab… in test_bounds() 44 …unds<" << typeid(T).name() << ">::smallest() = " << printable(smallest) << ". Expected " << printa… in test_bounds()
|
D | test_helpers.cpp | 147 printable( T n ) { return n ; } in printable() function
|
/third_party/python/Doc/library/ |
D | quopri.rst | 1 :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
|
D | email.charset.rst | 35 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,
|
D | email.encoders.rst | 44 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
|
D | curses.ascii.rst | 134 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,
|
D | binascii.rst | 71 Convert a block of quoted-printable data back to binary and return the binary 78 Convert binary data to a line(s) of ASCII characters in quoted-printable 220 Support for quoted-printable encoding used in MIME email messages.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.def | 35 /* enum value, printable string, commutative */ \ 57 /* enum value, printable string */ \ 71 /* enum value, printable string */ \ 91 /* enum value, reverse, printable string */ \
|
D | IceTypes.def | 27 /* enum value, printable string, is_elf64, e_machine, e_flags */ \ 37 /* printable string (size and alignment in bytes), */ \
|
/third_party/flutter/flutter/dev/tools/gen_keycodes/data/ |
D | keyboard_maps.tmpl | 24 /// A map of Android key codes which have printable representations, but appear 49 /// A map of macOS key codes which have printable representations, but appear 61 /// A map of GLFW key codes which have printable representations, but appear
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_15.txt | 21 Content-transfer-encoding: quoted-printable 27 Content-transfer-encoding: quoted-printable
|
D | msg_33.txt | 19 Content-Transfer-Encoding: quoted-printable
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 602 printable = "" 615 printable += value.id 618 printable += self._EncodeString(value) 620 printable += self._EncodeString(value.encode("utf-8")) 622 printable += str(value) 626 printable += self._EncodeString("") 628 printable += self._EncodeString(value[0]) 630 printable = "(" + sep 632 printable += ( 638 printable += end_tabs + ")" [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 585 printable = '' 598 printable += value.id 601 printable += self._EncodeString(value) 603 printable += self._EncodeString(value.encode('utf-8')) 605 printable += str(value) 609 printable += self._EncodeString('') 611 printable += self._EncodeString(value[0]) 613 printable = '(' + sep 615 printable += element_tabs + \ 618 printable += end_tabs + ')' [all …]
|
/third_party/curl/tests/data/ |
D | test648 | 30 … split by encoder.;headers=Content-disposition: "inline";encoder=quoted-printable' -F "=@log/test%… 60 Content-Transfer-Encoding: quoted-printable
|
/third_party/flutter/flutter/dev/tools/gen_keycodes/lib/ |
D | key_data.dart | 364 /// Returns the printable representation of this key, if any. 366 /// If there is no printable representation, returns null. 367 String get keyLabel => printable[constantName]; 370 if (printable.containsKey(constantName) && !constantName.startsWith('numpad')) { 424 /// Returns the static map of printable representations. 425 static Map<String, String> get printable { 427 …le(path.join(flutterRoot.path, 'dev', 'tools', 'gen_keycodes', 'data', 'printable.json',)).readAsS… 428 final Map<String, dynamic> printable = json.decode(printableKeys); 429 _printable = printable.cast<String, String>(); 437 /// These include synonyms for keys which don't have printable
|
/third_party/openssl/crypto/asn1/ |
D | asn1_par.c | 199 int i, printable = 1; in asn1_parse2() local 213 printable = 0; in asn1_parse2() 217 if (printable) in asn1_parse2()
|
/third_party/curl/tests/server/ |
D | fake_ntlm.c | 48 static char *printable(char *inbuf, size_t inlength) in printable() function 266 msgbuf = printable(buf, 0); in main()
|
/third_party/e2fsprogs/debugfs/ |
D | xattrs.c | 39 int printable = 0; in print_xattr_string() local 51 printable++; in print_xattr_string() 53 if (printable <= len*7/8) in print_xattr_string()
|
/third_party/boost/libs/hana/test/ |
D | CMakeLists.txt | 13 "experimental/printable/*.cpp") 19 "${Boost.Hana_SOURCE_DIR}/include/boost/hana/experimental/printable.hpp"
|
/third_party/libunwind/doc/ |
D | unw_regname.tex | 19 The \Func{unw\_regname}() routine returns a printable name for
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.14.txt | 12 E2fsck now prints non-printable characters in directory entries and
|
/third_party/iptables/extensions/ |
D | libxt_string.man | 29 # The hex string pattern can be used for non-printable characters, like |0D 0A| or |0D0A|.
|
/third_party/curl/docs/cmdline-opts/ |
D | form.d | 133 curl -F '=text message;encoder=quoted-printable' \\
|