From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/pspell.txt | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 reflection/pspell.txt (limited to 'reflection/pspell.txt') diff --git a/reflection/pspell.txt b/reflection/pspell.txt new file mode 100644 index 0000000..32a279a --- /dev/null +++ b/reflection/pspell.txt @@ -0,0 +1,153 @@ +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 ] + } + } + } +} + -- cgit