/civetweb-2.7.6/distribution/arch/ |
D | PKGBUILD.git.example | 17 backup=("etc/$_pkgname/$_pkgname.conf") 33 make install PREFIX="$pkgdir/usr" SYSCONFDIR="$pkgdir/etc/local/$_pkgname" 37 …sed -i "s/^document_root [^\n]*/document_root \/srv\/http/g" "$pkgdir/etc/local/$_pkgname/$_pkgnam… 38 …sed -i "s/^# access_log_file/access_log_file \/var\/log\/$_pkgname\/access.log/g" "$pkgdir/etc/loc… 39 …sed -i "s/^# error_log_file/access_log_file \/var\/log\/$_pkgname\/error.log/g" "$pkgdir/etc/local…
|
D | civetweb.service | 6 ExecStart=/usr/local/bin/civetweb /usr/local/etc/civetweb/civetweb.conf
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/ |
D | INSTALL | 45 useful stuff in etc. You don't need these directories for development. 87 If you use Visual Studio .NET, you can use etc/luavs.bat in its 91 in a single project, except for luac.c and print.c. Or just use etc/all.c.
|
D | Makefile | 19 # LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h (and also with etc/lua.pc). 45 TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp
|
/civetweb-2.7.6/docs/ |
D | Building.md | 126 install -d -m 755 "/opt/civetweb/etc" 127 install -m 644 resources/civetweb.conf "/opt/civetweb/etc/" 128 sed -i 's#^document_root.*$#document_root /opt/civetweb/share/doc/civetweb#' "/opt/civetweb/etc/civ… 129 sed -i 's#^listening_ports.*$#listening_ports 8080#' "/opt/civetweb/etc/civetweb.conf"
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/ |
D | readme.html | 22 <LI><A HREF="../etc/README">lua/etc/README</A>
|
/civetweb-2.7.6/test/ |
D | ssi_test.shtml | 29 <h2>File with absolute path: "/etc/issue"</h2> 30 <!--#include abspath="/etc/issue" -->
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/eventloop/ |
D | README.rst | 25 like timers, sockets, etc, is held in C structures. 68 on BSD systems, etc.
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/eventloop/ |
D | README.rst | 25 like timers, sockets, etc, is held in C structures. 68 on BSD systems, etc.
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | genconfig.py | 6 # architecture; forced options; sanity checks; etc 40 # Globals holding scanned metadata, helper snippets, etc 159 # Not exact but close enough. Doesn't handle string literals etc, 275 # Helper for building a text file from individual lines, injected files, etc. 319 # XXX: assume no newlines etc 323 # XXX: assume no newlines etc 1050 # XXX: indicate feature option support, sanity checks enabled, etc 1388 # Derived defines (DUK_USE_INTEGER_LE, etc) from DUK_USE_BYTEORDER.
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | genconfig.py | 6 # architecture; forced options; sanity checks; etc 40 # Globals holding scanned metadata, helper snippets, etc 159 # Not exact but close enough. Doesn't handle string literals etc, 275 # Helper for building a text file from individual lines, injected files, etc. 319 # XXX: assume no newlines etc 323 # XXX: assume no newlines etc 1050 # XXX: indicate feature option support, sanity checks enabled, etc 1388 # Derived defines (DUK_USE_INTEGER_LE, etc) from DUK_USE_BYTEORDER.
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_api_bytecode.c | 10 * validated which is not easy to do with indirect register references etc. 359 * properties, etc. 416 /* Push function object, init flags etc. This must match in duk__load_func() 511 * etc. in duk__load_func()
|
D | duk_bi_error.c | 109 * etc, but cannot cause a segfault or memory unsafe behavior. 350 * own property. This allows user code to overwrite .fileName etc in duk__error_setter_helper()
|
D | duk_jmpbuf.h | 5 * Wrapping jmp_buf in a struct makes pointer references, sizeof, etc,
|
D | duk_hthread_builtins.c | 83 /* Copy the property table verbatim; this handles attributes etc. in duk__duplicate_ram_global_object() 161 * RegExp, Date, etc). Use a RAM-based copy of the global object in duk_hthread_create_builtin_objects() 599 * level ones (Number, etc). in duk_hthread_create_builtin_objects()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_api_bytecode.c | 10 * validated which is not easy to do with indirect register references etc. 359 * properties, etc. 416 /* Push function object, init flags etc. This must match in duk__load_func() 511 * etc. in duk__load_func()
|
D | duk_bi_error.c | 109 * etc, but cannot cause a segfault or memory unsafe behavior. 350 * own property. This allows user code to overwrite .fileName etc in duk__error_setter_helper()
|
D | duk_jmpbuf.h | 5 * Wrapping jmp_buf in a struct makes pointer references, sizeof, etc,
|
D | duk_hthread_builtins.c | 83 /* Copy the property table verbatim; this handles attributes etc. in duk__duplicate_ram_global_object() 162 * RegExp, Date, etc). Use a RAM-based copy of the global object in duk_hthread_create_builtin_objects() 600 * level ones (Number, etc). in duk_hthread_create_builtin_objects()
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/static/ |
D | webui.js | 22 // (added classes etc, tracked for removing) 31 var prevState = null; // previous execution state ('paused', 'running', etc) 37 …r currState = 0; // current execution state ('paused', 'running', 'detached', etc) 554 // also be able to parse buffer values etc.
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/static/ |
D | webui.js | 22 // (added classes etc, tracked for removing) 31 var prevState = null; // previous execution state ('paused', 'running', etc) 37 …r currState = 0; // current execution state ('paused', 'running', 'detached', etc) 554 // also be able to parse buffer values etc.
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | README.rst | 265 on paths and patterns, etc. 313 Wi-Fi, serial, etc. 349 clients too (perhaps custom scripts talking to the target etc).
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | README.rst | 265 on paths and patterns, etc. 313 Wi-Fi, serial, etc. 349 clients too (perhaps custom scripts talking to the target etc).
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/etc/ |
D | README | 23 Run it from the toplevel as etc\luavs.bat.
|
/civetweb-2.7.6/cmake/ |
D | FindLibRt.cmake | 20 # LIBRT_INCLUDE_DIRS - where to find time.h, etc.
|