Home
last modified time | relevance | path

Searched refs:jargon (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/pspell/
H A Dpspell.stub.php41 …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 Dpspell.c180 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 Dpspell_arginfo.h7 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.3/
H A DCODING_STANDARDS.md242 see [Indentstyle](http://www.catb.org/~esr/jargon/html/I/indent-style.html).

Completed in 12 milliseconds