Home
last modified time | relevance | path

Searched defs:spell_check (Results 1 – 22 of 22) sorted by relevance

/dports/mail/balsa/balsa-2.5.1/src/
H A Dspell-check.c208 BalsaSpellCheck *spell_check; in balsa_spell_check_new() local
227 BalsaSpellCheck *spell_check; in balsa_spell_check_new_with_text() local
426 BalsaSpellCheck *spell_check; in ignore_cb() local
446 BalsaSpellCheck *spell_check; in ignore_all_cb() local
463 BalsaSpellCheck *spell_check; in change_cb() local
481 BalsaSpellCheck *spell_check; in change_all_cb() local
500 BalsaSpellCheck *spell_check; in learn_cb() local
517 BalsaSpellCheck *spell_check; in cancel_cb() local
533 BalsaSpellCheck *spell_check; in done_cb() local
833 BalsaSpellCheck *spell_check; in balsa_spell_check_destroy() local
[all …]
H A Dsendmsg-window.c6694 sw_spell_check_response(BalsaSpellCheck * spell_check, gint response, in sw_spell_check_response()
/dports/devel/R-cran-devtools/devtools/R/
H A Dspell-check.R12 spell_check <- function(pkg = ".", vignettes = TRUE, use_wordlist = TRUE) { function
/dports/science/py-abipy/abipy-0.9.0/abipy/wannier90/
H A Dwin.py83 def __init__(self, structure, comment="", win_args=None, win_kwargs=None, spell_check=True): argument
120 def spell_check(self): member in Wannier90Input
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dsource_spellcheck.cpp97 bool spell_check = !get_source_buffer()->iter_has_context_class(iter, "no-spell-check"); in SpellCheckView() local
113 …bool spell_check = get_source_buffer()->iter_has_context_class(iter, "string") || get_source_buffe… in SpellCheckView() local
277 bool spell_check = !get_source_buffer()->iter_has_context_class(iter, "no-spell-check"); in spellcheck() local
292 …bool spell_check = get_source_buffer()->iter_has_context_class(iter, "string") || get_source_buffe… in spellcheck() local
/dports/www/py-django-tinymce/django-tinymce-3.4.0/tinymce/
H A Dviews.py21 def spell_check(request): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/keyboard/
H A Dkeyboard_config.h40 bool spell_check = true; member
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dvsound.py58 ignore_neg_freqs=True, asr=2, chneut=1, dipdip=1, ngqpt=None, spell_check=True, argument
H A Dddb.py911 manager=None, verbose=0, lo_to_splitting=False, spell_check=True, argument
948spell_check=True, directions=None, anaddb_kwargs=None, return_input=False): argument
1018 anaddb_kwargs=None, verbose=0, spell_check=True, argument
/dports/deskutils/jlj/jlj/
H A Djlj.pl1418 sub spell_check subroutine
/dports/multimedia/ogmrip/ogmrip-1.0.1/src/
H A Dogmrip-subp-options.c43 GtkWidget *spell_check; member
/dports/science/py-abipy/abipy-0.9.0/abipy/abio/
H A Dinputs.py584 def spell_check(self): member in AbinitInput
2584 … def __init__(self, structure, comment="", anaddb_args=None, anaddb_kwargs=None, spell_check=True): argument
2620 def spell_check(self): member in AnaddbInput
2639 directions=None, anaddb_args=None, anaddb_kwargs=None, spell_check=False): argument
2667 spell_check=False): argument
2744 anaddb_args=None, anaddb_kwargs=None, spell_check=False, comment=None): argument
/dports/mail/courier/courier-0.65.3/webmail/
H A Dsqispell.c302 static char *spell_check(const char *line, unsigned pnum, unsigned pos, in spell_check() function
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/sqwebmail/
H A Dsqispell.c303 static char *spell_check(const char *line, unsigned pnum, unsigned pos, in spell_check() function
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_srchrepl.c785 spell_check(void) in spell_check() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dtest_runner.cc393 SpellCheckClient* spell_check, in Install()
469 SpellCheckClient* spell_check) in TestRunnerBindings()
2254 SpellCheckClient* spell_check) { in Install()
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbftextview2.h440 gboolean spell_check; member
H A Dbftextview2.c3063 void bluefish_text_view_set_spell_check(BluefishTextView * btv, gboolean spell_check) in bluefish_text_view_set_spell_check()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/spellcheck/renderer/
H A Dspellcheck_unittest.cc94 SpellCheck* spell_check() { return spell_check_.get(); } in spell_check() function in SpellCheckTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/spellcheck/renderer/
H A Dspellcheck_unittest.cc94 SpellCheck* spell_check() { return spell_check_.get(); } in spell_check() function in SpellCheckTest
/dports/editors/vim/vim-8.2.3745/src/
H A Dspell.c158 spell_check( in spell_check() function
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dspell.c354 size_t spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol, bool docount) in spell_check() function