Searched refs:jargon (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/pspell/ |
H A D | pspell.stub.php | 23 …function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding… argument 29 string $jargon = "", argument 49 …function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string… argument
|
H A D | pspell.c | 182 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 199 &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION() 233 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION() 275 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 292 &spelling, &spelling_len, &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION() 334 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION() 571 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 584 &jargon, &jargon_len, &encoding, &encoding_len) == FAILURE) { in PHP_FUNCTION() 618 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION()
|
H A D | pspell_arginfo.h | 7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, jargon, IS_STRING, 0, "\"\"") 16 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, jargon, IS_STRING, 0, "\"\"") 54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, jargon, IS_STRING, 0, "\"\"")
|
/PHP-8.1/ |
H A D | CODING_STANDARDS.md | 241 see [Indentstyle](http://www.catb.org/~esr/jargon/html/I/indent-style.html).
|
Completed in 13 milliseconds