Searched refs:enchant_broker_dict_exists (Results 1 – 4 of 4) sorted by relevance
2 enchant_broker_dict_exists() function16 if (enchant_broker_dict_exists($broker, $dicts[0]['lang_tag'])) {
13 if (!enchant_broker_dict_exists($r, $tag))
50 PHP_FUNCTION(enchant_broker_dict_exists);
133 PHP_FE(enchant_broker_dict_exists, arginfo_enchant_broker_request_dict)642 PHP_FUNCTION(enchant_broker_dict_exists) in PHP_FUNCTION() argument655 RETURN_BOOL(enchant_broker_dict_exists(pbroker->pbroker, tag)); in PHP_FUNCTION()
Completed in 10 milliseconds