Home
last modified time | relevance | path

Searched refs:unencoded (Results 176 – 200 of 819) sorted by relevance

12345678910>>...33

/dports/textproc/p5-XML-TreeBuilder/XML-TreeBuilder-5.4/
H A DChanges58 Added EncodeAmp option to encode unencoded ampersans on parsing.
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dglyphedit.h261 extern bdf_glyph_t *glyphedit_get_glyph(Glyphedit *gw, gboolean *unencoded);
H A DREADME20 o Supports unencoded glyphs (ENCODING of -1).
53 -nu - do not preserve unencoded glyphs
74 comments, preserve unencoded glyphs, and make metrics corrections when
H A Dglyphedit.c1216 glyphedit_get_glyph(Glyphedit *gw, gboolean *unencoded) in glyphedit_get_glyph() argument
1222 if (unencoded) in glyphedit_get_glyph()
1223 *unencoded = (gw->grid->unencoded == 0) ? FALSE : TRUE; in glyphedit_get_glyph()
1226 if (unencoded) in glyphedit_get_glyph()
1227 *unencoded = FALSE; in glyphedit_get_glyph()
1988 return (gw->grid->unencoded) ? -1 : gw->grid->encoding; in glyphedit_encoding()
/dports/mail/mlmmj/mlmmj-1.3.0/contrib/foot_filter/
H A Dfoot_filter.c142 unencoded, enumerator
1158 decoding=unencoded; in set_decoding_type()
1169 decoding=unencoded; in set_decoding_type()
1350 if (*boundary!='\0'&&(decoding==quoted_printable||decoding==unencoded)) { in process_text_section()
2266 if (encoding==unencoded) { in encodechar()
2404 if (decoding==unencoded) { in decodechar()
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/
H A DUtil.pm1090 my (@unencoded);
1102 push(@unencoded, $_);
1114 return(join("", @characters), join("", @unencoded), join("", @encoded));
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dquopri.rst40 false it leaves them unencoded.
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dquopri.rst40 false it leaves them unencoded.
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dquopri.rst40 false it leaves them unencoded.
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dquopri.rst40 false it leaves them unencoded.
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dquopri.rst40 false it leaves them unencoded.
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dquopri.rst42 embedded whitespace, and when false it leaves them unencoded. Note that spaces
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dquopri.rst40 false it leaves them unencoded.
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dquopri.rst42 embedded whitespace, and when false it leaves them unencoded. Note that spaces
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dquopri.rst40 false it leaves them unencoded.
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dquopri.rst40 false it leaves them unencoded.
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dquopri.rst40 false it leaves them unencoded.
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/
H A DScrapbookLauncher.java353 String unencoded= file.toURL().toExternalForm(); in getEncodedURL() local
355 StringTokenizer tokenizer= new StringTokenizer(unencoded, urlDelimiter); in getEncodedURL()
/dports/sysutils/vector/vector-0.10.0/website/guides/getting-started/
H A Dyour-first-pipeline.md.erb51 * The `encoding.codec` tells Vector to print the data as plain text (unencoded).
/dports/net/nng/nng-1.5.2/docs/man/
H A Dnng_url_parse.3.adoc46 converted to their unencoded forms.
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/
H A Dxmlrpc.py527 unencoded = "%s:%s" % (self.username, self.password)
528 encoded = as_string(encodestring(as_bytes(unencoded)))
/dports/net/p5-URI-Fast/URI-Fast-0.55/t/
H A Dparsing.t40 subtest 'bad input: unencoded = in query param value' => sub{
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/bdf/
H A Dbdflib.c1493 if ( FT_RENEW_ARRAY( font->unencoded , in _bdf_parse_glyphs()
1501 glyph = font->unencoded + font->unencoded_used; in _bdf_parse_glyphs()
1529 glyph = font->unencoded + ( font->unencoded_used - 1 ); in _bdf_parse_glyphs()
2376 for ( i = 0, glyphs = font->unencoded; i < font->unencoded_used; in bdf_free_font()
2384 FT_FREE( font->unencoded ); in bdf_free_font()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/bdf/
H A Dbdflib.c1504 if ( FT_RENEW_ARRAY( font->unencoded , in _bdf_parse_glyphs()
1512 glyph = font->unencoded + font->unencoded_used; in _bdf_parse_glyphs()
1543 glyph = font->unencoded + ( font->unencoded_used - 1 ); in _bdf_parse_glyphs()
2362 for ( i = 0, glyphs = font->unencoded; i < font->unencoded_used; in bdf_free_font()
2370 FT_FREE( font->unencoded ); in bdf_free_font()
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/bdf/
H A Dbdflib.c1525 if ( FT_RENEW_ARRAY( font->unencoded , in _bdf_parse_glyphs()
1533 glyph = font->unencoded + font->unencoded_used; in _bdf_parse_glyphs()
1561 glyph = font->unencoded + ( font->unencoded_used - 1 ); in _bdf_parse_glyphs()
2408 for ( i = 0, glyphs = font->unencoded; i < font->unencoded_used; in bdf_free_font()
2416 FT_FREE( font->unencoded ); in bdf_free_font()

12345678910>>...33