summaryrefslogtreecommitdiffstats
path: root/reflection/pspell.txt
blob: 32a279a78a587d2422ed15f2fa9459a1a2d927d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
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 ]
      }
    }
  }
}