Home
last modified time | relevance | path

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

/PHP-8.1/ext/enchant/
H A Denchant.stub.php24 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 {}
H A Denchant.c270 enchant_broker *broker; in PHP_FUNCTION() local
292 zval *broker; in PHP_FUNCTION() local
315 zval *broker; in PHP_FUNCTION() local
336 zval *broker; in PHP_FUNCTION() local
377 zval *broker; in PHP_FUNCTION() local
417 zval *broker; in PHP_FUNCTION() local
435 zval *broker; in PHP_FUNCTION() local
470 zval *broker; in PHP_FUNCTION() local
531 zval *broker; in PHP_FUNCTION() local
554 zval *broker; in PHP_FUNCTION() local
[all …]

Completed in 8 milliseconds