Home
last modified time | relevance | path

Searched full:dist (Results 1 – 11 of 11) sorted by relevance

/civetweb-2.7.6/
D.travis.yml124 dist: xenial
166 - dist: trusty
200 - dist: trusty
235 - dist: trusty
269 - dist: trusty
304 - dist: trusty
419 - dist: trusty
455 dist: precise
507 - dist: trusty
695 - dist: trusty
[all …]
Dappveyor.yml426 - md dist
428 - dir dist\
438 - if "%build_type%"=="Release" (copy "%install_path%"\include dist\)
439 - if "%build_type%"=="Release" (copy "%install_path%"\bin\*.exe dist\)
440 - echo "Dist directory:"
441 - dir dist\
450 - path: dist\*
D.gitignore225 dist/
/civetweb-2.7.6/test/canvasdir/
Dcanvas.js77 dist = Math.sqrt(diff_x * diff_x + diff_y * diff_y);
81 if (dist < mouse_influence) {
86 } else if (dist < mouse_cut) this.constraints = [];
179 dist = Math.sqrt(diff_x * diff_x + diff_y * diff_y),
180 diff = (this.length - dist) / dist;
182 if (dist > tear_distance) this.p1.remove_constraint(this);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/debug-trans-dvalue/
DMakefile2 # The default is for the dist environment.
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/debug-trans-dvalue/
DMakefile2 # The default is for the dist environment.
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/
DREADME.rst39 $ cd <duktape dist directory>
53 $ cd <duktape dist directory>
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/
DREADME.rst39 $ cd <duktape dist directory>
53 $ cd <duktape dist directory>
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/cmdline/
Dduk_cmdline_ajduk.c312 * pointers list, which are known at 'make dist' time. in ajsheap_enc16()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/cmdline/
Dduk_cmdline_ajduk.c312 * pointers list, which are known at 'make dist' time. in ajsheap_enc16()
/civetweb-2.7.6/src/third_party/
Dsqlite3.c31483 ** https://android-review.googlesource.com/#/c/115351/3/dist/sqlite3.c)
65411 int dist;
65412 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby);
65415 if( d2<dist ){
65417 dist = d2;
97036 int dist = 3;
97070 /* Variable 'dist' stores the number of tokens read since the most
97072 ** token is read and 'dist' equals 2, the condition stated above
97079 dist++;
97081 dist = 0;
[all …]