Searched refs:dist (Results 1 – 15 of 15) sorted by relevance
/PHP-5.4/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.4/ext/bcmath/libbcmath/ |
H A D | Makefile.am | 8 dist-hook:
|
/PHP-5.4/win32/build/ |
H A D | Makefile | 151 build-dist: $(BUILD_DIR)\deplister.exe 174 dist: all build-dist target 175 snap: build-snap build-devel build-dist 180 msi-installer: dist
|
/PHP-5.4/ext/mbstring/tests/ |
H A D | mb_http_input.phpt | 42 echo "This heppens when php.ini-dist is not used\n";
|
/PHP-5.4/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.4/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.4/ext/pcre/pcrelib/ |
H A D | README | 344 pcre_chartables.c.dist. See "Character tables" below for further information. 582 by making a copy of pcre_chartables.c.dist, which is a default set of tables 587 move pcre_chartables.c.dist out of the way, then compile dftables.c by hand and 588 run it on the local host to make a new version of pcre_chartables.c.dist. 652 The command "make dist" creates three PCRE tarballs, in tar.gz, tar.bz2, and 801 default, this is created as a copy of pcre_chartables.c.dist, which contains 811 pcre_chartables.c.dist out of the way and replace it with your customized 856 pcre_chartables.c.dist a default set of character tables that assume ASCII 932 PrepareRelease script to make preparations for "make dist"
|
H A D | ChangeLog | 3118 before "make dist".
|
/PHP-5.4/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.4/ext/gd/ |
H A D | gd.c | 1448 long rd, gd, bd, dist; in gdImageColorResolve() local 1459 dist = rd * rd + gd * gd + bd * bd; in gdImageColorResolve() 1460 if (dist < mindist) { in gdImageColorResolve() 1461 if (dist == 0) { in gdImageColorResolve() 1464 mindist = dist; in gdImageColorResolve()
|
/PHP-5.4/ext/openssl/ |
H A D | README | 119 They are based on apps/smime.c from the openssl dist, so for information,
|
/PHP-5.4/win32/ |
H A D | php5dllts.dsp | 2508 SOURCE="..\php.ini-dist"
|
/PHP-5.4/ |
H A D | INSTALL | 655 3. gunzip php-x.x.x.tar.gz (if you have a .gz dist, otherwise go to
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 58501 int dist; 58502 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); 58505 if( d2<dist ){ 58507 dist = d2; 87396 int dist = 3; 87439 dist++; 87441 dist = 0; 87443 } while( dist!=2 || (token!=TK_WHEN && token!=TK_FOR && token!=TK_BEGIN) );
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1158 distributed in the file pcre_chartables.c.dist. These tables are for
|
Completed in 667 milliseconds