Home
last modified time | relevance | path

Searched refs:unencoded (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/email/
Dheader.py90 unencoded = parts.pop(0)
92 unencoded = unencoded.lstrip()
94 if unencoded:
95 words.append((unencoded, None, None))
/third_party/curl/docs/cmdline-opts/
Durl-query.d22 as-is unencoded.
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdf.h184 bdf_glyph_t* unencoded; /* Unencoded glyphs themselves. */ member
Dbdflib.c1519 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/
Dquopri.rst40 false it leaves them unencoded.
/third_party/typescript/tests/baselines/reference/
DcompletionsCommentsClass.baseline1135 "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.",
DcompletionsCommentsFunctionDeclaration.baseline885 "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 …]
DcompletionsCommentsFunctionExpression.baseline1096 "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 …]
DcompletionsCommentsClassMembers.baseline2164 "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 …]
DcompletionsCommentsCommentParsing.baseline3489 "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 …]
D1.0lib-noErrors.types74 * 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).
D1.0lib-noErrors.symbols74 * 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/
Dmimetypes498 Raw formats contain unencoded, raw media information. These are rather rare from
/third_party/python/Doc/whatsnew/
D3.0.rst253 were numerous bugs having to do with mixing encoded and unencoded
255 for all unencoded text, and :class:`str` for binary or encoded data
D3.2.rst701 Headers with unencoded non-ASCII bytes are deemed to be :rfc:`2047`\ -encoded
/third_party/node/deps/undici/src/docs/api/
DDispatcher.md198 …ed using `encodeURIComponent`. If for some reason you need to send them unencoded, embed query par…
/third_party/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md1122 size of the unencoded blocks. Thus, the Huffman local buffer was increased to
/third_party/skia/third_party/externals/libpng/
Dlibpng-manual.txt752 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/
DChangeLog.218199 `font->unencoded'.