Home
last modified time | relevance | path

Searched refs:done (Results 701 – 721 of 721) sorted by relevance

1...<<212223242526272829

/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in323 ; because CPU calculation is done when the request
327 ; because memory calculation is done when the request
/PHP-5.5/ext/standard/
H A Dconfig.m4380 done
/PHP-5.5/
H A DCODING_STANDARDS41 or actions should be done through a #define.
H A DUPGRADING28 names is done according to ASCII rules. Current locale settings are ignored.
H A DREADME.STREAMS125 release the memory when you are done.
H A DINSTALL241 source, this can be done with:
495 than the standard prefork MPM, when Apache is built. This is done by
674 done in the start script for your web server. The start script is often
1010 list is up to date. Typically, this is done by running the command
1949 what needs to be done next. If you get a screen full of HTML
1979 will give you a clue as to what needs to be done next. If you
H A DNEWS7812 . COM initialization/deinitialization are done only if necessary
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1915 goto done; in gdImageFill()
1921 goto done; in gdImageFill()
1964 done: in gdImageFill()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re2118 int done = 0;
2119 while (*fptr && !done) {
2131 done = 1;
H A Dparse_date.c25109 int done = 0; in timelib_parse_from_format() local
25110 while (*fptr && !done) { in timelib_parse_from_format()
25122 done = 1; in timelib_parse_from_format()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog754 1. Support pcre.rc and/or pcreposix.rc (as is already done for MinGW
867 confines (*SKIP) and (*PRUNE) in the same way, and this has now been done.
1121 done on an "all or nothing" basis. This also applied to repeated
1463 done, pcregrep automatically uses it unless --disable-pcregrep-jit or the
2195 I have done both of these things.
2619 done by checking for the strtoq, strtoll, and _strtoi64 functions.
2870 that check the return values (which was not done before).
3042 dynamic way, which I have now done. The artificial limitation on group
3409 is now done differently.
3468 17. I have done a major re-factoring of the way pcre_compile() computes the
[all …]
H A DREADME399 If this is done, when pcretest's input is from a terminal, it reads it using
689 done). If JIT support is available, the non-DFA tests are run a third time,
H A DHACKING276 Repeats of things like \d are done exactly as for single characters, except
/PHP-5.5/ext/imap/
H A Dphp_imap.c3775 goto done; in PHP_FUNCTION()
3834 goto done; in PHP_FUNCTION()
3868 goto done; in PHP_FUNCTION()
3872 done: in PHP_FUNCTION()
/PHP-5.5/win32/
H A Dinstall.txt357 saying "Hello World!" you're done.
439 * Set up the appropriate security. (This is done in Internet Service
970 the extension=php_*.dll lines in php.ini. This is done by deleting
1637 displayed which will give you a clue as to what needs to be done next.
1665 to be done next. If you get a screen full of HTML codes (the output of
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1332 + goto done;
1358 +done:
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt44 possible was done by Zoltan Herczeg.
49 32-bit libraries. The work to make this possible was done by Christian
317 work to make this possible was done by Zoltan Herczeg. The two
647 well as or instead of the original 8-bit library. This work was done by
648 Christian Persch, based on the work done by Zoltan Herczeg for the
890 If you are not using Autotools or CMake, option selection can be done
1806 calls. This should be done before calling any PCRE functions.
3047 pattern, but you want to free the block when they are all done.
3184 limit is not relevant, and is ignored, when matching is done using JIT
3372 always done using interpretively.
[all …]
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc550 * @see Exit to make sure that we are done.
/PHP-5.5/Zend/
H A DZEND_CHANGES956 string conversion. This conversion is only done automatically for
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21537 etByte done; /* Loop termination flag */
21585 done = 0;
21594 default: done = 1; break;
21596 }while( !done && (c=(*++fmt))!=0 );
22704 p->done = 1;
22717 if( p->done ){
82248 pOrderBy->a[i].done = 0;
82263 if( pItem->done ) continue;
82299 pItem->done = 1;
82307 if( pOrderBy->a[i].done==0 ){
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1081 # initial string matched. It used to be done with a regex, but we're
5072 # Database file for Zope (done by FileStorage)
5074 # Cache file for the database of Zope (done by ClientStorage)
5868 # test for nearly all MS-DOS Master Boot Record initial program loader (IPL) is now done by

Completed in 530 milliseconds

1...<<212223242526272829