Searched refs:dist (Results 1 – 16 of 16) sorted by relevance
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 8 2007/07/04: [dist] (thanks K.Takata) 800 2004/06/10: [dist] add README.ja. 804 2004/06/08: [dist] add doc/API.ja. 995 2004/02/06: [dist] add index.html. 1007 2004/01/30: [dist] add oniggnu.h. 1284 2003/07/08: [dist] modify doc/RE. 1309 2003/07/02: [dist] fix doc/RE. 1516 2003/02/26: [dist] auto update testc.c and win32/testc.c in dist target. 1555 2003/02/10: [dist] add HISTORY. 1706 2002/04/01: [dist] add COPYING. [all …]
|
/PHP-5.3/ext/bcmath/libbcmath/ |
H A D | Makefile.am | 8 dist-hook:
|
/PHP-5.3/win32/build/ |
H A D | Makefile | 135 build-dist: $(BUILD_DIR)\deplister.exe 158 dist: all build-dist target 159 snap: build-snap build-devel build-dist 164 msi-installer: dist
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_http_input.phpt | 42 echo "This heppens when php.ini-dist is not used\n";
|
/PHP-5.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.h | 86 MBFLAPI extern void mbfl_convert_filter_copy(mbfl_convert_filter *src, mbfl_convert_filter *dist);
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.c | 274 long dist; in gdImageColorClosestAlpha() local 283 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha() 284 if (first || (dist < mindist)) { in gdImageColorClosestAlpha() 285 mindist = dist; in gdImageColorClosestAlpha() 439 float dist; in gdImageColorClosestHWB() local 444 if (first || (dist < mindist)) { in gdImageColorClosestHWB() 445 mindist = dist; in gdImageColorClosestHWB() 530 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local 555 if (dist < mindist) in gdImageColorResolveAlpha() 557 if (dist == 0) in gdImageColorResolveAlpha() [all …]
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | README | 315 pcre_chartables.c.dist. See "Character tables" below for further information. 552 by making a copy of pcre_chartables.c.dist, which is a default set of tables 557 move pcre_chartables.c.dist out of the way, then compile dftables.c by hand and 558 run it on the local host to make a new version of pcre_chartables.c.dist. 601 The command "make dist" creates three PCRE tarballs, in tar.gz, tar.bz2, and 734 default, this is created as a copy of pcre_chartables.c.dist, which contains 744 pcre_chartables.c.dist out of the way and replace it with your customized 789 pcre_chartables.c.dist a default set of character tables that assume ASCII 865 PrepareRelease script to make preparations for "make dist"
|
H A D | ChangeLog | 2357 before "make dist".
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | btree.c | 1779 int i, dist; in allocatePage() local 1781 dist = SWAB32(pBt, pInfo->aFree[0]) - nearby; in allocatePage() 1782 if( dist<0 ) dist = -dist; in allocatePage() 1786 if( d2<dist ) closest = i; in allocatePage()
|
/PHP-5.3/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 137 Don't forget to copy php3.ini-dist to desired location. 140 If you have already installed PHP3, copy all the entries in php3.ini-dist 748 3) php3.ini-dist now uses PASS for http_output instead of SJIS
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 1428 long rd, gd, bd, dist; in gdImageColorResolve() local 1439 dist = rd * rd + gd * gd + bd * bd; in gdImageColorResolve() 1440 if (dist < mindist) { in gdImageColorResolve() 1441 if (dist == 0) { in gdImageColorResolve() 1444 mindist = dist; in gdImageColorResolve()
|
/PHP-5.3/ext/openssl/ |
H A D | README | 119 They are based on apps/smime.c from the openssl dist, so for information,
|
/PHP-5.3/win32/ |
H A D | php5dllts.dsp | 2512 SOURCE="..\php.ini-dist"
|
/PHP-5.3/ |
H A D | INSTALL | 655 3. gunzip php-x.x.x.tar.gz (if you have a .gz dist, otherwise go to
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 52432 int dist; 52434 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); 52437 if( d2<dist ){ 52439 dist = d2; 75148 int dist = 3; 75191 dist++; 75193 dist = 0; 75195 } while( dist!=2 || (token!=TK_WHEN && token!=TK_FOR && token!=TK_BEGIN) );
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1135 distributed in the file pcre_chartables.c.dist. These tables are for
|
Completed in 427 milliseconds