Extension [ extension #74 pspell version ] { - Constants [4] { Constant [ integer PSPELL_FAST ] { 1 } Constant [ integer PSPELL_NORMAL ] { 2 } Constant [ integer PSPELL_BAD_SPELLERS ] { 3 } Constant [ integer PSPELL_RUN_TOGETHER ] { 8 } } - Functions { Function [ function pspell_new ] { - Parameters [5] { Parameter #0 [ $language ] Parameter #1 [ $spelling ] Parameter #2 [ $jargon ] Parameter #3 [ $encoding ] Parameter #4 [ $mode ] } } Function [ function pspell_new_personal ] { - Parameters [6] { Parameter #0 [ $personal ] Parameter #1 [ $language ] Parameter #2 [ $spelling ] Parameter #3 [ $jargon ] Parameter #4 [ $encoding ] Parameter #5 [ $mode ] } } Function [ function pspell_new_config ] { - Parameters [1] { Parameter #0 [ $config ] } } Function [ function pspell_check ] { - Parameters [2] { Parameter #0 [ $pspell ] Parameter #1 [ $word ] } } Function [ function pspell_suggest ] { - Parameters [2] { Parameter #0 [ $pspell ] Parameter #1 [ $word ] } } Function [ function pspell_store_replacement ] { - Parameters [3] { Parameter #0 [ $pspell ] Parameter #1 [ $misspell ] Parameter #2 [ $correct ] } } Function [ function pspell_add_to_personal ] { - Parameters [2] { Parameter #0 [ $pspell ] Parameter #1 [ $word ] } } Function [ function pspell_add_to_session ] { - Parameters [2] { Parameter #0 [ $pspell ] Parameter #1 [ $word ] } } Function [ function pspell_clear_session ] { - Parameters [1] { Parameter #0 [ $pspell ] } } Function [ function pspell_save_wordlist ] { - Parameters [1] { Parameter #0 [ $pspell ] } } Function [ function pspell_config_create ] { - Parameters [4] { Parameter #0 [ $language ] Parameter #1 [ $spelling ] Parameter #2 [ $jargon ] Parameter #3 [ $encoding ] } } Function [ function pspell_config_runtogether ] { - Parameters [2] { Parameter #0 [ $conf ] Parameter #1 [ $runtogether ] } } Function [ function pspell_config_mode ] { - Parameters [2] { Parameter #0 [ $conf ] Parameter #1 [ $mode ] } } Function [ function pspell_config_ignore ] { - Parameters [2] { Parameter #0 [ $conf ] Parameter #1 [ $ignore ] } } Function [ function pspell_config_personal ] { - Parameters [2] { Parameter #0 [ $conf ] Parameter #1 [ $personal ] } } Function [ function pspell_config_dict_dir ] { - Parameters [2] { Parameter #0 [ $conf ] Parameter #1 [ $directory ] } } Function [ function pspell_config_data_dir ] { - Parameters [2] { Parameter #0 [ $conf ] Parameter #1 [ $directory ] } } Function [ function pspell_config_repl ] { - Parameters [2] { Parameter #0 [ $conf ] Parameter #1 [ $repl ] } } Function [ function pspell_config_save_repl ] { - Parameters [2] { Parameter #0 [ $conf ] Parameter #1 [ $save ] } } } }