Home
last modified time | relevance | path

Searched refs:post_chunk (Results 1 – 18 of 18) sorted by relevance

/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/
H A Dedirect.pl4254 ( $web, $key ) = post_chunk ( $dbase, $web, $key, $tool, $email, $idx, "" );
4594 sub post_chunk { subroutine
4824 ( $web, $key ) = post_chunk ( $dbase, $web, $key, $tool, $email, $id, "" );
4854 ( $web, $key ) = post_chunk ( $dbase, $web, $key, $tool, $email, $ids, "" );
4881 ( $web, $key ) = post_chunk ( $dbase, $web, $key, $tool, $email, "", $query );
4918 ( $web, $key ) = post_chunk ( $dbase, $web, $key, $tool, $email, "", $query );
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx500 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
501 ns = testsug(wlst, post_chunk.c_str(), post_chunk.size(), ns, cpdsuggest, NULL, in replchars()
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/hunspell/
H A Dsuggestmgr.cxx437 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
438 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx437 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
438 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/editors/focuswriter/focuswriter-1.7.6/src/spelling/hunspell/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/hunspell/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/textproc/R-cran-hunspell/hunspell/src/hunspell/
H A Dsuggestmgr.cc486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/hunspell/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/hunspell/src/hunspell/
H A Dsuggestmgr.cxx561 std::string post_chunk = candidate.substr(sp + 1); local
562 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL);
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hunspell/src/hunspell/
H A Dsuggestmgr.cxx561 std::string post_chunk = candidate.substr(sp + 1); local
562 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL);
/dports/net-im/beebeep/beebeep-code-r1476/src/hunspell/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/textproc/hunspell/hunspell-1.7.0/src/hunspell/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/editors/texstudio/texstudio-4.1.2/src/hunspell/
H A Dsuggestmgr.cxx486 std::string post_chunk = candidate.substr(sp + 1); in replchars() local
487 testsug(wlst, post_chunk, cpdsuggest, NULL, NULL); in replchars()
/dports/print/lyx/lyx-2.3.4.2/src/tex2lyx/
H A Dtext.cpp2433 string const post_chunk = p.verbatimStuff("\n").second + '\n'; in parse_chunk() local
2434 if (post_chunk[0] != ' ' && post_chunk[0] != '\n') { in parse_chunk()