Home
last modified time | relevance | path

Searched refs:line_tok (Results 1 – 25 of 93) sorted by relevance

1234

/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/csv-imp/test/
H A Dtest-tokenizer.cpp163 auto line_tok = csv_tok->get_tokens().front(); in test_gnc_tokenize_helper() local
164 EXPECT_EQ (cur_line.num_fields, line_tok.size()); in test_gnc_tokenize_helper()
167 EXPECT_EQ (std::string (cur_line.fields[j]), line_tok[j]); in test_gnc_tokenize_helper()
221 auto line_tok = fw_tok->get_tokens().front(); in test_gnc_tokenize_helper() local
222 EXPECT_EQ (cur_line.num_fields, line_tok.size()); in test_gnc_tokenize_helper()
225 EXPECT_EQ (std::string (cur_line.fields[j]), line_tok[j]); in test_gnc_tokenize_helper()
/dports/www/trafficserver/trafficserver-9.1.1/lib/records/
H A DRecConfigParse.cc149 Tokenizer line_tok("\r\n"); in RecConfigFileParse() local
171 line_tok.Initialize(fbuf, SHARE_TOKS | ALLOW_EMPTY_TOKS); in RecConfigFileParse()
172 line = line_tok.iterFirst(&line_tok_state); in RecConfigFileParse()
276 line = line_tok.iterNext(&line_tok_state); in RecConfigFileParse()
/dports/textproc/py-yapf/yapf-0.31.0/yapf/yapflib/
H A Dreformatter.py316 for line_tok in this_line.tokens:
317 whitespace_prefix = line_tok.formatted_whitespace_prefix
326 if line_tok.is_comment:
329 line_content += '{}{}'.format(whitespace_prefix, line_tok.value)
357 for line_tok in this_line.tokens:
358 if line_tok.is_comment:
371 line_tok.value.split('\n')):
383 line_tok.formatted_whitespace_prefix.lstrip('\n')
388 line_tok.value = line_content
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A Dload_http_hdr.cc224 Tokenizer line_tok("\n"); in load_buffer() local
227 int num_lines = line_tok.Initialize(file_buf); in load_buffer()
228 int num_el = el_tok.Initialize(line_tok[0]); in load_buffer()
256 num_el = el_tok.Initialize(line_tok[cur_line]); in load_buffer()
/dports/news/golded+/golded-plus/golded+/goldlib/hunspell/
H A Dcsutil.hxx44 int line_tok(const char * text, char *** lines);
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/src/
H A Dhunspell.cxx1204 int pln = line_tok(tok.c_str(), &pl, MSEP_ALT); in stem()
1215 int genl = line_tok(sg, &gen, MSEP_REC); in stem()
1239 int sln = line_tok(result2.c_str(), slst, MSEP_REC); in stem()
1405 return line_tok(result.c_str(), slst, MSEP_REC); in analyze()
1473 return line_tok(result.c_str(), slst, MSEP_REC); in analyze()
1490 int ret = line_tok(p, slst, MSEP_REC); in analyze()
1508 return line_tok(result.c_str(), slst, MSEP_REC); in analyze()
1528 return line_tok(result.c_str(), slst, MSEP_REC); in analyze()
1560 return line_tok(result.c_str(), slst, MSEP_REC); in analyze()
1591 int linenum = line_tok(result.c_str(), slst, MSEP_REC); in generate()
/dports/textproc/enchant/enchant-1.6.0/src/myspell/
H A Dhunspell.cxx1072 int pln = line_tok(tok, &pl, MSEP_ALT); in stem()
1082 int genl = line_tok(sg, &gen, MSEP_REC); in stem()
1100 int sln = line_tok(result2, slst, MSEP_REC); in stem()
1332 return line_tok(result, slst, MSEP_REC); in analyze()
1399 return line_tok(result, slst, MSEP_REC); in analyze()
1412 if (spell(cw)) return line_tok(pSMgr->suggest_morph(cw), slst, MSEP_REC); in analyze()
1426 return line_tok(result, slst, MSEP_REC); in analyze()
1449 return line_tok(result, slst, MSEP_REC); in analyze()
1475 return line_tok(result, slst, MSEP_REC); in analyze()
1505 int linenum = line_tok(result, slst, MSEP_REC); in generate()
H A Dcsutil.hxx81 int line_tok(const char * text, char *** lines, char breakchar);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/hunspell/
H A Dhunspell.cxx1162 int pln = line_tok(tok, &pl, MSEP_ALT); in stem()
1172 int genl = line_tok(sg, &gen, MSEP_REC); in stem()
1190 int sln = line_tok(result2, slst, MSEP_REC); in stem()
1431 return line_tok(result, slst, MSEP_REC); in analyze()
1502 return line_tok(result, slst, MSEP_REC); in analyze()
1517 int ret = line_tok(p, slst, MSEP_REC); in analyze()
1536 return line_tok(result, slst, MSEP_REC); in analyze()
1559 return line_tok(result, slst, MSEP_REC); in analyze()
1585 return line_tok(result, slst, MSEP_REC); in analyze()
1616 int linenum = line_tok(result, slst, MSEP_REC); in generate()
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/hunspell/
H A Dhunspell.cxx1176 int pln = line_tok(tok, &pl, MSEP_ALT); in stem()
1186 int genl = line_tok(sg, &gen, MSEP_REC); in stem()
1204 int sln = line_tok(result2, slst, MSEP_REC); in stem()
1445 return line_tok(result, slst, MSEP_REC); in analyze()
1516 return line_tok(result, slst, MSEP_REC); in analyze()
1531 int ret = line_tok(p, slst, MSEP_REC); in analyze()
1550 return line_tok(result, slst, MSEP_REC); in analyze()
1573 return line_tok(result, slst, MSEP_REC); in analyze()
1599 return line_tok(result, slst, MSEP_REC); in analyze()
1630 int linenum = line_tok(result, slst, MSEP_REC); in generate()
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/hunspell/
H A Dhunspell.cxx1176 int pln = line_tok(tok, &pl, MSEP_ALT); in stem()
1186 int genl = line_tok(sg, &gen, MSEP_REC); in stem()
1204 int sln = line_tok(result2, slst, MSEP_REC); in stem()
1445 return line_tok(result, slst, MSEP_REC); in analyze()
1516 return line_tok(result, slst, MSEP_REC); in analyze()
1531 int ret = line_tok(p, slst, MSEP_REC); in analyze()
1550 return line_tok(result, slst, MSEP_REC); in analyze()
1573 return line_tok(result, slst, MSEP_REC); in analyze()
1599 return line_tok(result, slst, MSEP_REC); in analyze()
1630 int linenum = line_tok(result, slst, MSEP_REC); in generate()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/hunspell/src/hunspell/
H A Dhunspell.cxx1176 int pln = line_tok(tok, &pl, MSEP_ALT); in stem()
1186 int genl = line_tok(sg, &gen, MSEP_REC); in stem()
1204 int sln = line_tok(result2, slst, MSEP_REC); in stem()
1445 return line_tok(result, slst, MSEP_REC); in analyze()
1516 return line_tok(result, slst, MSEP_REC); in analyze()
1531 int ret = line_tok(p, slst, MSEP_REC); in analyze()
1550 return line_tok(result, slst, MSEP_REC); in analyze()
1573 return line_tok(result, slst, MSEP_REC); in analyze()
1599 return line_tok(result, slst, MSEP_REC); in analyze()
1630 int linenum = line_tok(result, slst, MSEP_REC); in generate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/hunspell/src/hunspell/
H A Dhunspell.cxx1268 std::vector<std::string> pl = line_tok(tok, MSEP_ALT);
1280 std::vector<std::string> gen = line_tok(sg, MSEP_REC);
1301 slst = line_tok(result2, MSEP_REC);
1502 return line_tok(result, MSEP_REC);
1570 return line_tok(result, MSEP_REC);
1588 slst = line_tok(p, MSEP_REC);
1603 return line_tok(result, MSEP_REC);
1621 return line_tok(result, MSEP_REC);
1652 return line_tok(result, MSEP_REC);
1685 slst = line_tok(result, MSEP_REC);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hunspell/src/hunspell/
H A Dhunspell.cxx1268 std::vector<std::string> pl = line_tok(tok, MSEP_ALT);
1280 std::vector<std::string> gen = line_tok(sg, MSEP_REC);
1301 slst = line_tok(result2, MSEP_REC);
1502 return line_tok(result, MSEP_REC);
1570 return line_tok(result, MSEP_REC);
1588 slst = line_tok(p, MSEP_REC);
1603 return line_tok(result, MSEP_REC);
1621 return line_tok(result, MSEP_REC);
1652 return line_tok(result, MSEP_REC);
1685 slst = line_tok(result, MSEP_REC);
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/hunspell/
H A Dhunspell.cxx1197 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1209 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1230 slst = line_tok(result2, MSEP_REC); in stem()
1387 return line_tok(result, MSEP_REC); in analyze()
1455 return line_tok(result, MSEP_REC); in analyze()
1473 slst = line_tok(p, MSEP_REC); in analyze()
1488 return line_tok(result, MSEP_REC); in analyze()
1506 return line_tok(result, MSEP_REC); in analyze()
1537 return line_tok(result, MSEP_REC); in analyze()
1566 slst = line_tok(result, MSEP_REC); in generate()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.cxx1204 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1216 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1237 slst = line_tok(result2, MSEP_REC); in stem()
1438 return line_tok(result, MSEP_REC); in analyze()
1506 return line_tok(result, MSEP_REC); in analyze()
1524 slst = line_tok(p, MSEP_REC); in analyze()
1539 return line_tok(result, MSEP_REC); in analyze()
1557 return line_tok(result, MSEP_REC); in analyze()
1588 return line_tok(result, MSEP_REC); in analyze()
1621 slst = line_tok(result, MSEP_REC); in generate()
/dports/editors/focuswriter/focuswriter-1.7.6/src/spelling/hunspell/
H A Dhunspell.cxx1320 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1332 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1353 slst = line_tok(result2, MSEP_REC); in stem()
1525 return line_tok(result, MSEP_REC); in analyze_internal()
1593 return line_tok(result, MSEP_REC); in analyze_internal()
1611 slst = line_tok(p, MSEP_REC); in analyze_internal()
1626 return line_tok(result, MSEP_REC); in analyze_internal()
1644 return line_tok(result, MSEP_REC); in analyze_internal()
1675 return line_tok(result, MSEP_REC); in analyze_internal()
1704 slst = line_tok(result, MSEP_REC); in generate()
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.cxx1320 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1332 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1353 slst = line_tok(result2, MSEP_REC); in stem()
1525 return line_tok(result, MSEP_REC); in analyze_internal()
1593 return line_tok(result, MSEP_REC); in analyze_internal()
1611 slst = line_tok(p, MSEP_REC); in analyze_internal()
1626 return line_tok(result, MSEP_REC); in analyze_internal()
1644 return line_tok(result, MSEP_REC); in analyze_internal()
1675 return line_tok(result, MSEP_REC); in analyze_internal()
1704 slst = line_tok(result, MSEP_REC); in generate()
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.cxx1320 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1332 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1353 slst = line_tok(result2, MSEP_REC); in stem()
1525 return line_tok(result, MSEP_REC); in analyze_internal()
1593 return line_tok(result, MSEP_REC); in analyze_internal()
1611 slst = line_tok(p, MSEP_REC); in analyze_internal()
1626 return line_tok(result, MSEP_REC); in analyze_internal()
1644 return line_tok(result, MSEP_REC); in analyze_internal()
1675 return line_tok(result, MSEP_REC); in analyze_internal()
1704 slst = line_tok(result, MSEP_REC); in generate()
/dports/textproc/R-cran-hunspell/hunspell/src/hunspell/
H A Dhunspell.cc1320 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1332 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1353 slst = line_tok(result2, MSEP_REC); in stem()
1525 return line_tok(result, MSEP_REC); in analyze_internal()
1593 return line_tok(result, MSEP_REC); in analyze_internal()
1611 slst = line_tok(p, MSEP_REC); in analyze_internal()
1626 return line_tok(result, MSEP_REC); in analyze_internal()
1644 return line_tok(result, MSEP_REC); in analyze_internal()
1675 return line_tok(result, MSEP_REC); in analyze_internal()
1704 slst = line_tok(result, MSEP_REC); in generate()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/hunspell/
H A Dhunspell.cxx1320 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1332 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1353 slst = line_tok(result2, MSEP_REC); in stem()
1525 return line_tok(result, MSEP_REC); in analyze_internal()
1593 return line_tok(result, MSEP_REC); in analyze_internal()
1611 slst = line_tok(p, MSEP_REC); in analyze_internal()
1626 return line_tok(result, MSEP_REC); in analyze_internal()
1644 return line_tok(result, MSEP_REC); in analyze_internal()
1675 return line_tok(result, MSEP_REC); in analyze_internal()
1704 slst = line_tok(result, MSEP_REC); in generate()
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.cxx1320 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1332 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1353 slst = line_tok(result2, MSEP_REC); in stem()
1525 return line_tok(result, MSEP_REC); in analyze_internal()
1593 return line_tok(result, MSEP_REC); in analyze_internal()
1611 slst = line_tok(p, MSEP_REC); in analyze_internal()
1626 return line_tok(result, MSEP_REC); in analyze_internal()
1644 return line_tok(result, MSEP_REC); in analyze_internal()
1675 return line_tok(result, MSEP_REC); in analyze_internal()
1704 slst = line_tok(result, MSEP_REC); in generate()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/hunspell/
H A Dhunspell.cxx1312 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1324 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1345 slst = line_tok(result2, MSEP_REC); in stem()
1517 return line_tok(result, MSEP_REC); in analyze_internal()
1585 return line_tok(result, MSEP_REC); in analyze_internal()
1603 slst = line_tok(p, MSEP_REC); in analyze_internal()
1618 return line_tok(result, MSEP_REC); in analyze_internal()
1636 return line_tok(result, MSEP_REC); in analyze_internal()
1667 return line_tok(result, MSEP_REC); in analyze_internal()
1696 slst = line_tok(result, MSEP_REC); in generate()
/dports/net-im/beebeep/beebeep-code-r1476/src/hunspell/
H A Dhunspell.cxx1320 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1332 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1353 slst = line_tok(result2, MSEP_REC); in stem()
1525 return line_tok(result, MSEP_REC); in analyze_internal()
1593 return line_tok(result, MSEP_REC); in analyze_internal()
1611 slst = line_tok(p, MSEP_REC); in analyze_internal()
1626 return line_tok(result, MSEP_REC); in analyze_internal()
1644 return line_tok(result, MSEP_REC); in analyze_internal()
1675 return line_tok(result, MSEP_REC); in analyze_internal()
1704 slst = line_tok(result, MSEP_REC); in generate()
/dports/textproc/hunspell/hunspell-1.7.0/src/hunspell/
H A Dhunspell.cxx1320 std::vector<std::string> pl = line_tok(tok, MSEP_ALT); in stem()
1332 std::vector<std::string> gen = line_tok(sg, MSEP_REC); in stem()
1353 slst = line_tok(result2, MSEP_REC); in stem()
1525 return line_tok(result, MSEP_REC); in analyze_internal()
1593 return line_tok(result, MSEP_REC); in analyze_internal()
1611 slst = line_tok(p, MSEP_REC); in analyze_internal()
1626 return line_tok(result, MSEP_REC); in analyze_internal()
1644 return line_tok(result, MSEP_REC); in analyze_internal()
1675 return line_tok(result, MSEP_REC); in analyze_internal()
1704 slst = line_tok(result, MSEP_REC); in generate()

1234