Searched refs:jargon (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/pspell/ |
H A D | pspell.stub.php | 41 …function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding… argument 47 string $jargon = "", argument 67 …function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string… argument
|
H A D | pspell.c | 180 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 197 &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION() 231 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION() 273 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 290 &spelling, &spelling_len, &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION() 332 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION() 569 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 582 &jargon, &jargon_len, &encoding, &encoding_len) == FAILURE) { in PHP_FUNCTION() 616 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.2/ |
H A D | CODING_STANDARDS.md | 241 see [Indentstyle](http://www.catb.org/~esr/jargon/html/I/indent-style.html).
|
Completed in 8 milliseconds