Home
last modified time | relevance | path

Searched refs:page (Results 76 – 98 of 98) sorted by relevance

1234

/PHP-7.3/sapi/fpm/
H A Dwww.conf.in141 ; The URI to view the FPM status page. If this value is not set, no URI will be
142 ; recognized as a status page. It shows the following informations:
177 ; By default the status page output is formatted as text/plain. Passing either
185 ; By default the status page only outputs short status. Passing 'full' in the
231 ; Note: There is a real-time FPM status monitoring sample web page available
240 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
241 ; URI will be recognized as a ping page. This could be used to test from outside
377 ; Note: on highloaded environement, this can cause some delay in the page
/PHP-7.3/ext/mbstring/libmbfl/
H A Dconfig.h.in72 /* Define to the home page for this package. */
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc25 if ($echo) echo "Active code page: ", get_active_cp(), "\n";
/PHP-7.3/ext/spl/
H A Ddoxygen.cfg147 # configuration options related to the man page output
/PHP-7.3/sapi/cgi/
H A DREADME.FastCGI133 page request at a time. Value 0 means that PHP willnot start additional
138 their death. So by default, you will be able to handle 1 concurrent PHP page
/PHP-7.3/sapi/apache2handler/
H A Dconfig.m428 AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
/PHP-7.3/Zend/tests/
H A Dbug47596.phpt2 Bug #47596 (Bus error on parsing file, when file size is equal to page size)
/PHP-7.3/
H A DREADME.MAILINGLIST_RULES33 the descriptions on the mailinglist overview page
H A DREADME.SUBMITTING_PATCH30 If your change is large then create a Request For Comment (RFC) page
97 If your change is large then create a Request For Comment (RFC) page
H A DREADME.REDIST.BINS186 please refer to the comments in BF_set_key() and to the crypt(3) man page
209 Richard J. Wagner. For more information see the web page at
221 see the inventors' web page at http://www.math.keio.ac.jp/~matumoto/emt.html
278 the new terms are clearly indicated on the first page of each file where
H A DCODING_STANDARDS53 check its man page again, and only then, consider using it, and even then,
H A Dphp.ini-development548 ; produces clickable error messages that direct to a page describing the error
1637 ; The default character set code-page to use when passing strings to and from COM objects.
1638 ; Default: system ANSI code page
H A Dphp.ini-production550 ; produces clickable error messages that direct to a page describing the error
1639 ; The default character set code-page to use when passing strings to and from COM objects.
1640 ; Default: system ANSI code page
H A DUPGRADING508 be used. The mapsize should be a multiple of the page size of the OS.
H A Dconfigure.ac1673 | details, see this page: http://www.php.net/manual/ref.oci8.php |
H A DNEWS1895 . Fixed bug #76595 (phpdbg man page contains outdated information).
/PHP-7.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt20 // -follow instructions on web page and install script
/PHP-7.3/Zend/
H A Dzend_execute.c178 zend_vm_stack page = (zend_vm_stack)emalloc(size); in zend_vm_stack_new_page() local
180 page->top = ZEND_VM_STACK_ELEMENTS(page); in zend_vm_stack_new_page()
181 page->end = (zval*)((char*)page + size); in zend_vm_stack_new_page()
182 page->prev = prev; in zend_vm_stack_new_page()
183 return page; in zend_vm_stack_new_page()
/PHP-7.3/sapi/litespeed/
H A DREADME.md102 3) Click 'Apply Changes' link on the top left of the page, then click
/PHP-7.3/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt187 same "printed page" as the copyright notice for easier
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic404 >36 lelong >0 \b, page size: %d
7849 >>236 ulequad x \b, page size %lld
12107 # PTD is page-aligned
19431 # active cellcoord range (start row, page,column ; end row, page, column)
19437 # end page mostly 0
21112 # (see page 3)
21915 >>14 byte >2 \b, page size 2^%d byte
21921 >>9 byte >2 \b, page size 2^%d byte
21927 >>14 byte >2 \b, page size 2^%d byte
21933 >>9 byte >2 \b, page size 2^%d byte
[all …]
H A Dmagic私はガラスを食べられます404 >36 lelong >0 \b, page size: %d
7849 >>236 ulequad x \b, page size %lld
12107 # PTD is page-aligned
19431 # active cellcoord range (start row, page,column ; end row, page, column)
19437 # end page mostly 0
21112 # (see page 3)
21915 >>14 byte >2 \b, page size 2^%d byte
21921 >>9 byte >2 \b, page size 2^%d byte
21927 >>14 byte >2 \b, page size 2^%d byte
21933 >>9 byte >2 \b, page size 2^%d byte
[all …]
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c48749 sqlite3_pcache_page page; /* Base class. Must be first. pBuf & pExtra */
48953 pX->page.pBuf = zBulk;
48954 pX->page.pExtra = &pX[1];
49099 p->page.pBuf = pPg;
49100 p->page.pExtra = &p[1];
49120 pcache1Free(p->page.pBuf);
49570 *(void **)pPage->page.pExtra = 0;
49692 assert( offsetof(PgHdr1,page)==0 );
49880 nFree += pcache1MemSize(p->page.pBuf);

Completed in 664 milliseconds

1234