Lines Matching refs:EnchantBroker
29 final class EnchantBroker class
41 function enchant_broker_init(): EnchantBroker|false {}
44 function enchant_broker_free(EnchantBroker $broker): bool {}
46 function enchant_broker_get_error(EnchantBroker $broker): string|false {}
49 function enchant_broker_set_dict_path(EnchantBroker $broker, int $type, string $path): bool {}
52 function enchant_broker_get_dict_path(EnchantBroker $broker, int $type): string|false {}
58 function enchant_broker_list_dicts(EnchantBroker $broker): array {}
60 function enchant_broker_request_dict(EnchantBroker $broker, string $tag): EnchantDictionary|false {}
62 function enchant_broker_request_pwl_dict(EnchantBroker $broker, string $filename): EnchantDictionar…
67 function enchant_broker_dict_exists(EnchantBroker $broker, string $tag): bool {}
69 function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {}
75 function enchant_broker_describe(EnchantBroker $broker): array {}