Home
last modified time | relevance | path

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

/PHP-8.3/ext/enchant/
H A Denchant.stub.php44 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 {}
H A Denchant.c271 enchant_broker *broker; in PHP_FUNCTION() local
293 zval *broker; in PHP_FUNCTION() local
316 zval *broker; in PHP_FUNCTION() local
337 zval *broker; in PHP_FUNCTION() local
378 zval *broker; in PHP_FUNCTION() local
418 zval *broker; in PHP_FUNCTION() local
436 zval *broker; in PHP_FUNCTION() local
471 zval *broker; in PHP_FUNCTION() local
532 zval *broker; in PHP_FUNCTION() local
555 zval *broker; in PHP_FUNCTION() local
[all …]

Completed in 19 milliseconds