Home
last modified time | relevance | path

Searched refs:captype (Results 76 – 100 of 275) sorted by relevance

1234567891011

/dports/editors/texstudio/texstudio-4.1.2/src/hunspell/
H A Dhunspell.cxx471 int captype = NOCAP; in spell_internal() local
520 switch (captype) { in spell_internal()
898 int captype; in suggest() local
925 switch (captype) { in suggest()
988 captype = NOCAP; in suggest_internal()
1046 switch (captype) { in suggest_internal()
1192 switch (captype) { in suggest_internal()
1461 int captype = NOCAP; in analyze_internal() local
1530 switch (captype) { in analyze_internal()
1688 int captype = NOCAP; in generate() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/hunspell/src/hunspell/
H A Dhashmgr.cxx405 if (((captype == HUHCAP) || (captype == HUHINITCAP) || in add_hidden_capitalized_word()
406 ((captype == ALLCAP) && (flagslen != 0))) && in add_hidden_capitalized_word()
440 *captype = get_captype_utf8(dest_utf, langnum); in get_clen_and_captype()
443 *captype = get_captype(word, csconv); in get_clen_and_captype()
509 int captype; in add() local
512 int wcl = get_clen_and_captype(word, &captype); in add()
515 captype); in add()
525 int captype; in add_with_affix() local
526 int wcl = get_clen_and_captype(word, &captype); in add_with_affix()
717 int captype; in load_tables() local
[all …]
H A Dhunspell.cxx487 int captype = NOCAP; local
536 switch (captype) {
914 int captype = NOCAP; local
949 switch (captype) {
1070 switch (captype) {
1166 switch (captype) {
1438 int captype = NOCAP; local
1507 switch (captype) {
1669 int captype = NOCAP; local
1681 if (captype == ALLCAP)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hunspell/src/hunspell/
H A Dhashmgr.cxx405 if (((captype == HUHCAP) || (captype == HUHINITCAP) || in add_hidden_capitalized_word()
406 ((captype == ALLCAP) && (flagslen != 0))) && in add_hidden_capitalized_word()
440 *captype = get_captype_utf8(dest_utf, langnum); in get_clen_and_captype()
443 *captype = get_captype(word, csconv); in get_clen_and_captype()
509 int captype; in add() local
512 int wcl = get_clen_and_captype(word, &captype); in add()
515 captype); in add()
525 int captype; in add_with_affix() local
526 int wcl = get_clen_and_captype(word, &captype); in add_with_affix()
717 int captype; in load_tables() local
[all …]
H A Dhunspell.cxx487 int captype = NOCAP; local
536 switch (captype) {
914 int captype = NOCAP; local
949 switch (captype) {
1070 switch (captype) {
1166 switch (captype) {
1438 int captype = NOCAP; local
1507 switch (captype) {
1669 int captype = NOCAP; local
1681 if (captype == ALLCAP)
[all …]
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/hunspell/
H A Dhunspell.cxx426 int captype = NOCAP; in spell() local
475 switch (captype) { in spell()
847 int captype = NOCAP; in suggest() local
882 switch (captype) { in suggest()
1003 switch (captype) { in suggest()
1103 switch (captype) { in suggest()
1323 int captype = NOCAP; in analyze() local
1392 switch (captype) { in analyze()
1550 int captype = NOCAP; in generate() local
1562 if (captype == ALLCAP) in generate()
[all …]
/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dcorrect.cpp797 if (captype (dent->flagfield) == CAPITALIZED in save_root_cap()
798 || captype (dent->flagfield) == ANYCASE) in save_root_cap()
809 if (captype (dent->flagfield) == ANYCASE) in save_root_cap()
820 if (captype (dent->flagfield) == FOLLOWCASE in save_root_cap()
825 if (captype (dent->flagfield) == CAPITALIZED) in save_root_cap()
836 if (captype (dent->flagfield) == ANYCASE) in save_root_cap()
862 if (captype (dent->flagfield) != FOLLOWCASE) in save_root_cap()
865 if (firstisupper || captype (dent->flagfield) == CAPITALIZED) in save_root_cap()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-streams.c773 int captype = 0; in cx18_start_v4l2_encode_stream() local
783 captype = CAPTURE_CHANNEL_TYPE_MPEG; in cx18_start_v4l2_encode_stream()
791 captype = CAPTURE_CHANNEL_TYPE_INDEX; in cx18_start_v4l2_encode_stream()
794 captype = CAPTURE_CHANNEL_TYPE_TS; in cx18_start_v4l2_encode_stream()
797 captype = CAPTURE_CHANNEL_TYPE_YUV; in cx18_start_v4l2_encode_stream()
800 captype = CAPTURE_CHANNEL_TYPE_PCM; in cx18_start_v4l2_encode_stream()
804 captype = cx18_raw_vbi(cx) ? in cx18_start_v4l2_encode_stream()
811 captype = CAPTURE_CHANNEL_TYPE_VBI; in cx18_start_v4l2_encode_stream()
840 if (captype != CAPTURE_CHANNEL_TYPE_TS) { in cx18_start_v4l2_encode_stream()
891 if (captype == CAPTURE_CHANNEL_TYPE_YUV) { in cx18_start_v4l2_encode_stream()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-streams.c773 int captype = 0; in cx18_start_v4l2_encode_stream() local
783 captype = CAPTURE_CHANNEL_TYPE_MPEG; in cx18_start_v4l2_encode_stream()
791 captype = CAPTURE_CHANNEL_TYPE_INDEX; in cx18_start_v4l2_encode_stream()
794 captype = CAPTURE_CHANNEL_TYPE_TS; in cx18_start_v4l2_encode_stream()
797 captype = CAPTURE_CHANNEL_TYPE_YUV; in cx18_start_v4l2_encode_stream()
800 captype = CAPTURE_CHANNEL_TYPE_PCM; in cx18_start_v4l2_encode_stream()
804 captype = cx18_raw_vbi(cx) ? in cx18_start_v4l2_encode_stream()
811 captype = CAPTURE_CHANNEL_TYPE_VBI; in cx18_start_v4l2_encode_stream()
840 if (captype != CAPTURE_CHANNEL_TYPE_TS) { in cx18_start_v4l2_encode_stream()
891 if (captype == CAPTURE_CHANNEL_TYPE_YUV) { in cx18_start_v4l2_encode_stream()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-streams.c773 int captype = 0; in cx18_start_v4l2_encode_stream() local
783 captype = CAPTURE_CHANNEL_TYPE_MPEG; in cx18_start_v4l2_encode_stream()
791 captype = CAPTURE_CHANNEL_TYPE_INDEX; in cx18_start_v4l2_encode_stream()
794 captype = CAPTURE_CHANNEL_TYPE_TS; in cx18_start_v4l2_encode_stream()
797 captype = CAPTURE_CHANNEL_TYPE_YUV; in cx18_start_v4l2_encode_stream()
800 captype = CAPTURE_CHANNEL_TYPE_PCM; in cx18_start_v4l2_encode_stream()
804 captype = cx18_raw_vbi(cx) ? in cx18_start_v4l2_encode_stream()
811 captype = CAPTURE_CHANNEL_TYPE_VBI; in cx18_start_v4l2_encode_stream()
840 if (captype != CAPTURE_CHANNEL_TYPE_TS) { in cx18_start_v4l2_encode_stream()
891 if (captype == CAPTURE_CHANNEL_TYPE_YUV) { in cx18_start_v4l2_encode_stream()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.cxx433 int captype = NOCAP; in spell() local
482 switch (captype) { in spell()
850 int captype = NOCAP; in suggest() local
885 switch (captype) { in suggest()
1006 switch (captype) { in suggest()
1102 switch (captype) { in suggest()
1374 int captype = NOCAP; in analyze() local
1443 switch (captype) { in analyze()
1605 int captype = NOCAP; in generate() local
1617 if (captype == ALLCAP) in generate()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/src/
H A DmozEnglishWordUtils.cpp55 mozEnglishWordUtils::myspCapitalization ct = captype(word); in GetRootForm()
200 mozEnglishWordUtils::myspCapitalization mozEnglishWordUtils::captype( in captype() function in mozEnglishWordUtils
237 mozEnglishWordUtils::myspCapitalization ct = captype(word); in FromRootForm()
248 mozEnglishWordUtils::myspCapitalization newCt = captype(capTest); in FromRootForm()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/src/
H A DmozEnglishWordUtils.cpp59 mozEnglishWordUtils::myspCapitalization ct = captype(word); in GetRootForm()
210 mozEnglishWordUtils::captype(const nsString &word) in captype() function in mozEnglishWordUtils
245 mozEnglishWordUtils::myspCapitalization ct = captype(word); in FromRootForm()
256 mozEnglishWordUtils::myspCapitalization newCt=captype(capTest); in FromRootForm()
/dports/net/wireshark-lite/wireshark-3.6.1/doc/
H A Dcaptype.adoc2 = captype(1)
10 captype - Prints the types of capture files
15 *captype*
/dports/net/tshark-lite/wireshark-3.6.1/doc/
H A Dcaptype.adoc2 = captype(1)
10 captype - Prints the types of capture files
15 *captype*
/dports/net/wireshark/wireshark-3.6.1/doc/
H A Dcaptype.adoc2 = captype(1)
10 captype - Prints the types of capture files
15 *captype*
/dports/net/tshark/wireshark-3.6.1/doc/
H A Dcaptype.adoc2 = captype(1)
10 captype - Prints the types of capture files
15 *captype*
/dports/textproc/enchant/enchant-1.6.0/src/myspell/
H A Dhashmgr.hxx58 int get_clen_and_captype(const char * word, int wbl, int * captype);
65 unsigned short * flags, int al, char * dp, int captype);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/hunspell/
H A Dhashmgr.hxx56 int get_clen_and_captype(const char * word, int wbl, int * captype);
63 unsigned short * flags, int al, char * dp, int captype);
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/hunspell/
H A Dhashmgr.hxx56 int get_clen_and_captype(const char * word, int wbl, int * captype);
63 unsigned short * flags, int al, char * dp, int captype);
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/hunspell/
H A Dhashmgr.hxx56 int get_clen_and_captype(const char * word, int wbl, int * captype);
63 unsigned short * flags, int al, char * dp, int captype);
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/hunspell/src/hunspell/
H A Dhashmgr.hxx56 int get_clen_and_captype(const char * word, int wbl, int * captype);
63 unsigned short * flags, int al, char * dp, int captype);
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/src/
H A Dhashmgr.hxx128 int get_clen_and_captype(const std::string& word, int* captype);
144 int captype);
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dwrapfig.sty.ltxml31 beforeDigest => sub { DefMacroI('\@captype', undef, 'figure'); },
44 beforeDigest => sub { DefMacroI('\@captype', undef, 'table'); },
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dnetxray.c70 guint8 captype; /* capture type */ member
621 switch (hdr.captype) { in netxray_open()
734 hdr.captype, hdr.version); in netxray_open()
744 hdr.timeunit, network_type, hdr.captype, in netxray_open()
787 switch (hdr.captype) { in netxray_open()
862 hdr.captype); in netxray_open()
2088 file_hdr.captype = WAN_CAPTYPE_PPP; in netxray_dump_finish_2_0()
2092 file_hdr.captype = WAN_CAPTYPE_FRELAY; in netxray_dump_finish_2_0()
2096 file_hdr.captype = WAN_CAPTYPE_HDLC; in netxray_dump_finish_2_0()
2101 file_hdr.captype = WAN_CAPTYPE_SDLC; in netxray_dump_finish_2_0()
[all …]

1234567891011