Home
last modified time | relevance | path

Searched +full:- +full:5 (Results 1 – 25 of 238) sorted by relevance

12345678910

/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/static/
Dstyle.css1 // http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-wel…
5 ::-moz-focus-inner {
14 #part-header {
18 border-bottom: 2px solid #cccccc;
22 /* http://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
23 #part-middle {
25 flex-direction: row;
26 flex-wrap: nowrap;
27 justify-content: space-between;
28 align-items: stretch;
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/static/
Dstyle.css1 // http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-wel…
5 ::-moz-focus-inner {
14 #part-header {
18 border-bottom: 2px solid #cccccc;
22 /* http://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
23 #part-middle {
25 flex-direction: row;
26 flex-wrap: nowrap;
27 justify-content: space-between;
28 align-items: stretch;
[all …]
/civetweb-2.7.6/
Dbuild.cmd20 @set "script_folder=%script_folder:~0,-1%"
26 @set dependency_path=%TEMP%\%project%-build-dependencies
70 @set /a "log_keep=log_keep-1"
72 @for /f "skip=%log_keep%" %%f in ('dir /b /o-D /tc %log_folder%') do @(
98 @call :log 5
110 :: -------------------------- Functions start here ----------------------------
112 :main - Main function that performs the build
116 @call :log 6 "------------------------------------"
136 @call :log 6 "------------------------------------"
142 :print_usage - Prints the usage of the script
[all …]
Dmingw.cmd19 @set "script_folder=%script_folder:~0,-1%"
20 @set "dependency_path=%TEMP%\mingw-build-dependencies"
54 @if not defined output_path set "output_path=%script_folder%\mingw-builds"
67 @set /a "log_keep=log_keep-1"
69 @for /f "skip=%log_keep%" %%f in ('dir /b /o-D /tc %log_folder%') do @(
97 :: -------------------------- Functions start here ----------------------------
99 :main - Main function that performs the download
100 :: %1 - Target architecture
101 :: %2 - Version of MinGW to get [optional]
102 :: %3 - Threading model [optional]
[all …]
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dlobject.c32 ** (eeeeexxx), where the real value is (1xxx) * 2^(eeeee - 1) if
42 else return ((e+1) << 3) | (cast_int(x) - 8); in luaO_int2fb()
50 else return ((x & 7)+8) << (e - 1); in luaO_fb2int()
56 0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5, in luaO_log2()
65 int l = -1; in luaO_log2()
105 setsvalue2s(L, L->top, luaS_new(L, str)); in pushstr()
117 setsvalue2s(L, L->top, luaS_newlstr(L, fmt, e-fmt)); in luaO_pushvfstring()
134 setnvalue(L->top, cast_num(va_arg(argp, int))); in luaO_pushvfstring()
139 setnvalue(L->top, cast_num(va_arg(argp, l_uacNumber))); in luaO_pushvfstring()
166 luaV_concat(L, n+1, cast_int(L->top - L->base) - 1); in luaO_pushvfstring()
[all …]
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlobject.c33 ** (eeeeexxx), where the real value is (1xxx) * 2^(eeeee - 1) if
43 return ((e+1) << 3) | (cast_int(x) - 8); in luaO_int2fb()
51 else return ((x & 7) + 8) << (e - 1); in luaO_fb2int()
57 0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5, in luaO_ceillog2()
67 x--; in luaO_ceillog2()
88 if (lisdigit(c)) return c - '0'; in luaO_hexavalue()
89 else return ltolower(c) - 'a' + 10; in luaO_hexavalue()
99 if (**s == '-') { (*s)++; return 1; } in isneg()
135 e *= -4; /* each fractional digit divides value by 2^-4 */ in lua_strx2number()
145 exp1 = exp1 * 10 + *(s++) - '0'; in lua_strx2number()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_util_hashprime.c4 * Uses a table of successive 32-bit primes whose ratio is roughly
6 * and the data size small. A simple 'predict-correct' compression is
27 4, 3, 4, 1, 4, 1, 1, 2, 2, 2, 2, 1, 6, 6, 9, 5, 1, 2, 2, 5, 1, 3, 3, 3,
28 5, 4, 4, 2, 4, 8, 3, 4, 23, 2, 4, 7, 8, 11, 2, 12, 15, 10, 1, 1, 5, 1, 5,
29 8, 9, 17, 14, 10, 7, 5, 2, 46, 21, 1, 9, 9, 4, 4, 10, 23, 36, 6, 20, 29,
30 18, 6, 19, 21, 16, 11, 5, 5, 48, 9, 1, 39, 14, 8, 4, 29, 9, 1, 15, 48, 12,
31 22, 6, 15, 27, 4, 2, 17, 28, 8, 9, 4, 5, 8, 3, 3, 8, 37, 11, 15, 8, 30,
32 43, 6, 33, 41, 5, 20, 32, 41, 38, 24, 77, 14, 19, 11, 4, 35, 18, 19, 41,
34 -1
41 2, 3, 5, 7, 11, 13, 19, 31, 41, 47, 59, 67, 73, 79, 89, 101, 103, 107,
[all …]
Dduk_builtins.c8 #error ROM support not enabled, rerun make_dist.py with --rom-support
12 5,52,116,180,104,166,135,52,189,4,98,12,27,178,156,80,211,31,161,115,150,
23 75,144,215,77,221,91,132,5,147,178,156,80,211,30,160,93,9,215,21,115,119,
28 114,200,6,153,180,96,73,19,74,113,67,76,103,5,36,20,211,70,140,133,67,72,
29 49,245,160,235,81,212,52,168,106,39,132,253,111,80,210,161,168,158,5,245,
47 44,89,196,2,33,70,64,208,196,67,74,226,88,17,105,73,24,186,37,40,38,5,133,
52 235,63,239,69,163,69,247,83,141,9,255,165,12,72,5,16,64,145,10,32,76,71,64,
65 #error ROM support not enabled, rerun make_dist.py with --rom-support
248 136,1,152,32,16,194,0,166,24,6,49,0,57,138,2,12,96,18,99,128,163,32,5,153,
254 19,54,224,161,185,5,77,216,44,111,65,115,126,12,28,16,100,225,156,16,32,18,
[all …]
Dduk_js_bytecode.h13 * !1!0!9!8!7!6!5!4!3!2!1!0!9!8!7!6!5!4!3!2!1!0!9!8!7!6!5!4!3!2!1!0!
14 * +---------------------------------------------------+-----------+
16 * +---------------------------------------------------+-----------+
83 #define DUK_OP_MPUTOBJ 5
144 /* DUK_OP_EXTRA, sub-operation in A */
150 #define DUK_EXTRAOP_LDTRUE 5
195 #define DUK_BC_DECLVAR_FLAG_FUNC_DECL (1 << 5) /* function declaration */
Dduk_selftest.c85 test = -1; in duk__selftest_twos_complement()
121 u2.c[4] = 0x7c; u2.c[5] = 0xc1; u2.c[6] = 0x37; u2.c[7] = 0x42; in duk__selftest_byte_order()
124 u2.c[4] = 0x00; u2.c[5] = 0x00; u2.c[6] = 0xc4; u2.c[7] = 0x6d; in duk__selftest_byte_order()
127 u2.c[4] = 0x6d; u2.c[5] = 0xc4; u2.c[6] = 0x00; u2.c[7] = 0x00; in duk__selftest_byte_order()
168 du.uc[4] = 0x33; du.uc[5] = 0x44; du.uc[6] = 0x55; du.uc[7] = 0x66; in duk__selftest_bswap_macros()
170 du_diff = du.d - 2.008366013071895; in duk__selftest_bswap_macros()
174 if (du_diff > 1e-15) { in duk__selftest_bswap_macros()
177 * Linux gcc-4.8 -m32 at least). in duk__selftest_bswap_macros()
183 (unsigned int) du.uc[4], (unsigned int) du.uc[5], in duk__selftest_bswap_macros()
207 /* This testcase fails when Emscripten-generated code runs on Firefox. in duk__selftest_double_aliasing()
[all …]
Dduk_bi_date.c2 * Date built-ins
4 * Unlike most built-ins, Date has some platform dependencies for getting
7 * config options. There are built-in platform specific providers for
34 (long) (parts)[4], (long) (parts)[5], \
38 (double) (dparts)[4], (double) (dparts)[5], \
45 (long) (parts)[4], (long) (parts)[5], \
52 (double) (dparts)[4], (double) (dparts)[5], \
57 * E5 Section 15.9.1.8. Equivalent year has the same leap-year-ness and
61 #define DUK__YEAR(x) ((duk_uint8_t) ((x) - 1970))
68 /* non-leap year: sunday, monday, ... */
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_util_hashprime.c4 * Uses a table of successive 32-bit primes whose ratio is roughly
6 * and the data size small. A simple 'predict-correct' compression is
27 4, 3, 4, 1, 4, 1, 1, 2, 2, 2, 2, 1, 6, 6, 9, 5, 1, 2, 2, 5, 1, 3, 3, 3,
28 5, 4, 4, 2, 4, 8, 3, 4, 23, 2, 4, 7, 8, 11, 2, 12, 15, 10, 1, 1, 5, 1, 5,
29 8, 9, 17, 14, 10, 7, 5, 2, 46, 21, 1, 9, 9, 4, 4, 10, 23, 36, 6, 20, 29,
30 18, 6, 19, 21, 16, 11, 5, 5, 48, 9, 1, 39, 14, 8, 4, 29, 9, 1, 15, 48, 12,
31 22, 6, 15, 27, 4, 2, 17, 28, 8, 9, 4, 5, 8, 3, 3, 8, 37, 11, 15, 8, 30,
32 43, 6, 33, 41, 5, 20, 32, 41, 38, 24, 77, 14, 19, 11, 4, 35, 18, 19, 41,
34 -1
41 2, 3, 5, 7, 11, 13, 19, 31, 41, 47, 59, 67, 73, 79, 89, 101, 103, 107,
[all …]
Dduk_builtins.c8 #error ROM support not enabled, rerun make_dist.py with --rom-support
12 5,52,116,180,104,166,135,52,189,4,98,12,27,178,156,80,211,31,161,115,150,
23 75,144,215,77,221,91,132,5,147,178,156,80,211,30,160,93,9,215,21,115,119,
28 114,200,6,153,180,96,73,19,74,113,67,76,103,5,36,20,211,70,140,133,67,72,
29 49,245,160,235,81,212,52,168,106,39,132,253,111,80,210,161,168,158,5,245,
47 44,89,196,2,33,70,64,208,196,67,74,226,88,17,105,73,24,186,37,40,38,5,133,
52 235,63,239,69,163,69,247,83,141,9,255,165,12,72,5,16,64,145,10,32,76,71,64,
65 #error ROM support not enabled, rerun make_dist.py with --rom-support
248 136,1,152,32,16,194,0,166,24,6,49,0,57,138,2,12,96,18,99,128,163,32,5,153,
254 19,54,224,161,185,5,77,216,44,111,65,115,126,12,28,16,100,225,156,16,32,18,
[all …]
Dduk_js_bytecode.h13 * !1!0!9!8!7!6!5!4!3!2!1!0!9!8!7!6!5!4!3!2!1!0!9!8!7!6!5!4!3!2!1!0!
14 * +---------------------------------------------------+-----------+
16 * +---------------------------------------------------+-----------+
83 #define DUK_OP_MPUTOBJ 5
144 /* DUK_OP_EXTRA, sub-operation in A */
150 #define DUK_EXTRAOP_LDTRUE 5
195 #define DUK_BC_DECLVAR_FLAG_FUNC_DECL (1 << 5) /* function declaration */
Dduk_selftest.c85 test = -1; in duk__selftest_twos_complement()
121 u2.c[4] = 0x7c; u2.c[5] = 0xc1; u2.c[6] = 0x37; u2.c[7] = 0x42; in duk__selftest_byte_order()
124 u2.c[4] = 0x00; u2.c[5] = 0x00; u2.c[6] = 0xc4; u2.c[7] = 0x6d; in duk__selftest_byte_order()
127 u2.c[4] = 0x6d; u2.c[5] = 0xc4; u2.c[6] = 0x00; u2.c[7] = 0x00; in duk__selftest_byte_order()
168 du.uc[4] = 0x33; du.uc[5] = 0x44; du.uc[6] = 0x55; du.uc[7] = 0x66; in duk__selftest_bswap_macros()
170 du_diff = du.d - 2.008366013071895; in duk__selftest_bswap_macros()
174 if (du_diff > 1e-15) { in duk__selftest_bswap_macros()
177 * Linux gcc-4.8 -m32 at least). in duk__selftest_bswap_macros()
183 (unsigned int) du.uc[4], (unsigned int) du.uc[5], in duk__selftest_bswap_macros()
207 /* This testcase fails when Emscripten-generated code runs on Firefox. in duk__selftest_double_aliasing()
[all …]
Dduk_bi_date.c2 * Date built-ins
4 * Unlike most built-ins, Date has some platform dependencies for getting
7 * config options. There are built-in platform specific providers for
34 (long) (parts)[4], (long) (parts)[5], \
38 (double) (dparts)[4], (double) (dparts)[5], \
45 (long) (parts)[4], (long) (parts)[5], \
52 (double) (dparts)[4], (double) (dparts)[5], \
57 * E5 Section 15.9.1.8. Equivalent year has the same leap-year-ness and
61 #define DUK__YEAR(x) ((duk_uint8_t) ((x) - 1970))
68 /* non-leap year: sunday, monday, ... */
[all …]
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlobject.c38 ** (eeeeexxx), where the real value is (1xxx) * 2^(eeeee - 1) if
52 return ((e+1) << 3) | (cast_int(x) - 8); in luaO_int2fb()
58 return (x < 8) ? x : ((x & 7) + 8) << ((x >> 3) - 1); in luaO_fb2int()
66 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2()
67 0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5, in luaO_ceillog2()
77 x--; in luaO_ceillog2()
87 case LUA_OPSUB:return intop(-, v1, v2); in intarith()
95 case LUA_OPSHR: return luaV_shiftl(v1, -v2); in intarith()
96 case LUA_OPUNM: return intop(-, 0, v1); in intarith()
159 luaT_trybinTM(L, p1, p2, res, cast(TMS, (op - LUA_OPADD) + TM_ADD)); in luaO_arith()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/debug-trans-dvalue/
Dduk_trans_dvalue.c10 * - Callbacks to "received dvalue" callback come from the Duktape thread,
13 * - Calls into duk_trans_dvalue_send() must be made from the callbacks
17 * - The only exception to this is when Duktape is idle: you can then call
55 dv->buf = NULL; in duk_dvalue_alloc()
62 free(dv->buf); /* tolerates NULL */ in duk_dvalue_free()
63 dv->buf = NULL; in duk_dvalue_free()
72 limit = dv->len > maxbytes ? maxbytes : dv->len; in duk__dvalue_bufesc()
74 unsigned char c = dv->buf[i]; in duk__dvalue_bufesc()
88 if (dv->len > maxbytes) { in duk__dvalue_bufesc()
103 switch (dv->tag) { in duk_dvalue_to_string()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/debug-trans-dvalue/
Dduk_trans_dvalue.c10 * - Callbacks to "received dvalue" callback come from the Duktape thread,
13 * - Calls into duk_trans_dvalue_send() must be made from the callbacks
17 * - The only exception to this is when Duktape is idle: you can then call
55 dv->buf = NULL; in duk_dvalue_alloc()
62 free(dv->buf); /* tolerates NULL */ in duk_dvalue_free()
63 dv->buf = NULL; in duk_dvalue_free()
72 limit = dv->len > maxbytes ? maxbytes : dv->len; in duk__dvalue_bufesc()
74 unsigned char c = dv->buf[i]; in duk__dvalue_bufesc()
88 if (dv->len > maxbytes) { in duk__dvalue_bufesc()
103 switch (dv->tag) { in duk_dvalue_to_string()
[all …]
/civetweb-2.7.6/examples/ws_client/
Dws_client.c76 printf("%10.0f - Client received %lu bytes of %s data from server%s", in websocket_client_data_handler()
77 difftime(now, pclient_data->started), in websocket_client_data_handler()
106 struct tmsg_list_elem **where = &(pclient_data->msgs); in websocket_client_data_handler()
114 p->timestamp = now; in websocket_client_data_handler()
115 p->data = malloc(data_len); in websocket_client_data_handler()
116 memcpy(p->data, data, data_len); in websocket_client_data_handler()
117 p->len = data_len; in websocket_client_data_handler()
118 p->next = NULL; in websocket_client_data_handler()
120 where = &((*where)->next); in websocket_client_data_handler()
137 printf("%10.0f - Goodbye\n", difftime(now, pclient_data->started)); in websocket_client_data_handler()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/
Dduk_debug_proxy.js5 * Node.js-based proxy in duk_debug.js. DukLuv is a much smaller dependency
91 while (data.length - dataOff < buf.length) {
92 log.debug('Resize file read buffer:', data.length, '->', data.length * 2);
228 while (data.length > this.incoming.length - this.incomingOffset) {
262 log.info('PROXY --> CLIENT:', JSON.stringify(msg));
302 for (; idx < dvalues.length - 1; idx++) {
342 // In non-lenient mode drop the connection here; if the failed line
357 this.incomingOffset -= i + 1;
368 log.info('PROXY <-- CLIENT:', JSON.stringify(msg));
469 buf = new Uint8Array(5 + len);
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/
Dduk_debug_proxy.js5 * Node.js-based proxy in duk_debug.js. DukLuv is a much smaller dependency
91 while (data.length - dataOff < buf.length) {
92 log.debug('Resize file read buffer:', data.length, '->', data.length * 2);
228 while (data.length > this.incoming.length - this.incomingOffset) {
262 log.info('PROXY --> CLIENT:', JSON.stringify(msg));
302 for (; idx < dvalues.length - 1; idx++) {
342 // In non-lenient mode drop the connection here; if the failed line
357 this.incomingOffset -= i + 1;
368 log.info('PROXY <-- CLIENT:', JSON.stringify(msg));
469 buf = new Uint8Array(5 + len);
[all …]
/civetweb-2.7.6/src/
Dsha1.inl2 SHA-1 in C
3 By Steve Reid <sreid@sea-to-sky.net>
6 -----------------
23 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
36 --
43 -----------------
45 By Steve Reid <sreid@sea-to-sky.net>
48 1- Removed #include <process.h> and used return() instead of exit()
49 2- Fixed overwriting of finalcount in SHA1Final() (discovered by Chris Hall)
50 3- Changed email address from steve@edmweb.com to sreid@sea-to-sky.net
[all …]
Dmd5.inl19 (section A.5) but excluding the rest of Appendix A. It does not include
27 2002-04-13 lpd Removed support for non-ANSI compilers; removed
30 1999-11-04 lpd Edited comments slightly for automatic TOC extraction.
31 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5);
34 1999-05-03 lpd Original version.
41 * This package supports both compile-time and run-time determination of CPU
43 * compiled to run only on little-endian CPUs; if ARCH_IS_BIG_ENDIAN is
44 * defined as non-zero, the code will be compiled to run only on big-endian
46 * run on either big- or little-endian CPUs, but will run slightly less
50 typedef unsigned char md5_byte_t; /* 8-bit byte */
[all …]
/civetweb-2.7.6/examples/_obsolete/websocket/
DWebSockCallbacks.c31 if (ws_ctx->socketList[i] in send_to_all_websockets()
32 && (ws_ctx->socketList[i]->webSockState == 2)) { in send_to_all_websockets()
33 mg_websocket_write(ws_ctx->socketList[i]->conn, in send_to_all_websockets()
53 wsock->webSockState = 0; in websocket_ready_handler()
58 if (0 == ws_ctx->socketList[i]) { in websocket_ready_handler()
59 ws_ctx->socketList[i] = wsock; in websocket_ready_handler()
60 wsock->conn = conn; in websocket_ready_handler()
61 wsock->webSockState = 1; in websocket_ready_handler()
66 rq->remote_addr, in websocket_ready_handler()
67 rq->remote_port); in websocket_ready_handler()
[all …]

12345678910