Home
last modified time | relevance | path

Searched full:etc (Results 1 – 25 of 178) sorted by relevance

12345678

/civetweb-2.7.6/distribution/arch/
DPKGBUILD.git.example17 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…
Dcivetweb.service6 ExecStart=/usr/local/bin/civetweb /usr/local/etc/civetweb/civetweb.conf
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DINSTALL45 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.
DMakefile19 # 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/
DBuilding.md126 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/
Dreadme.html22 <LI><A HREF="../etc/README">lua/etc/README</A>
/civetweb-2.7.6/test/
Dssi_test.shtml29 <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/
DREADME.rst25 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/
DREADME.rst25 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/
Dgenconfig.py6 # 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/
Dgenconfig.py6 # 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/
Dduk_api_bytecode.c10 * 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()
Dduk_bi_error.c109 * 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()
Dduk_jmpbuf.h5 * Wrapping jmp_buf in a struct makes pointer references, sizeof, etc,
Dduk_hthread_builtins.c83 /* 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/
Dduk_api_bytecode.c10 * 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()
Dduk_bi_error.c109 * 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()
Dduk_jmpbuf.h5 * Wrapping jmp_buf in a struct makes pointer references, sizeof, etc,
Dduk_hthread_builtins.c83 /* 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/
Dwebui.js22 // (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/
Dwebui.js22 // (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/
DREADME.rst265 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/
DREADME.rst265 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/
DREADME23 Run it from the toplevel as etc\luavs.bat.
/civetweb-2.7.6/cmake/
DFindLibRt.cmake20 # LIBRT_INCLUDE_DIRS - where to find time.h, etc.

12345678