Searched refs:unencoded (Results 1 – 19 of 19) sorted by relevance
/third_party/python/Lib/email/ |
D | header.py | 90 unencoded = parts.pop(0) 92 unencoded = unencoded.lstrip() 94 if unencoded: 95 words.append((unencoded, None, None))
|
/third_party/curl/docs/cmdline-opts/ |
D | url-query.d | 22 as-is unencoded.
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdf.h | 184 bdf_glyph_t* unencoded; /* Unencoded glyphs themselves. */ member
|
D | bdflib.c | 1519 if ( FT_RENEW_ARRAY( font->unencoded , in _bdf_parse_glyphs() 1527 glyph = font->unencoded + font->unencoded_used; in _bdf_parse_glyphs() 1558 glyph = font->unencoded + ( font->unencoded_used - 1 ); in _bdf_parse_glyphs() 2350 for ( i = 0, glyphs = font->unencoded; i < font->unencoded_used; in bdf_free_font() 2358 FT_FREE( font->unencoded ); in bdf_free_font()
|
/third_party/python/Doc/library/ |
D | quopri.rst | 40 false it leaves them unencoded.
|
/third_party/typescript/tests/baselines/reference/ |
D | completionsCommentsClass.baseline | 1135 "text": "Gets the unencoded version of an encoded Uniform Resource Identifier (URI).", 1235 …"text": "Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)… 1325 "text": "A value representing an unencoded URI.", 1400 "text": "A value representing an unencoded URI.", 1425 "text": "A value representing an unencoded URI component.", 1532 "text": "A value representing an unencoded URI component.",
|
D | completionsCommentsFunctionDeclaration.baseline | 885 "text": "Gets the unencoded version of an encoded Uniform Resource Identifier (URI).", 985 …"text": "Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)… 1075 "text": "A value representing an unencoded URI.", 1150 "text": "A value representing an unencoded URI.", 1175 "text": "A value representing an unencoded URI component.", 1282 "text": "A value representing an unencoded URI component.", 5456 "text": "Gets the unencoded version of an encoded Uniform Resource Identifier (URI).", 5556 …"text": "Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)… 5646 "text": "A value representing an unencoded URI.", 5721 "text": "A value representing an unencoded URI.", [all …]
|
D | completionsCommentsFunctionExpression.baseline | 1096 "text": "Gets the unencoded version of an encoded Uniform Resource Identifier (URI).", 1196 …"text": "Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)… 1286 "text": "A value representing an unencoded URI.", 1361 "text": "A value representing an unencoded URI.", 1386 "text": "A value representing an unencoded URI component.", 1493 "text": "A value representing an unencoded URI component.", 5346 "text": "Gets the unencoded version of an encoded Uniform Resource Identifier (URI).", 5446 …"text": "Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)… 5536 "text": "A value representing an unencoded URI.", 5611 "text": "A value representing an unencoded URI.", [all …]
|
D | completionsCommentsClassMembers.baseline | 2164 "text": "Gets the unencoded version of an encoded Uniform Resource Identifier (URI).", 2264 …"text": "Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)… 2354 "text": "A value representing an unencoded URI.", 2429 "text": "A value representing an unencoded URI.", 2454 "text": "A value representing an unencoded URI component.", 2561 "text": "A value representing an unencoded URI component.", 9505 "text": "Gets the unencoded version of an encoded Uniform Resource Identifier (URI).", 9605 …"text": "Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)… 9695 "text": "A value representing an unencoded URI.", 9770 "text": "A value representing an unencoded URI.", [all …]
|
D | completionsCommentsCommentParsing.baseline | 3489 "text": "Gets the unencoded version of an encoded Uniform Resource Identifier (URI).", 3589 …"text": "Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)… 3679 "text": "A value representing an unencoded URI.", 3754 "text": "A value representing an unencoded URI.", 3779 "text": "A value representing an unencoded URI component.", 3886 "text": "A value representing an unencoded URI component.", 9871 "text": "Gets the unencoded version of an encoded Uniform Resource Identifier (URI).", 9971 …"text": "Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI)… 10061 "text": "A value representing an unencoded URI.", 10136 "text": "A value representing an unencoded URI.", [all …]
|
D | 1.0lib-noErrors.types | 74 * Gets the unencoded version of an encoded Uniform Resource Identifier (URI). 82 * Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).
|
D | 1.0lib-noErrors.symbols | 74 * Gets the unencoded version of an encoded Uniform Resource Identifier (URI). 82 * Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | mimetypes | 498 Raw formats contain unencoded, raw media information. These are rather rare from
|
/third_party/python/Doc/whatsnew/ |
D | 3.0.rst | 253 were numerous bugs having to do with mixing encoded and unencoded 255 for all unencoded text, and :class:`str` for binary or encoded data
|
D | 3.2.rst | 701 Headers with unencoded non-ASCII bytes are deemed to be :rfc:`2047`\ -encoded
|
/third_party/node/deps/undici/src/docs/api/ |
D | Dispatcher.md | 198 …ed using `encodeURIComponent`. If for some reason you need to send them unencoded, embed query par…
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 1122 size of the unencoded blocks. Thus, the Huffman local buffer was increased to
|
/third_party/skia/third_party/externals/libpng/ |
D | libpng-manual.txt | 752 You would use the linear (unencoded) value if you need to process the pixel 806 values are unencoded, linear, values and that the output device also has a
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 8199 `font->unencoded'.
|