Searched refs:dist (Results 1 – 16 of 16) sorted by relevance
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | HISTORY | 72 2007/07/23: [dist] fix doc/FAQ.ja. 79 2007/06/26: [dist] (thanks K.Takata) 99 2007/05/30: [dist] add sample/crnl.c. 1029 2004/06/10: [dist] add README.ja. 1236 2004/01/30: [dist] add oniggnu.h. 1513 2003/07/08: [dist] modify doc/RE. 1538 2003/07/02: [dist] fix doc/RE. 1745 2003/02/26: [dist] auto update testc.c and win32/testc.c in dist target. 1784 2003/02/10: [dist] add HISTORY. 1935 2002/04/01: [dist] add COPYING. [all …]
|
/PHP-7.0/ext/bcmath/libbcmath/ |
H A D | Makefile.am | 8 dist-hook:
|
/PHP-7.0/ext/mbstring/tests/ |
H A D | mb_http_input.phpt | 42 echo "This heppens when php.ini-dist is not used\n";
|
/PHP-7.0/win32/build/ |
H A D | Makefile | 189 build-dist: $(BUILD_DIR)\deplister.exe 207 dist: all build-dist target 208 snap: build-snap build-devel build-dist 213 msi-installer: dist
|
/PHP-7.0/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-7.0/ |
H A D | .travis.yml | 1 dist: trusty
|
H A D | INSTALL | 451 3. gunzip php-x.x.x.tar.gz (if you have a .gz dist, otherwise go to
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_crop.c | 354 const double dist = sqrt(dr * dr + dg * dg + db * db + da * da); in gdColorMatch() local 355 const double dist_perc = sqrt(dist / (255^2 + 255^2 + 255^2)); in gdColorMatch()
|
H A D | gd.c | 280 long dist; in gdImageColorClosestAlpha() local 289 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha() 290 if (first || (dist < mindist)) { in gdImageColorClosestAlpha() 291 mindist = dist; in gdImageColorClosestAlpha() 445 float dist; in gdImageColorClosestHWB() local 450 if (first || (dist < mindist)) { in gdImageColorClosestHWB() 451 mindist = dist; in gdImageColorClosestHWB() 536 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local 561 if (dist < mindist) in gdImageColorResolveAlpha() 563 if (dist == 0) in gdImageColorResolveAlpha() [all …]
|
/PHP-7.0/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 | 3294 before "make dist".
|
/PHP-7.0/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-7.0/ext/pcre/tests/ |
H A D | preg_match_error4.phpt | 31 "url": "https:\\/\\/lang-php.s3.amazonaws.com\\/dist-cedar-14-stable\\/"
|
/PHP-7.0/ext/openssl/ |
H A D | README | 119 They are based on apps/smime.c from the openssl dist, so for information,
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 63850 int dist; 63851 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); 63854 if( d2<dist ){ 63856 dist = d2; 94016 int dist = 3; 94059 dist++; 94061 dist = 0; 94063 } while( dist!=2 || (token!=TK_WHEN && token!=TK_FOR && token!=TK_BEGIN) );
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1169 distributed in the file pcre_chartables.c.dist. These tables are for
|
Completed in 337 milliseconds