summaryrefslogtreecommitdiffstats
path: root/reflection/pspell.txt
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-04 09:10:46 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-04 09:10:46 +0100
commit6fe89e3c14ec53db7c21b3717d1e9a98c0db855d (patch)
tree09bac323896ecabda6fabac9d40f947357c310d9 /reflection/pspell.txt
parent21df0b3eaf7f5f16c0ea04890c42976e21a0e6af (diff)
PHP 5.5: save extension reflection
Diffstat (limited to 'reflection/pspell.txt')
-rw-r--r--reflection/pspell.txt153
1 files changed, 153 insertions, 0 deletions
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 [ <persistent> extension #74 pspell version <no_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 [ <internal:pspell> function pspell_new ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $language ]
+ Parameter #1 [ <optional> $spelling ]
+ Parameter #2 [ <optional> $jargon ]
+ Parameter #3 [ <optional> $encoding ]
+ Parameter #4 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_new_personal ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $personal ]
+ Parameter #1 [ <required> $language ]
+ Parameter #2 [ <optional> $spelling ]
+ Parameter #3 [ <optional> $jargon ]
+ Parameter #4 [ <optional> $encoding ]
+ Parameter #5 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_new_config ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $config ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_check ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_suggest ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_store_replacement ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $misspell ]
+ Parameter #2 [ <required> $correct ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_add_to_personal ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_add_to_session ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_clear_session ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pspell ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_save_wordlist ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pspell ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_create ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $language ]
+ Parameter #1 [ <optional> $spelling ]
+ Parameter #2 [ <optional> $jargon ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_runtogether ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $runtogether ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_mode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_ignore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $ignore ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_personal ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $personal ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_dict_dir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $directory ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_data_dir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $directory ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_repl ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $repl ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_save_repl ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $save ]
+ }
+ }
+ }
+}
+