Searched full:- (Results 1 – 25 of 974) sorted by relevance
12345678910>>...39
2 # - See duk_debug.js for the argument formats (A_R etc).3 # - Flag bits are for the whole instruction as a 32-bit integer,6 # NOTE: Use YAML comments only on comment-only lines (not trailing content):10 - name: LDREG12 - A_R13 - BC_R14 - name: STREG16 - A_R17 - BC_R18 - name: LDCONST[all …]
9 target supporting the example TCP transport (``examples/debug-trans-socket``)40 $ make -f Makefile.dukdebug54 $ ./duk --debugger mandel.js58 $ ../../duk --debugger test-dev-mandel2-func.js83 -----------------102 - ``./build/dukluv`` on Linux104 - ``.\build\Debug\dukluv.exe`` on Windows112 # Manually: see "dukluv duk_debug_proxy.js --help" for help118 $ ../../duk --debugger test-dev-mandel2-func.js131 …{"notify":"_TargetConnected","args":["1 10499 v1.4.0-140-gc9a6c7c duk command built from Duktape r…[all …]
36 /* -1 if invalid */37 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x00-0x0f */38 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x10-0x1f */39 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x20-0x2f */40 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1, -1, -1, -1, -1, -1, /* 0x30-0x3f */41 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x40-0x4f */42 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x50-0x5f */43 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x60-0x6f */44 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x70-0x7f */45 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x80-0x8f */[all …]
2 * Number-to-string and string-to-number conversions.4 * Slow path number-to-string and string-to-number conversion is based on10 * See: doc/number-conversion.rst.16 #define DUK__IEEE_DOUBLE_EXP_MIN (-1022) /* biased exp == 0 -> denormal, exp -1022 */24 * digits should be considered significant for string-to-number conversion.28 * duk__str2num_exp_limits indicates, for each radix, the radix-specific48 { 957, -1147 }, { 605, -725 }, { 479, -575 }, { 414, -496 },49 { 372, -446 }, { 342, -411 }, { 321, -384 }, { 304, -364 },50 { 291, -346 }, { 279, -334 }, { 268, -323 }, { 260, -312 },51 { 252, -304 }, { 247, -296 }, { 240, -289 }, { 236, -283 },[all …]
4 -------------------------------21 + better handling of end-of-line in the lexer.23 + better support for 64-bit machines.28 -------------------------------38 + new block comments: --[[ ... ]].46 + fixed and-or priorities.56 + new, signal-safe, hook scheme.59 + new, faster, register-based virtual machine.69 + safe garbage-collector metamethods.76 -------------------------------[all …]
6 -------8 - Support for flawed CGI interpreters returning only <LF> instead of <CR><LF>9 - Add NO_FILESYSTEM flag for (embedded) system without any file system10 - Several fixes for server side Lua scripts11 - Disable SSL renegotiation for new OpenSSL version12 - Allow to force TLSv1.3 (disable TLSv1.2)13 - Prefer pre-compressed *.gz file, if it already exists14 - Fix some #include statements for various compilers / OS / SDK versions15 - Support for Linux Standard Base (LSB)16 - Fixes to mg_get_*_info() API functions[all …]
10 - $HOME/third-party17 - cmake18 - openssl19 - libssl-dev21 - kubuntu-backports25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate;29 chmod +x cmake-3.7.2-Linux-x86_64.sh;30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;32 - cmake --version[all …]
14 - '**/*.md'25 - id: Default-x8626 compiler: msvc-19-seh37 - id: Default-x6438 compiler: msvc-19-seh50 - id: Full-x8651 compiler: msvc-19-seh62 - id: Full-x6463 compiler: msvc-19-seh75 - id: Full-x86-Debug[all …]
20 @set "script_folder=%script_folder:~0,-1%"26 @set dependency_path=%TEMP%\%project%-build-dependencies70 @set /a "log_keep=log_keep-1"72 @for /f "skip=%log_keep%" %%f in ('dir /b /o-D /tc %log_folder%') do @(110 :: -------------------------- Functions start here ----------------------------112 :main - Main function that performs the build116 @call :log 6 "------------------------------------"136 @call :log 6 "------------------------------------"142 :print_usage - Prints the usage of the script143 :: %* - message to print, each argument on it's own line[all …]
... .yaml feature-options/DUK_OPT_BUFLEN16.yaml feature-options/DUK_OPT_DATAPTR16.yaml feature-options/DUK_OPT_DATAPTR_DEC16
4 This guide covers the build instructions for the stand-alone web server.17 ---------25 #### Using MinGW-w64 or TDM-GCC26 In the start menu locate and run the "Run terminal" batch file. For TDM-GCC this is named "MinGW Co…29 mingw32-make CC=gcc41 ---------87 | --------------------------- | ------------------------------------------------- |89 | `WITH_DUKTAPE=1` | build with server-side JavaScript support |105 | `COPT='-DNO_SSL'` | method to insert compile flags |108 preprocessor defines in the source code - usually USE_* is used there.[all …]
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "civetweb_lua", "civetweb_lua\civetweb_lua.vcxp…8 {0A11689C-DB6A-4BF6-97B2-AD32DB863FBD} = {0A11689C-DB6A-4BF6-97B2-AD32DB863FBD}11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua_lib", "lua_lib\lua_lib.vcxproj", "{8F5E5D7…13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_embedded_c", "ex_embedded_c\ex_embedded_c.v…15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test", "unit_test\unit_test.vcxproj", "{1…17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "duktape_lib", "duktape_lib\duktape_lib.vcxproj…19 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_embed_cpp", "ex_embed_cpp\ex_embed_cpp.vcxp…29 {9BE9C008-E851-42B1-A034-BD4630AE4CD6}.Debug|Win32.ActiveCfg = Debug|Win3230 {9BE9C008-E851-42B1-A034-BD4630AE4CD6}.Debug|Win32.Build.0 = Debug|Win3231 {9BE9C008-E851-42B1-A034-BD4630AE4CD6}.Debug|x64.ActiveCfg = Debug|x64[all …]
8 Copyright (C) 2007-2013 Gerald Franz, eludi.net55 //--- auxliary functions -------------------------------------------71 return found ? found-s : strlen(s); in find()74 //--- internal tokenizer -------------------------------------------100 tok->s_size = str_size; in Tokenizer_new()101 tok->s = str; in Tokenizer_new()106 free(tok->m_token); in Tokenizer_delete()110 …\n", tok->i, !tok->m_token ? "(null)" : (tok->m_token[0]==ESC)?"(esc)" : (tok->m_token[0]==OPN)?"(…114 free(tok->m_token); in Tokenizer_set()115 tok->m_token = (char*)malloc(size+1); in Tokenizer_set()[all …]
3 -- CivetWeb command line completion for bash5 --[[ INSTALLING:7 To use auto-completion for bash, you need to define a command for the bash built-in8 [*complete*](https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.ht…12 /usr/share/bash-completion/completions/, /etc/bash_completion or another folder.15 complete -C /path/to/civetweb/resources/complete.lua civetweb18 It needs Lua 5.2 to be installed (for Debian based systems: "sudo apt-get install lua5.2").22 --]]24 ---------------------------------------------------------------------------------------------------26 -- The bash "complete -C" has an awkward interface:[all …]
23 lua_State *L = z->L; in luaZ_fill()26 buff = z->reader(L, z->data, &size); in luaZ_fill()29 z->n = size - 1; in luaZ_fill()30 z->p = buff; in luaZ_fill()31 return char2int(*(z->p++)); in luaZ_fill()36 if (z->n == 0) { in luaZ_lookahead()40 z->n++; /* luaZ_fill removed first byte; put back it */ in luaZ_lookahead()41 z->p--; in luaZ_lookahead()44 return char2int(*z->p); in luaZ_lookahead()49 z->L = L; in luaZ_init()[all …]
38 ** Error-recovery functions63 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */ in luaD_seterrorobj()67 L->top = oldtop + 1; in luaD_seterrorobj()72 lua_assert(L->stack_last - L->stack == L->stacksize - EXTRA_STACK - 1); in restore_stack_limit()73 if (L->size_ci > LUAI_MAXCALLS) { /* there was an overflow? */ in restore_stack_limit()74 int inuse = cast_int(L->ci - L->base_ci); in restore_stack_limit()82 L->ci = L->base_ci; in resetstack()83 L->base = L->ci->base; in resetstack()84 luaF_close(L, L->base); /* close eventual pending closures */ in resetstack()85 luaD_seterrorobj(L, status, L->base); in resetstack()[all …]
23 lua_State *L = z->L; in luaZ_fill()26 buff = z->reader(L, z->data, &size); in luaZ_fill()30 z->n = size - 1; /* discount char being returned */ in luaZ_fill()31 z->p = buff; in luaZ_fill()32 return cast_uchar(*(z->p++)); in luaZ_fill()37 z->L = L; in luaZ_init()38 z->reader = reader; in luaZ_init()39 z->data = data; in luaZ_init()40 z->n = 0; in luaZ_init()41 z->p = NULL; in luaZ_init()[all …]
13 # ${CIVETWEB_THIRD_PARTY_DIR}/src/check-unit-test-framework/CMakeLists.txt19 ExternalProject_Add(check-unit-test-framework20 DEPENDS civetweb-c-library36 "-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"37 "-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}"38 "-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>"46 ExternalProject_Get_Property(check-unit-test-framework INSTALL_DIR)70 add_library(shared-c-unit-tests STATIC shared.c)72 shared-c-unit-tests PUBLIC75 add_library(public-func-c-unit-tests STATIC public_func.c)[all …]
5 <meta charset='UTF-8'>8 <!-- 9 Version 0.1 Contributed by William Greathouse 9-Sep-201313 The meter displays are adapted from CSS-TRICKS Progress Bars by Chris Coyier 14 at http://css-tricks.com/css3-progress-bars/15 -->22 text-align: center;28 background-color: #ccc;29 -moz-border-radius: 5px;30 -webkit-border-radius: 5px;[all …]
1 // 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 …]