Home
last modified time | relevance | path

Searched defs:broker (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/enchant/
H A Denchant.stub.php16 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 {}
H A Denchant.c281 enchant_broker *broker; in PHP_FUNCTION() local
303 zval *broker; in PHP_FUNCTION() local
326 zval *broker; in PHP_FUNCTION() local
347 zval *broker; in PHP_FUNCTION() local
388 zval *broker; in PHP_FUNCTION() local
428 zval *broker; in PHP_FUNCTION() local
446 zval *broker; in PHP_FUNCTION() local
481 zval *broker; in PHP_FUNCTION() local
542 zval *broker; in PHP_FUNCTION() local
565 zval *broker; in PHP_FUNCTION() local
[all …]

Completed in 9 milliseconds