Searched refs:jargon (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/pspell/ |
H A D | pspell.stub.php | 5 function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding … argument 11 string $jargon = "", argument 32 function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string … argument
|
H A D | pspell.c | 110 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 129 &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION() 163 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION() 206 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 225 &spelling, &spelling_len, &jargon, &jargon_len, &encoding, &encoding_len, &mode) == FAILURE) { in PHP_FUNCTION() 267 pspell_config_replace(config, "jargon", jargon); in PHP_FUNCTION() 521 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local 535 &jargon, &jargon_len, &encoding, &encoding_len) == FAILURE) { in PHP_FUNCTION() 569 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.0/ |
H A D | CODING_STANDARDS.md | 243 see [Indentstyle](http://www.catb.org/~esr/jargon/html/I/indent-style.html).
|
Completed in 12 milliseconds