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/enchant.txt | 153 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 reflection/enchant.txt (limited to 'reflection/enchant.txt') diff --git a/reflection/enchant.txt b/reflection/enchant.txt new file mode 100644 index 0000000..22422c2 --- /dev/null +++ b/reflection/enchant.txt @@ -0,0 +1,153 @@ +Extension [ extension #35 enchant version 1.1.0 ] { + + - Constants [2] { + Constant [ integer ENCHANT_MYSPELL ] { 1 } + Constant [ integer ENCHANT_ISPELL ] { 2 } + } + + - Functions { + Function [ function enchant_broker_init ] { + + - Parameters [0] { + } + } + Function [ function enchant_broker_free ] { + + - Parameters [1] { + Parameter #0 [ $broker ] + } + } + Function [ function enchant_broker_get_error ] { + + - Parameters [1] { + Parameter #0 [ $broker ] + } + } + Function [ function enchant_broker_set_dict_path ] { + + - Parameters [3] { + Parameter #0 [ $broker ] + Parameter #1 [ $name ] + Parameter #2 [ $value ] + } + } + Function [ function enchant_broker_get_dict_path ] { + + - Parameters [2] { + Parameter #0 [ $broker ] + Parameter #1 [ $name ] + } + } + Function [ function enchant_broker_list_dicts ] { + + - Parameters [1] { + Parameter #0 [ $broker ] + } + } + Function [ function enchant_broker_request_dict ] { + + - Parameters [2] { + Parameter #0 [ $broker ] + Parameter #1 [ $tag ] + } + } + Function [ function enchant_broker_request_pwl_dict ] { + + - Parameters [2] { + Parameter #0 [ $broker ] + Parameter #1 [ $filename ] + } + } + Function [ function enchant_broker_free_dict ] { + + - Parameters [1] { + Parameter #0 [ $dict ] + } + } + Function [ function enchant_broker_dict_exists ] { + + - Parameters [2] { + Parameter #0 [ $broker ] + Parameter #1 [ $tag ] + } + } + Function [ function enchant_broker_set_ordering ] { + + - Parameters [3] { + Parameter #0 [ $broker ] + Parameter #1 [ $tag ] + Parameter #2 [ $ordering ] + } + } + Function [ function enchant_broker_describe ] { + + - Parameters [1] { + Parameter #0 [ $broker ] + } + } + Function [ function enchant_dict_check ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_suggest ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_add_to_personal ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_add_to_session ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_is_in_session ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_store_replacement ] { + + - Parameters [3] { + Parameter #0 [ $dict ] + Parameter #1 [ $mis ] + Parameter #2 [ $cor ] + } + } + Function [ function enchant_dict_get_error ] { + + - Parameters [1] { + Parameter #0 [ $dict ] + } + } + Function [ function enchant_dict_describe ] { + + - Parameters [1] { + Parameter #0 [ $dict ] + } + } + Function [ function enchant_dict_quick_check ] { + + - Parameters [3] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + Parameter #2 [ &$suggestions ] + } + } + } +} + -- cgit