Lines Matching refs:config

71 	PspellConfig *config = (PspellConfig *)rsrc->ptr;  in php_pspell_close_config()  local
73 delete_pspell_config(config); in php_pspell_close_config()
82 config = (PspellConfig *)Z_RES_P(res)->ptr; \
126 PspellConfig *config; in PHP_FUNCTION() local
133 config = new_pspell_config(); in PHP_FUNCTION()
150 pspell_config_replace(config, "data-dir", data_dir); in PHP_FUNCTION()
151 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
156 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
159 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()
163 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION()
167 pspell_config_replace(config, "encoding", encoding); in PHP_FUNCTION()
175 pspell_config_replace(config, "sug-mode", "fast"); in PHP_FUNCTION()
177 pspell_config_replace(config, "sug-mode", "normal"); in PHP_FUNCTION()
179 pspell_config_replace(config, "sug-mode", "bad-spellers"); in PHP_FUNCTION()
184 pspell_config_replace(config, "run-together", "true"); in PHP_FUNCTION()
188 ret = new_pspell_manager(config); in PHP_FUNCTION()
189 delete_pspell_config(config); in PHP_FUNCTION()
222 PspellConfig *config; in PHP_FUNCTION() local
229 config = new_pspell_config(); in PHP_FUNCTION()
246 pspell_config_replace(config, "data-dir", data_dir); in PHP_FUNCTION()
247 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
253 delete_pspell_config(config); in PHP_FUNCTION()
257 pspell_config_replace(config, "personal", personal); in PHP_FUNCTION()
258 pspell_config_replace(config, "save-repl", "false"); in PHP_FUNCTION()
260 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
263 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()
267 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION()
271 pspell_config_replace(config, "encoding", encoding); in PHP_FUNCTION()
279 pspell_config_replace(config, "sug-mode", "fast"); in PHP_FUNCTION()
281 pspell_config_replace(config, "sug-mode", "normal"); in PHP_FUNCTION()
283 pspell_config_replace(config, "sug-mode", "bad-spellers"); in PHP_FUNCTION()
288 pspell_config_replace(config, "run-together", "true"); in PHP_FUNCTION()
292 ret = new_pspell_manager(config); in PHP_FUNCTION()
293 delete_pspell_config(config); in PHP_FUNCTION()
314 PspellConfig *config; in PHP_FUNCTION() local
322 ret = new_pspell_manager(config); in PHP_FUNCTION()
524 PspellConfig *config; in PHP_FUNCTION() local
539 config = new_pspell_config(); in PHP_FUNCTION()
556 pspell_config_replace(config, "data-dir", data_dir); in PHP_FUNCTION()
557 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
562 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
565 pspell_config_replace(config, "spelling", spelling); in PHP_FUNCTION()
569 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION()
573 pspell_config_replace(config, "encoding", encoding); in PHP_FUNCTION()
578 pspell_config_replace(config, "save-repl", "false"); in PHP_FUNCTION()
580 ind = zend_list_insert(config, le_pspell_config); in PHP_FUNCTION()
590 PspellConfig *config; in PHP_FUNCTION() local
598 pspell_config_replace(config, "run-together", runtogether ? "true" : "false"); in PHP_FUNCTION()
608 PspellConfig *config; in PHP_FUNCTION() local
618 pspell_config_replace(config, "sug-mode", "fast"); in PHP_FUNCTION()
620 pspell_config_replace(config, "sug-mode", "normal"); in PHP_FUNCTION()
622 pspell_config_replace(config, "sug-mode", "bad-spellers"); in PHP_FUNCTION()
634 PspellConfig *config; in PHP_FUNCTION() local
644 pspell_config_replace(config, "ignore", ignore_str); in PHP_FUNCTION()
654 PspellConfig *config; in pspell_config_path() local
666 pspell_config_replace(config, option, value); in pspell_config_path()
698 PspellConfig *config; in PHP_FUNCTION() local
706 pspell_config_replace(config, "save-repl", "true"); in PHP_FUNCTION()
712 pspell_config_replace(config, "repl", repl); in PHP_FUNCTION()
723 PspellConfig *config; in PHP_FUNCTION() local
731 pspell_config_replace(config, "save-repl", save ? "true" : "false"); in PHP_FUNCTION()