Lines Matching refs:EnchantBroker
9 final class EnchantBroker class
21 function enchant_broker_init(): EnchantBroker|false {}
24 function enchant_broker_free(EnchantBroker $broker): bool {}
26 function enchant_broker_get_error(EnchantBroker $broker): string|false {}
29 function enchant_broker_set_dict_path(EnchantBroker $broker, int $type, string $path): bool {}
32 function enchant_broker_get_dict_path(EnchantBroker $broker, int $type): string|false {}
38 function enchant_broker_list_dicts(EnchantBroker $broker): array {}
40 function enchant_broker_request_dict(EnchantBroker $broker, string $tag): EnchantDictionary|false {}
42 function enchant_broker_request_pwl_dict(EnchantBroker $broker, string $filename): EnchantDictionar…
47 function enchant_broker_dict_exists(EnchantBroker $broker, string $tag): bool {}
49 function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {}
55 function enchant_broker_describe(EnchantBroker $broker): array {}