Home
last modified time | relevance | path

Searched refs:names (Results 201 – 225 of 234) sorted by relevance

12345678910

/PHP-7.3/ext/intl/
H A DERROR.CONVENTIONS52 Node the extra 's' in the functions' names ('errors', not 'error').
/PHP-7.3/win32/build/
H A Dconfutils.js720 var names = [];
737 if (RegExp.$1 != names[0]) {
738 names.push(RegExp.$1);
746 names.push(libname.replace(new RegExp("\\.lib$"), ".pdb"));
748 for (var k = 0; k < names.length; k++) {
749 var pdbname = names[k];
H A Dconfig.w32349 Available instruction set names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME117 sample/names.c example of the named group callback.
H A DREADME.md261 |sample/names.c |example of the named group callback |
H A DINSTALL184 '/alternate/directory' before all installation names. The approach of
195 with an extra prefix or suffix on their names by giving 'configure' the
H A DHISTORY1363 2004/05/17: [spec] rename encoding names "UTF-16 BE" and "UTF-16 LE"
1663 (for multiplex definition name, see sample/names.c)
1665 regex_foreach_name(). (see sample/names.c)
1789 2003/07/16: [impl] minor change of sample/names.c.
1861 2003/06/13: [dist] add sample/names.c
/PHP-7.3/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt140 names, trademarks, service marks, or product names of the Licensor,
/PHP-7.3/ext/openssl/
H A DREADME38 parameter is an array containing file and directory names that specifiy the
164 extracertsfilename names a file containing a bunch of additional certificates
H A Dopenssl.c2236 GENERAL_NAMES *names; in openssl_x509v3_subjectAltName() local
2251 names = (GENERAL_NAMES*) (ASN1_item_d2i(NULL, &p, length, in openssl_x509v3_subjectAltName()
2254 names = (GENERAL_NAMES*) (method->d2i(NULL, &p, length)); in openssl_x509v3_subjectAltName()
2256 if (names == NULL) { in openssl_x509v3_subjectAltName()
2261 num = sk_GENERAL_NAME_num(names); in openssl_x509v3_subjectAltName()
2265 name = sk_GENERAL_NAME_value(names, i); in openssl_x509v3_subjectAltName()
2296 sk_GENERAL_NAME_pop_free(names, GENERAL_NAME_free); in openssl_x509v3_subjectAltName()
/PHP-7.3/Zend/
H A DZend.m475 AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
80 …INE(DLSYM_NEEDS_UNDERSCORE, 1, [Define if dlsym() requires a leading underscore in symbol names. ])
/PHP-7.3/ext/zip/lib/
H A Dzipint.h315 zip_hash_t *names; /* hash table for name lookup */ member
H A Dzip_open.c237 if (_zip_hash_add(za->names, name, idx, ZIP_FL_UNCHANGED, &za->error) == false) { in _zip_open()
/PHP-7.3/ext/standard/tests/file/
H A Dfile.inc204 $name_prefix = prefix to be used for names, name is suffix with a
326 $link_name_prefix = prefix to be used for names, name is suffix with a
/PHP-7.3/
H A DUPGRADING123 to enable them. Note that the IMAP library does not filter mailbox names before
155 . Starting with 7.3.23, incoming cookie names are not url-decoded. This was never
156 required by the standard, outgoing cookie names aren't encoded and this leads
H A Dphp.ini-development38 ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
308 ; It receives a comma-delimited list of function names.
313 ; It receives a comma-delimited list of class names.
995 ; enable them. Note that the IMAP library does not filter mailbox names before
1837 ; Each OPcache blacklist file is a text file that holds the names of files
H A Dphp.ini-production38 ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
308 ; It receives a comma-delimited list of function names.
313 ; It receives a comma-delimited list of class names.
997 ; enable them. Note that the IMAP library does not filter mailbox names before
1839 ; Each OPcache blacklist file is a text file that holds the names of files
H A DREADME.TESTING97 sign '#' in test names and/or test cases are named bug12345.phpt.
H A DREADME.STREAMS42 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell, flock.
H A DREADME.RELEASE_PROCESS255 c. remove all the names at the ends of lines
/PHP-7.3/ext/opcache/
H A DREADME157 Each OPcache blacklist file is a text file that holds the names of files
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI605 Iterate function call for all names.
621 Return the number of names defined in the pattern.
H A DSYNTAX.md515 refer to captures by position (like `\3` or `$3`), you can refer to them by names
894 Oniguruma, then if a name is used on any capture, all captures must also use names: A
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_structs.h1301 const MYSQLND_STRING * names; member
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in51 ; these options, value is a comma separated list of user/group names.

Completed in 103 milliseconds

12345678910