/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_builtins.c | 18 116,17,136,48,190,209,13,159,217,253,151,65,24,131,12,233,86,224,79,236, 20 11,55,92,20,244,141,169,186,50,11,164,109,77,208,208,165,36,79,215,185,13, 41 79,190,212,17,35,106,125,246,78,164,68,68,111,175,23,217,45,13,33,119,208, 42 68,210,38,250,192,61,91,233,80,208,45,25,36,81,190,156,13,26,201,19,239, 43 162,2,214,66,31,125,153,226,64,13,27,236,72,96,130,68,62,251,48,68,196,153, 49 244,95,117,56,208,159,250,223,251,250,45,52,13,250,47,186,156,104,79,253, 59 245,145,132,108,228,148,54,100,137,64,34,13,100,153,222,1,40,6,33,223,20, 235 105,195,75,32,3,148,52,154,248,9,26,13,128,112,105,0,240,22,20,26,95,124,6, 236 152,52,137,0,120,99,74,239,129,18,70,241,191,2,98,13,79,32,42,88,210,90,2, 242 243,195,44,94,92,183,242,13,79,8,45,14,91,252,121,148,52,199,120,63,72,105, [all …]
|
D | duk_js_bytecode.h | 91 #define DUK_OP_CSREGI 13 158 #define DUK_EXTRAOP_NEXTENUM 13
|
D | duk_util_misc.c | 41 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x40-0x4f */ 43 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x60-0x6f */ 188 -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, /* 0x40...0x4f */
|
D | duk_lexer.h | 63 #define DUK_TOK_FUNCTION 13 333 #define DUK_RETOK_ATOM_WHITE 13
|
D | duk_util_hashbytes.c | 51 h ^= h >> 13; in duk_util_hashbytes()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_builtins.c | 18 116,17,136,48,190,209,13,159,217,253,151,65,24,131,12,233,86,224,79,236, 20 11,55,92,20,244,141,169,186,50,11,164,109,77,208,208,165,36,79,215,185,13, 41 79,190,212,17,35,106,125,246,78,164,68,68,111,175,23,217,45,13,33,119,208, 42 68,210,38,250,192,61,91,233,80,208,45,25,36,81,190,156,13,26,201,19,239, 43 162,2,214,66,31,125,153,226,64,13,27,236,72,96,130,68,62,251,48,68,196,153, 49 244,95,117,56,208,159,250,223,251,250,45,52,13,250,47,186,156,104,79,253, 59 245,145,132,108,228,148,54,100,137,64,34,13,100,153,222,1,40,6,33,223,20, 235 105,195,75,32,3,148,52,154,248,9,26,13,128,112,105,0,240,22,20,26,95,124,6, 236 152,52,137,0,120,99,74,239,129,18,70,241,191,2,98,13,79,32,42,88,210,90,2, 242 243,195,44,94,92,183,242,13,79,8,45,14,91,252,121,148,52,199,120,63,72,105, [all …]
|
D | duk_js_bytecode.h | 91 #define DUK_OP_CSREGI 13 158 #define DUK_EXTRAOP_NEXTENUM 13
|
D | duk_util_misc.c | 41 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x40-0x4f */ 43 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x60-0x6f */ 188 -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, /* 0x40...0x4f */
|
D | duk_lexer.h | 63 #define DUK_TOK_FUNCTION 13 333 #define DUK_RETOK_ATOM_WHITE 13
|
D | duk_util_hashbytes.c | 51 h ^= h >> 13; in duk_util_hashbytes()
|
D | duk_regexp.h | 30 #define DUK_REOP_LOOKPOS 13
|
/civetweb-2.7.6/src/ |
D | md5.inl | 11 /* $Id: md5.h,v 1.4 2002/04/13 19:20:28 lpd Exp $ */ 27 2002-04-13 lpd Removed support for non-ANSI compilers; removed 103 /* $Id: md5.c,v 1.6 2002/04/13 19:20:28 lpd Exp $ */ 119 2002-04-13 lpd Clarified derivation from RFC 1321; now handles byte order 305 SET(d, a, b, c, 13, 12, T14); 331 SET(a, b, c, d, 13, 5, T29); 354 SET(a, b, c, d, 13, 4, T41); 384 SET(b, c, d, a, 13, 21, T60);
|
D | sha1.inl | 126 rol((block)->l[((i) + 13) & 15] ^ (block)->l[((i) + 8) & 15] \ 179 R0(c, d, e, a, b, 13);
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | luac.1 | 1 .\" $Id: luac.man,v 1.29 2011/11/16 13:53:40 lhf Exp $ 2 .TH LUAC 1 "$Date: 2011/11/16 13:53:40 $"
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/ |
D | luac.1 | 1 .\" $Id: luac.man,v 1.29 2011/11/16 13:53:40 lhf Exp $ 2 .TH LUAC 1 "$Date: 2011/11/16 13:53:40 $"
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | lapi.h | 2 ** $Id: lapi.h,v 2.2.1.1 2007/12/27 13:02:25 roberto Exp $
|
D | linit.c | 2 ** $Id: linit.c,v 1.14.1.1 2007/12/27 13:02:25 roberto Exp $
|
D | lualib.h | 2 ** $Id: lualib.h,v 1.36.1.1 2007/12/27 13:02:25 roberto Exp $
|
D | lstring.h | 2 ** $Id: lstring.h,v 1.43.1.1 2007/12/27 13:02:25 roberto Exp $
|
D | lundump.h | 2 ** $Id: lundump.h,v 1.37.1.1 2007/12/27 13:02:25 roberto Exp $
|
D | ldebug.h | 2 ** $Id: ldebug.h,v 2.3.1.1 2007/12/27 13:02:25 roberto Exp $
|
D | ltm.h | 2 ** $Id: ltm.h,v 2.6.1.1 2007/12/27 13:02:25 roberto Exp $
|
D | lfunc.h | 2 ** $Id: lfunc.h,v 2.4.1.1 2007/12/27 13:02:25 roberto Exp $
|
D | lvm.h | 2 ** $Id: lvm.h,v 2.5.1.1 2007/12/27 13:02:25 roberto Exp $
|
D | ltable.h | 2 ** $Id: ltable.h,v 2.10.1.1 2007/12/27 13:02:25 roberto Exp $
|