Home
last modified time | relevance | path

Searched refs:dist (Results 1 – 10 of 10) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY355 2007/07/23: [dist] fix doc/FAQ.ja.
362 2007/06/26: [dist] (thanks K.Takata)
1312 2004/06/10: [dist] add README.ja.
1316 2004/06/08: [dist] add doc/API.ja.
1519 2004/01/30: [dist] add oniggnu.h.
1796 2003/07/08: [dist] modify doc/RE.
1821 2003/07/02: [dist] fix doc/RE.
2028 2003/02/26: [dist] auto update testc.c and win32/testc.c in dist target.
2067 2003/02/10: [dist] add HISTORY.
2218 2002/04/01: [dist] add COPYING.
[all …]
/PHP-7.3/ext/mbstring/tests/
H A Dmb_http_input.phpt42 echo "This heppens when php.ini-dist is not used\n";
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h75 MBFLAPI extern void mbfl_convert_filter_copy(mbfl_convert_filter *src, mbfl_convert_filter *dist);
/PHP-7.3/win32/build/
H A DMakefile208 build-dist: $(BUILD_DIR)\deplister.exe
226 dist: all build-dist target
227 snap: build-snap build-devel build-dist
/PHP-7.3/
H A D.travis.yml4 dist: trusty
/PHP-7.3/ext/gd/libgd/
H A Dgd_crop.c306 const double dist = sqrt(dr * dr + dg * dg + db * db + da * da); in gdColorMatch() local
307 const double dist_perc = sqrt(dist / (255^2 + 255^2 + 255^2)); in gdColorMatch()
H A Dgd.c318 long dist; in gdImageColorClosestAlpha() local
327 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()
328 if (first || (dist < mindist)) { in gdImageColorClosestAlpha()
329 mindist = dist; in gdImageColorClosestAlpha()
483 float dist; in gdImageColorClosestHWB() local
488 if (first || (dist < mindist)) { in gdImageColorClosestHWB()
489 mindist = dist; in gdImageColorClosestHWB()
574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local
599 if (dist < mindist) in gdImageColorResolveAlpha()
601 if (dist == 0) in gdImageColorResolveAlpha()
[all …]
/PHP-7.3/ext/pcre/tests/
H A Dpreg_match_error4.phpt31 "url": "https:\\/\\/lang-php.s3.amazonaws.com\\/dist-cedar-14-stable\\/"
/PHP-7.3/ext/openssl/
H A DREADME117 They are based on apps/smime.c from the openssl dist, so for information,
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c69224 int dist;
69225 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby);
69228 if( d2<dist ){
69230 dist = d2;

Completed in 370 milliseconds