Home
last modified time | relevance | path

Searched refs:text_flags (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-formatter-quote-text-plain.c60 CamelMimeFilterToHTMLFlags text_flags; in emqfe_text_plain_format() local
70 text_flags = in emqfe_text_plain_format()
77text_flags |= CAMEL_MIME_FILTER_TOHTML_DIV | CAMEL_MIME_FILTER_TOHTML_CONVERT_NL | CAMEL_MIME_FILT… in emqfe_text_plain_format()
79 text_flags |= CAMEL_MIME_FILTER_TOHTML_PRE; in emqfe_text_plain_format()
86 text_flags |= CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION; in emqfe_text_plain_format()
93 text_flags |= CAMEL_MIME_FILTER_TOHTML_FORMAT_FLOWED; in emqfe_text_plain_format()
97 filter = camel_mime_filter_tohtml_new (text_flags, rgb); in emqfe_text_plain_format()
/dports/finance/electrum/Electrum-4.1.5/packages/dns/
H A Dflags.py62 text_flags = []
65 text_flags.append(k)
66 return ' '.join(text_flags)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dns/
H A Dflags.py62 text_flags = []
65 text_flags.append(k)
66 return ' '.join(text_flags)
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/
H A Dflags.py57 text_flags = []
60 text_flags.append(k)
61 return ' '.join(text_flags)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/
H A Dflags.py86 text_flags = []
89 text_flags.append(v)
90 return ' '.join(text_flags)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/
H A Dflags.py76 text_flags = []
79 text_flags.append(v)
80 return ' '.join(text_flags)
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/dns/
H A Dflags.py73 text_flags = []
76 text_flags.append(v)
77 return ' '.join(text_flags)
/dports/dns/py-dnspython/dnspython-1.16.0/dns/
H A Dflags.py86 text_flags = []
89 text_flags.append(v)
90 return ' '.join(text_flags)
/dports/security/john/john-1.9.0-jumbo-1/run/dns/
H A Dflags.py84 text_flags = []
87 text_flags.append(v)
88 return ' '.join(text_flags)
/dports/net-mgmt/py-dnsdiag/dnsdiag-2.0.2/util/
H A Ddns.py231 text_flags = []
234 text_flags.append(v)
236 text_flags.append('--')
238 return ' '.join(text_flags)
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole_i.h66 typedef unsigned short text_flags; typedef
84 text_flags flags; /* flags for the text */
135 text_flags sgr_flags; /* Current SGR flags */
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/ge/
H A Dfx_ge_text.cpp353 if (text_flags & FXFONT_CIDFONT) in ShouldDrawDeviceText()
412 int nativetext_flags = text_flags; in DrawNormalText()
414 if (!(text_flags & FXTEXT_PRINTGRAPHICTEXT)) { in DrawNormalText()
415 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
424 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
425 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
440 !(text_flags & FXTEXT_PRINTIMAGETEXT))) { in DrawNormalText()
452 if ((text_flags & FXTEXT_NOSMOOTH) == 0) { in DrawNormalText()
829 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
858 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/ge/
H A Dcfx_renderdevice.cpp334 if (text_flags & FXFONT_CIDFONT) in ShouldDrawDeviceText()
854 uint32_t text_flags) { in DrawNormalText() argument
855 int nativetext_flags = text_flags; in DrawNormalText()
857 if (!(text_flags & FXTEXT_PRINTGRAPHICTEXT)) { in DrawNormalText()
858 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
866 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
867 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
883 !(text_flags & FXTEXT_PRINTIMAGETEXT))) { in DrawNormalText()
893 if ((text_flags & FXTEXT_NOSMOOTH) == 0) { in DrawNormalText()
912 bClearType = !!(text_flags & FXTEXT_CLEARTYPE); in DrawNormalText()
[all …]
H A Dcfx_facecache.cpp263 int& text_flags) { in LoadGlyphBitmap() argument
282 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
310 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
348 text_flags |= FXTEXT_NO_NATIVETEXT; in LoadGlyphBitmap()
/dports/net-mgmt/py-dnsdiag/dnsdiag-2.0.2/
H A Ddnseval.py236 text_flags = flags_to_text(retval.flags)
257 'text_flags': text_flags,
276 color.N, s_ttl, text_flags, retval.rcode_text), flush=True)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_renderdevice.cpp357 if (text_flags & FXFONT_CIDFONT) in ShouldDrawDeviceText()
860 uint32_t text_flags) { in DrawNormalText() argument
861 int nativetext_flags = text_flags; in DrawNormalText()
863 if (!(text_flags & FXTEXT_PRINTGRAPHICTEXT)) { in DrawNormalText()
864 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
872 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
873 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
884 !(text_flags & FXTEXT_PRINTIMAGETEXT))) { in DrawNormalText()
894 if ((text_flags & FXTEXT_NOSMOOTH) == 0) { in DrawNormalText()
913 bClearType = !!(text_flags & FXTEXT_CLEARTYPE); in DrawNormalText()
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtksourceiter.c532 GtkTextSearchFlags text_flags = 0; in _source_flags_to_text_flags() local
535 text_flags |= GTK_TEXT_SEARCH_VISIBLE_ONLY; in _source_flags_to_text_flags()
537 text_flags |= GTK_TEXT_SEARCH_TEXT_ONLY; in _source_flags_to_text_flags()
539 return text_flags; in _source_flags_to_text_flags()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtksourceiter.c532 GtkTextSearchFlags text_flags = 0; in _source_flags_to_text_flags() local
535 text_flags |= GTK_TEXT_SEARCH_VISIBLE_ONLY; in _source_flags_to_text_flags()
537 text_flags |= GTK_TEXT_SEARCH_TEXT_ONLY; in _source_flags_to_text_flags()
539 return text_flags; in _source_flags_to_text_flags()
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtksourceiter.c532 GtkTextSearchFlags text_flags = 0; in _source_flags_to_text_flags() local
535 text_flags |= GTK_TEXT_SEARCH_VISIBLE_ONLY; in _source_flags_to_text_flags()
537 text_flags |= GTK_TEXT_SEARCH_TEXT_ONLY; in _source_flags_to_text_flags()
539 return text_flags; in _source_flags_to_text_flags()
/dports/cad/pcb/pcb-4.2.0/lib/pcblib-newlib/geda/
H A DCAPPRD1000W170D2200H3000A.fp3 # text_x, text_y, text_direction, text_scale, text_flags
H A DCAPPRD1000W170D2200H3500A.fp3 # text_x, text_y, text_direction, text_scale, text_flags
H A DCAPPRD1000W170D2200H3500B.fp3 # text_x, text_y, text_direction, text_scale, text_flags
H A DCAPPRD1000W170D2200H4000A.fp3 # text_x, text_y, text_direction, text_scale, text_flags
H A DCAPPRD1000W170D2200H4000B.fp3 # text_x, text_y, text_direction, text_scale, text_flags
H A DCAPPRD1000W170D2200H5000A.fp3 # text_x, text_y, text_direction, text_scale, text_flags

12345678910>>...33