Lines Matching refs:EnchantBroker
5 final class EnchantBroker class
13 function enchant_broker_init(): EnchantBroker|false {}
16 function enchant_broker_free(EnchantBroker $broker): bool {}
18 function enchant_broker_get_error(EnchantBroker $broker): string|false {}
21 function enchant_broker_set_dict_path(EnchantBroker $broker, int $type, string $path): bool {}
24 function enchant_broker_get_dict_path(EnchantBroker $broker, int $type): string|false {}
26 function enchant_broker_list_dicts(EnchantBroker $broker): array {}
28 function enchant_broker_request_dict(EnchantBroker $broker, string $tag): EnchantDictionary|false {}
30 function enchant_broker_request_pwl_dict(EnchantBroker $broker, string $filename): EnchantDictionar…
35 function enchant_broker_dict_exists(EnchantBroker $broker, string $tag): bool {}
37 function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {}
39 function enchant_broker_describe(EnchantBroker $broker): array {}